Diagnostic 13022: could not open file 'xxxx' for optimization report output,...
Diagnostic message: could not open file 'xxxx' for optimization report output, reverting to stdoutThank you for your interest in this diagnostic message. We are still in the process of documenting...
View ArticleRedistributing Program with IMSL Routines
I have a 32-bit VB-Net application that calls several FORTRAN dlls. The dlls work fine on the development computer and on a test installation computer (one without a compiler) with the exception of one...
View ArticleLAPACK + IMSL
Some of the IMSL subroutines utilizing the high performance LAPACK, how do I know that the program is linking to the right LAPACK ? I am using Visual Studio 2013. Thank you.
View ArticleINTENT(IN) attribute checking of pointer components in ASSOCIATE constructs
(This feels a bit familiar, so maybe I've seen or reported it before.)ifort complains when the target of a pointer component of a base object with the INTENT(IN) attribute is used as the selector in an...
View ArticleQ about building X64 DLLs
I'm just starting trying to migrate my Win32 DLLs to x64.When I run dependency walker on my DLL's it reports that it found different modules with different CPU types. As I am not yet able to test...
View Articleselect type bug ??
Hi all,I put a small example together to show a behavior i don't understand, hoping for some explanation here. This code end up with the following in intel 15 version, the copy is not made despite the...
View ArticleISO_C_BINDING?
I've got this error when trying to compilate my main program:error LNK2019: unresolved external symbol toReadMicroscopeVector referenced in function INTERFACEMICROSCOPE_mp_READMICROSCOPEVECTOR...
View Articleif ( i .gt. 1 .and. x(i-1) .gt. 5.0 )
The new compiler prompts error when executing the following statements, which worked on very old MS Power Station:do i=1,10if ( i .gt. 1 .and. x(i-1) .gt. 5.0 ) thenwrite(*,*) i, x(i-1)end ifend do In...
View ArticleMixing Fortran/C++
Hi everyone, I'm mixing Fortran/C++ in a project. I've looked through the forum and online, but haven't found a solution to my problem.I've followed the instructions to configure Visual Studio for...
View ArticleOpenMP and !DEC$ attributes
I am using OpenMP and Intel Fortran within Visual Studio 2010 Ultimate. I am calling some functions that are exported from a homemade DLL using the attribute DLLEXPORT and aliases. I use DLLIMPORT for...
View Articleproblems with makefile on Ubuntu
I am trying to compile FORTRAN code but I have some problems with files that link FORTRAN and MATLAB.ifort -stand f03 -g -warn all -fstack-security-check -check all -c -o RunOccam.o RunOccam.f90...
View ArticleDelay load DLL
I am looking at the delay load example under DLL\DLL in the samples in 11.1.065.This has pointer (p_SET_VENDOR_KEY, SET_VENDOR_KEY) INTERFACE SUBROUTINE SET_VENDOR_KEY(VENDOR_KEY)...
View Articleoverriding abstract generic operator
Hi,I wonder how to write overriding operator when extending an abstract type. One know example writes the interface but not the details of the subroutine. It seems that the standard force the extended...
View ArticleOptimization bug in 15.0
I've attached a very short example that exposes an optimization bug in the new version 15.0 Fortran compiler. This is not present in earlier versions. The problem appears to be associated with a...
View ArticleToday's silly code ICE
Slightly modified variant of the example from F95/000030. If you add the MODULE keyword to the procedure statements inside the interface block the ICE goes away and the code compiles (the interp,...
View Articleloc intrinsic function returning negative integer on 32-bit Win7
Greetings!I am running the following code on a 32-bit Win7 machine with /3GB option enabled. The code is compiled with option /largeaddressaware.integer(8) :: locarr ! allocation is successful and...
View ArticleUndefined array/pointer problem
I have a strange problem in a subroutine of my code: I have defined an array which is defined as the variable of my subroutine and all the other routines that call the current subroutine (means I...
View ArticleDwarf Error
I am linking Intel Fortran version 15.0 code with gcc code compiled with gcc version 4.1.2 (yes, it's old!) on Red Hat Enterprise Linux version 5.10 (kernel 2.6.18-398.el5). I get the following link...
View Articleos x - clean and build?
I currently write my fortran modules using a text editor and compile on the command line in OS X terminal (new bash fixed). However I noticed something strange. Even if I save my f90 file with...
View ArticleIs there any support in latest Intel Fortran for the Fortran 2008 feature of...
Both Fortran Wiki at http://fortranwiki.org/fortran/show/Fortran+2008+status and the article titled, "Compiler support for the Fortran 2003 and 2008 standards revision 15" by Ian Chivers, Jane...
View Article