Internal procedure as actual argument (error)
Dear readers, I am seeking you for advice on passing internal procedures as actual arguments, which is a fortran 2008 feature supported by ifort 15.0. The following module does not compile in ifort...
View ArticleHow To Install GDB-IA Only.
Our application is a fortran based application. The standard GDB that comes with Linux is not sufficient in debugging issues on production systems. We would like to install GDB-IA on those servers. Can...
View ArticleError when mixing ifort / c++ / python
Dear all, I am facing issues I don't seem able to resolve. Hopefully someone here will have an answer or a hint.Here's the context. I have to couple two software pieces via Python:Piece 1:fortran 90...
View ArticleCoarray sync problems
Hi, Is there a way to resolv coarray sync issues with vtune? Is there maybea tutorial for this? Thank youJan
View Articleipo warning during linking: unresolved flushqq
Hi all, I am trying to compile some fortran code with -ipo using ifort 15.0.0 on Mac OS X provoking the following warning: ifort -132 -ipo -c *.f ifort -o foo *.o ipo: warning #11021: unresolved...
View ArticleWarning messages
I installed composer_xe_2015.3.187 and tried to generate .dylib in Mac Yosemite. After I compiled Fortran codes (no error) tried to generate the .dylib file using this command:/opt/intel/bin/ifort...
View Articleclass(*) pointer memory usage
Hi,I just discovered that when using a class(*) pointer in a code, the intel compiler 15.0.2 or 16b use almost 6 times more bytes than gfortran. if the class(*) pointer is removed then the memory...
View Articledyld: Library not loaded: libiomp5.dylib
My Xcode version is 6.3, Intel Fortran Composer version is 2015.3.187.I have successfully build Fortran project in Xcode, but failed to run, the error isdyld: Library not loaded: libiomp5.dylibWonder...
View Articlecompilation error while building code
Hi,I have been trying to compile a file with the following variable definitions. And I use the intel 15 set of compilers.integer (int_kind), parameter :: max_blocks_clinic = 65....integer (int_kind) ::...
View ArticleRead Error for binary file with implied/explicit do-loop
Hi,I get a strange behaviour at reading a binary file. A simple test case is attached.If the data from the file is read with an implied-do-loop (line 37) AND the code is compiled in debug (-g), the...
View Articleforrtl: error (78): process killed (SIGTERM)
I have a strange error that I am not sure how to deal with. I have a scientific numerical code that uses multiprocessors to run. If I run on a single process (CPU), the code can run essentially...
View ArticleIntel Fortran 2015 and MKL95_LAPACK
Hi there,I recently updated to the 2015 Fortran compiler and I am currently trying to get my source code to compile with the new version. So far I had a catastrophic compiler error which I have managed...
View Articleclass(*) pointer return function internal compiler error
Hi,I get an internal compiler error with the following code, with both version 15.0.2 and 16 beta. This code seems valid to me. program toto implicit none class(*),pointer :: obj integer,pointer :: v...
View ArticleX-code integration
HiI have installed intel fortran composer 2015 update 3 on my mac which is 10.10.3 and it installed successfully . Then I checked it by ifort myfile.f90 in terminal and it was ok , Then i wanted to...
View ArticleConstructor interface with class pointer function return bug
Hi,I tried to track this one down and isolate the bug but I can't reproduce the same error. The bug comes from a constructor interface which take in input the class pointer directly from a function....
View ArticleCompilation error while using iso_c_binding in Mix-language code.
I am trying to use the c_ptr and c_loc of the iso_c_binding module, but a compilation errer is reported: "undefined reference to `iso_c_binding_mp_c_loc_'" The compile commands I ues are: ifort -c...
View Articlegeneric operator with class(*) behavior question
Hi,I am wondering how does the generic operator works in case of an abstract class with a class(*) argument. The following code show an example, and the operator on the abstract class do not call the...
View Articlefinalization of function return type memory leak ?
Hi,I have a memory leak with the return variable of a constructor. If the allocation is made out of the constructor then the component is automatically deallocated after. The following code show the...
View Article