Quantcast
Channel: Intel® Software - Intel® Fortran Compiler for Linux* and macOS*
Browsing all 2746 articles
Browse latest View live

Problems with constant expressions

Hi,consider the following code:program p implicit none logical, parameter :: use_v1 = .true. integer, parameter :: v1 = 3, v2 = 8 integer, parameter :: & ! this produces a warning at compile time...

View Article


Image may be NSFW.
Clik here to view.

The following code runs the compiler in a catastrophic error

Dear Fortran,As shown in the tittle, the following program runs the compiler in a catastrophic error.command line : $ ifort -coarray -coarray-num-images=4 Conv_Cata.f90 ifort -version gives :    ifort...

View Article


Image may be NSFW.
Clik here to view.

Installing Parallel Studio XE 2015 Update 2

I am trying to install Update 2 of Intel Parallel Studio Fortran XE 2015. I am running Mac OS 10.9.5 on a 2014 Mac Pro. When I run both the standard install and the online custom install I get the...

View Article

Image may be NSFW.
Clik here to view.

Overridden binding and parameterized derived type

Hi,I get the following error when I compile overide_pdt.f90 (attached): ifort override_pdt.f90override_pdt.f90(56): error #8383: The dummy arguments of an overriding and overridden binding that...

View Article

Image may be NSFW.
Clik here to view.

ICE when moving parameterized derived types into different modules

Hi,I have attached two files. They contain basically the same code. array_pdt2.f90 compiles, array_pdt.f90 fails with:$ifort array_pdt.f90fit_lookup: Line_seq_number (nil) was not found array_pdt.f90:...

View Article


ifort compiler version specific seg fault error

Hello,I am receiving a very strange segfault that seems to depend on the version of ifort I am using. I am including the subroutine that is producing the segfault. I have ran the code with a number of...

View Article

Image may be NSFW.
Clik here to view.

Retrieving a value from an array to use it in an equation, using column value...

Hi, I am trying to retrieve a value from an array, using column value as index, to select the corresponding value from a specified row, and use it in an equation. Attached is a portion of the array. In...

View Article

Image may be NSFW.
Clik here to view.

coarray problem with allocatable array and derived types

Hi,I added some code which either segfaults or prints the wrong result (ifort 15.0.2, Intel MPI 4.1.3.049). It should work, as far as I understand the standard, so I'm assuming that it's a compiler...

View Article


forrtl: severe (41): insufficient virtual memory

Hi,While running GSI application global test for "T574" resolution it gives me below error...

View Article


Compiling BOOST in OSX, undefined symbols for architecture error

Dear all,I am trying to compile BOOST in OS X 10.10, using intel compilers 15.0.2./bootstrap.sh --with-toolset=intel-darwin cxxflags="-std=c++11" linkflags="-std=c++11"    ./b2 -q \...

View Article

error #6405: The same named entity from different modules and/or program...

Hi,I am getting the error message from the title when compiling the code in which there are many modules having the initialisation procedures with the same name, init. Normally, when the various...

View Article

Memory not released after DEALLOCATE

 I am working as a software developer in a company with a code based on FORTRAN 90. Recently we have found that code was failing with lack of enough memory at some stage of the run. Tests have shown...

View Article

swapping in windows 10

Although Visual Studio and other applications appeared to remain in working order after the (very time consuming) Windows Update installation of windows10 tech preview, none of my Intel software tools...

View Article


Copy of allocatable array component of a coindexed object in a subroutine...

Hi,here's another bug report about the Coarray implementation of the Intel Compiler (version 15.0.2). The following code fails with a segfault:module arrays implicit none type b...

View Article

Image may be NSFW.
Clik here to view.

List Directed I/O Error

Hi,As can be seen in the attached program, when I am trying to open, read and write data into an array, I am getting an error which says as follows:"forrtl: severe (59): list-directed I/O syntax...

View Article


Compiler Memory Errors

This isn't a problem, per se, but in trying to gather more information for one of the infamous "catastrophic internal errors", I ran ifort 12.0.0 (and its descendants) through valgrind.  ifort had...

View Article

forrtl: severe (174): SIGSEGV, segmentation fault occurred

when I compiled my program m.f90 with command: "ifort m.f90" and then run it "./a.out", error occured as followsa           1 b           1 c           1 a           2 forrtl: severe (174): SIGSEGV,...

View Article


Fortran forrtl: severe (174): SIGSEGV, segmentation fault in derived type data

 "m.f90" :  1 module typedef  2 implicit none  3 type::mytype  4     integer::mn(2,2)  5     complex(kind=8)::w  6     integer,allocatable::sz(:)  7 end type  8 end module typedef  9 subroutine...

View Article

xe14=>xe15 cause a SIGSEV (openmp)

When updating from ifort 14 to ifort 15 (15.0.2 to be precise), several bugs have appear in our programs (while it ran smoothly with ifort 14). One of them seems related to openMP : forrtl: severe...

View Article

Installer crashes, Website only works in Firefox

 Downloaded Intel Fortran compiler for evaluation on OSX.Mounted installer dmg, fired up installer - instant crash missing symbol _strnlen in /usr/lib/libSystem.B.dylibnot very goodFind out if any way...

View Article
Browsing all 2746 articles
Browse latest View live


Latest Images