OOP 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 ArticleReshape a character array inside ASSOCIATE, LEN is lost
Consider the following code:program test implicit none character(len=5) :: s(3), sr(3,1) s(1) = '12345' s(2) = 'ABCDE' s(3) = 'abcde' ! everything fine here sr = reshape(s,(/3,1/)) write(*,*) 'len is...
View ArticleSome problems with deferred character length
Hi all,while experimenting with ifort support for deferred length character (please, consider that my understanding of this feature is far from being good!) I see some errors for the following code...
View ArticleCompiler option to change location for compiler generated object files?
Does the Intel Fortran compiler have an option to control where the compiler puts the object files other than the current working directory? That is, is there an option to tell the compiler to put the...
View ArticleFortran for OSX installation fails on OSX 10.10
I am unable to install the intel fortran compiler v. 2013.1.119. It complains that it requires osx 10.7 or higher. See attached image.AttachmentSizeDownloadScreen Shot 2014-11-10 at 14.35.31.png283.54 KB
View ArticleThe Parallel Studio XE 2015 Update 1 packages are out
Update 1 is (finally!) available. We won't be sending emails about these until next week, but you can get them from the Intel Registration Center now. We are aware that Intel Software Manager may not...
View ArticleInternal compiler error: segmentation violation signal raised
Hi Just doing a compile of my code using latest ifort 15 service pack 1, message says please report, so here it isThere was an error with mismatched parenthesis in a standard deviation calculation OS...
View Articlerenewal of non-commercial license
Hi,I am a non-commercial license user of intel parallel studio. My license expired on 10th this month, and from then I can't use the compiler (I thought I can use my installed compiler, but will not...
View ArticleWiindows Ifort compiles and runs but osx/linux ifort does not
Hello,I have a fortran program that compiles and runs fine when compiled with windows ifort but will not work using linux ifort. think the error has something to so with reading numbers from a file...
View Article