DisableProcessWindowsGhosting function
Is there a problem with this prototype in user32.f90? The MS documentation indicate that the function name includes an s after the word part "window", but this prototype does not. I'm getting a link...
View Articleallocatable class(*) function return
So i have this piece of code:module asd contains function return_alloc() result(res) class(*), dimension(:), allocatable :: res integer, dimension(3) :: x x = 5 allocate(res, source = x) print *,...
View Articlecommand line install of Intel Fortran Compiler v10 for Mac under OS Sierra
I have an old Intel Fortran Compiler that is no longer supported (v 10 Standard on DVD) but works fine for maintaining some legacy codes that I still occasionally use. I'd like to move it to a new Mac...
View Articleproject always rebuilding
The projects I'm working on seem to always recompile all sources. This is especially annoying when the EXE has successfully built and I've run a debugging session, when I try to debug again (without...
View ArticleUnformatted IO and buffering
I am using Fortran Compiler 17.0.2.187.I think I have come across a bug in the compiler. The following test program writes out data to an unformatted file. It then reads it back in, and compares with...
View Articleerror #5149: Illegal character in statement label field
Hello,When I try to compile the program using ifort compilers, following error message is shown:byte_order is LITTLE_ENDIAN/opt/intel/bin/ifort -c -O3 bfrini.f bufrlib.prm(1): error #5149: Illegal...
View ArticleVS 2015/Intel 2015 Composer - Fortran
I have completed the installation of VS 2015 and Intel Composer XE 2015 (15.0.1394.14.XE) porting from VS2010 and Intel Fortran 2011 and I have encountered several issues.My first install of Intel...
View Articleproblem reading large fortran unformatted files with ifort 16-17
Hello,I recently encountered some issues reading large binary 'unformatted' Fortran files (around 30Gb) with both ifort 16 and 17. With those versions, the reading always stops at approximately 10% of...
View ArticleSegmentation faults when reading simple files of certain number of lines
Intel Fortran compiler versions 17 seem to produce segmentation faults in Linux for simple files of certain number of lines.The following program creates a file in a loop so that the number of lines in...
View ArticleQSort - works only if disregarding advice in documentation
I need to sort an array of custom-type elements. I thought qsort might be a good tool for that. To get started I ignored all advice given in the qsort-documentation...
View ArticleICE C0000005 caused by implied loop in WRITE under some conditions
Under some conditions, use of an implied loop in a WRITE statement causes a C0000005 internal compiler error, with no other information provided. This is for the 17.0.2.187 [IA-32] Visual Fortran...
View Articledll that can be used from multiple LabVIEW vis
Hi, i want to create a real time dll to run in LabVIEW real time PXI system, my program has to read a lot of data from text files and runs a numerical algorithm to find minimum for the input provided...
View ArticleCatastrophic error: **Internal compiler error: internal abort**
Hi,I have attached source for a simple program that returns an Internal Compiler Error with XE 12.1.0.233 [Intel(R) 64] due to Line 310: HelloWorld3Ret = HelloWorld3(HelloWorld3Input). Comment this...
View ArticleVisual Studio 2015 / Fortran 2017
Hello,I tried to use compile Fortran projects as static libraries with Microsoft VS 2015 and the latest Intel Fortran Compilers. Therefore we create the vfproj-Files and start devenv.exe to compile...
View ArticleSelecting the compiler in an automated build system
We are facing a somewhat awkward problem with our automated build system:On the various agents comprising this system we have multiple versions of the compiler installed under Visual Studio and we want...
View Articlere-install Intel Soft license Manager
I have to re-install Intel Software license Manager to use Fortran,but the install program that i have now is expired already.Could you please send me install program to my email?Email :...
View ArticleInternal Compiler Error with Intel 16+ (ifort)
The attached code has a function interface where the function returns an array of a size not known until runtime. The interface module compiles just fine but compiling the module that uses the...
View Article