Installation of Intel Fortran for OS X 10.8.2 / XCode 4.6
Hi, folks - I'm attempting a new installation of Intel Fortran 2013.2.146 . I'm using OS X 10.8.2 and XCode 4.6 (w/command line tools). Unfortunately, I'm stuck right out of the gate, and all...
View ArticleScope issues
Hi,I work on a large project that is compiled with icc 11. Now we are migrating to icc 13 and I get numerous scope issues when compiling the same code on the new compiler. Any idea what might have been...
View Articleautomatic array valued function in abstract interface
Hello again!The following abstract derived-type with ABSTRACT INTERFACE causes us (me and the the Intel compiler) some trouble again. It is about a DEFERRED FUNCTION 'make_array' with an automatic...
View Article-O0 modifies variable value
I came across a weird situation while trying to debug my code. I tried to reproduce it in a smaller program but unfortunately couldn't, so let me start by posting the relevant snippets: subroutine...
View Articleclass(*) allocatable does not compile
Test case attached. pgfortran 12.2 compiles without problems.AttachmentSizeDownloadtest.f90346 bytes
View ArticleAllocatable private array within openmp parallel do directive
Hi, I have code which I can scale down to look like this:program main implicit none integer l integer, allocatable, dimension(:) :: array array = 0 allocate(array(10)) !$omp parallel do...
View ArticleFailure during allocation - Intel Fortran 11.1.056 (Linux)
Hello,This is a hybrid MPI-OpenMP code being compiled with Intel Fortran 11.1.056. I'm getting runtime failure on an allocate statement when I run on 4 MPI ranks with 1 OpenMP thread per rank (when I...
View ArticleCompatibility between Fortran compiler 12.1, Xcode 4.5 and Mountain Lion?
Hello, I am new to fortran and I recently installed the Intel Fortran compiler (version 12.1) on my Mac, which has Xcode 4.5 and OSX 10.8. As a starting point, I tried to compile the very simple...
View ArticleToo restrictive type-bound procedure overriding?
Hi,I am unexpectedly getting error #8383 ("The dummy arguments of an overriding and overridden binding that correspond by position must have the same characteristics, except for the type of the passed...
View ArticleDeallocation fails - Hard to explain case ( if + class )
Dear All,I have noticed the following strange behaviour. In the following example, I define a class component of a type, named alpha_set, and this type is a component of another type, beta_set. I also...
View ArticleCompilation much slower
Compling my code now takes on the order of minutes, where it once was seconds. The "fortcom" process runs for a long time before an executable is created. I've read this sort of issue is related to a...
View Articleforrtl: severe (29): file not found - VERY ODD PROBLEM
Hello all,I have been writing Fortran code for engineering research applications for a few years now. I have now encountered a problem that seems rather silly, but I cannot get to the root of it!I am...
View ArticleIfort 12 / Undefined reference while compiling interface
Hi,I've got an error while compiling this short program using "interface" : subroutine TEST (*) use, intrinsic :: iso_c_binding implicit none ! ===== Variables =====...
View ArticleCompiler bug (?), code works on ifort 11.1 and 12.0, broken on 12.1.3 and 13.1.0
Hi all, The following trivial program works fine with gfortran, ifort 11.1 20100806 and ifort 12.1.0 20110811, but crashes with segmentation fault if compiled with ifort 12.1.3 20120212 or ifort 13.1.0...
View Articlecode run fine with ifort 10.1 but has problem with ifort 12 and ifort 13
I have a big mpi code it's was completely fine when I used that in ifort 10 but when I want to use systems with ifort 12 or ifort 13, I can compile and run but the code stops ( in some system with...
View Articleerror - libifcoremt.so.5 undefined symbol: __intel_sse2_strcpy
Hello,I compile with ifort and icc 13.0.1 20121010the compilation options are# R pathsRDIR = R/R-2.15.2RLIBDIR = $(RDIR)/lib64/R/libRINCDIR = $(RDIR)/lib64/R/include# intel pathsILIBDIR =...
View ArticleCONTIGUOUS attribute
ifort compiles the attached program without complaining. I wonder if some kind of a diagnostic message is necessary for subroutine f, which invokes subroutine g with an argument that may or may not be...
View ArticleIntel Fortran compiler
When I installed the Intel Cluster Studio XE 2013 evaluation version on my x86_64 linux CentOS workstation with Intel Sandy Bridge processors, the prerequisite check said that my linux operating system...
View Articleinterface operator for extended derived-type
Hello,in the example shown below I try to define a (non-type-bound*) operator for an extended derived-type "child". However, declaring the interface for the operator causes the Intel compiler to give...
View Articleproblem in installing openmpi with ifort
Hi I have a question, I have an ifort 13 and mpif90 asssociated with that already installed. I want to get another mpif90 locally install which works with ifort 10. I installed ifort 10 but when I give...
View Article