Openmp task subroutine bug
Hi,Openmp is still unusable in 16.0 for me here is another openmp task bug : the compiler ends withLOC_type is: 1 101000_1catastrophic error: **Internal compiler error.Compiling with -O0 works or...
View ArticleCalculating Number of Calendar Days in a Year
Hi, I am trying to calculate the Number of Calendar Days in a Year (1 through 365/366) in every step, along with other calculations and output with the other calculated output. I tried to do this...
View Articleforrtl: severe (64): input conversion error
Hi, while running executable cras.x i am getting -"forrtl: severe (64): input conversion error" this error is coming while reading crastat.in file - while reading following line - ABCD 20120625 2...
View Articleexample of FORTRAN code for MPI RMA operations (MPI_GET, MPI_put,...)
Hi,I'm reading a little bit about RMA operations and I'm trying to play with. However, I do not find some working examples of FORTRAN code, so that I can progress. If someone has some simple working...
View Articleopenmp allocatable bug back?
Hi,Im running into another openmp problem, i cannot get any debug information out of it. I got a an "allocatable array is already allocated" but right before the allocatable the result of allocated()...
View Articlegeneric interface from external procedures
I am having trouble creating a generic interface. I have a module that has something like this:interface do_something module procedure do_something_real4 module procedure do_something_char end...
View ArticleScipy 15.1 still fails test with -O2 or -O3 flag
Hello,I am compiling numpy and scipy with the intel compiler and with MKL. I am following this guide: https://software.intel.com/en-us/articles/numpyscipy-with-intel-mklI am posting to confirm that the...
View Articleifort v 14.0 / 15.0 "-g" option causes segFault
I have a complicated Fortran program with multiple modules in many files. When I try to compile with either v14.0 and v15.0 using the -g flag, I segFault on the first line of the program. Removing the...
View ArticleUnexpected temporary array created when using n**2 instead of n*n to declare...
I found out this unexpected behavior of temporary array when tracing down the root cause of a stack overflow.In a subroutine, when multi-dimensional dummy arrays with explicit size are declared with...
View Articleproblem with inlining type bound procedures
I'm trying to vectorize this loop using !$OMP SIMD instruction:!$OMP SIMD private(drx, dry, drz, dist, delta_i_sum_Wab) reduction(+:i_sum_Wab) loop_j2_count: do kk=1,npart_cell...
View Articleundefined reference to `for_ifcore_version'
Hi I wanted to compile a code with MPICH 3.1 but I get the error:/opt/intel/compilers_and_libraries_2016.0.109/linux/compiler/lib/intel64/libifport.so.5: undefined reference to `for_ifcore_version'I...
View Articleforrtl: severe (67): input statement requires too much data
forrtl: severe (67): input statement requires too much data, unit 13, file /gpfs4/home/alodh/OUTPUT/SNOW_DATA/Surf_SnowLat.dat Image PC Routine Line Source...
View ArticleBack trace not produced by -traceback
Hello,I have noticed this problem before with ifort, but never had a solution. Basically, I have a fairly large (modern) fortran code, which is crashing. So in order to diagnose what's causing the...
View Articleforrtl: severe (36): attempt to access non-existent record, unit 11
Hello Team,When we run this script./get_tmpa.sh 2008010106 2008010106than I am getting following error:forrtl: severe (36): attempt to access non-existent record, unit 11, file...
View Articleerror #6303: The assignment operation or the binary expression operation is...
Hi All EXEC SQL BEGIN DECLARE SECTION CHARACTER*(*) X EXEC SQL END DECLARE SECTION ...................................... ......................................When I try to precompile the above code...
View Articleifort with math karnel library not working
Hi all,I installed parallel_studio_xe_2015_update3 on fedora 22 operating system. Although it activated and installed successfully but it is not working properly. That is when i run a fortran90 code...
View ArticleAuto-parallelized F77 code runs but no speedup
I have a working program (Fortran 77) that I’m trying to auto-parallelize on a cluster. The changes made in the compiling makefiles (abbreviated) are shown in the curly brackets below. Build library:...
View ArticleLinking f95 to ifort instead of Gfortran
I have Ubuntu 14.04 and have installed intel fortran compiler. I am trying to compile a code through makefile that uses ifort. However, I get these errors while compiling...
View ArticleCrash when install the Fortran Compiler on Mac OS X
Hi guys!I have some problems when installing the fortran compiler on OS X 10.10.5. When I try to install it using the full offline installer package, the installer app runs and I get to the point where...
View Article