Possible bug in Intel Fortran with GENERIC OPERATOR extension?
This is based on an ongoing discussion at the comp.lang.fortran forum (https://groups.google.com/forum/#!topic/comp.lang.fortran/aFNK3FXqTUA) on generic operator bindings to specific type-bound...
View ArticleHow do I integrate the Intel Fortran Compiler with Eclipse?
Hello,I just downloaded Intel Parallel Studio XE 2015on a ThinkPad W350 running Ubuntu 14.04 LTS and I believe I have figured out how to install the *.jar files for Intel C++ compiler into...
View ArticleDoubt w.r.t. to Fortran2003 standard
Dear Intel Fortran Compiler users,I would like to know whether the following code snippetmodule overwrite type madre contains procedure :: sum => sum_madres generic :: operator(+) =>...
View Articleproblem mpi
Dear all, I am trying to compile the following program, using ompi compiled with intel, mpif90 -c -convert native -m64 -O3 -mieee-fp -m64 PLM.F90 mpif90 -o a.out PLM.o...
View Articleifortran ver. 15 static analysis
I see that the static analysis options in the Intel fortran compiler from version 15+ are deprecated with no replacement:-diag-enable=sc[n] No replacement -diag-enable=sc-{full|concise|precise} No...
View ArticlePossible bug with PDT
I'm getting the fllowing error when trying to compile my test code catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the...
View ArticleMPICH3.1.3 installation error
Hi there,I am trying to install mopish version 3.1.3 in mac osx 10.10 Yosemite with intel compiler icc and ifort version 15. When I am building the source files, I get this error: GEN...
View ArticleAvoiding Repeat counts in NAMELIST file ouptput
Hi,I am using the following compiler version intel/compiler/64/14.0/2013_sp1.2.144. In writing namelists to a file, the compiler writes repeat counts of elements in an array. How do I avoid it? For...
View ArticleOOP function return class memory leak
Hi,I want to discuss a case/bug where the return of a function is not properly deallocated when it is declared class. When return as type everything is clean. There is no need for an assignment and...
View ArticlePossible Coarray bug
I am having problems with a Coarray fortran code.I have managed to isolate one of the issues in the form of the attached code and output. It executes correctly using the Cray compiler but it gives a...
View ArticlePossible Compiler Bug - segfault
The code below crashes with a segmentation fault when compiled with ifort (IFORT) 15.0.0 20140723 under Linux using the commandifort -o testing -stand f08 -check bounds -nologo -fpe:0 -debug full -O0...
View ArticleMac OS X Installation works, compilers don't
Good morning, I'm having a problem getting the Intel Composer XE products to work on Mac OS X 10.9. I have tried installing the Intel compiler versions 13.03, 14.01, and 15 -- all versions show the...
View Articlecompiler bug - array of abstract class
The code below compiles well with ifort (IFORT) 15.0.0 20140723 under Linux, however, it terminates abruptly when accessing an array element. There is no error message or stack traceback even when...
View Articleerror #8412: DO loop preceded by directive SIMD must not contain EXIT statements
Hi,I have this error message when I try to compile some straightforward code using ifort 13.0.1 20121010. This error does not occur when using:ifort 12.1.0 20110811. The exit statement if clearly not...
View ArticlePossible bug in ifortran? Allocated polymorphic object does not seem to...
I was playing around with polymorphic types in Fortran, and I seem to have stumbled over a potential bug in the Intel Fortran compiler. Compilation with GNU gfortran compiler yields the expected...
View Articleerror while loading shared libraries: libiomp5.so
Hello,i compiled a programm on my local machine. The programm works fine there.Now i want to run the programm on my linux server but i get following error:error while loading shared libraries:...
View ArticleC++ exceptions broken when linking with ifort (Mac OSX)
I am having troubles using c++ exceptions in a mixed fortran / c++ program. I have written a minimal program that illustrates the problem. The program consist of one fortran file and one c++ file. The...
View Articlederived-type IO with larger arrays (error)
Dear All,with the unformatted IO of (larger) arrays throgh user-defined derived-type transfer stamenets, I get the following error (upon reading the array back): forrtl: severe (67): input...
View Articlebuy two license
Hi, I am a phd student working intensively with fortran language. I have a Mac, so several months ago I purchased a fortran compiler for my Mac which is quite cheap (49 dollars excluding the tax). I...
View ArticleUser-Defined Derived-Type I/O problem when using ipo
Dear all, I have experienced a problem that I cannot explain and probably someone can help me or give me some insight. The simplified code which is giving me a headache is bellow and it is basically a...
View Article