composer not talking to MKL
Hi, my IT department recently rebuilt my computer with a Windows 8 OS and an installation of Intel Composer XE 2015 and Visual Studio 2013. I opened a command window using the icon labeled "Intel 64...
View ArticleVisual Studio integration: procedure with IMPURE attribute missing from...
In case this is not a known issue: consider the code shown below: procedure with IMPURE attribute doesn't show up in the members drop-down list in Visual Studio. Also, this particular keyword doesn't...
View ArticleGetting the Windows Handle (Fortran POSIX File Descriptor)
The user manual for ifort 2015 Update 4 subroutine PXFFILENO suggests that in the Windows OS, I can get the file descriptor (handle returned from CreateFile) associated with a Fortran File Unit number....
View Articleruntime error
I got the following errorForrtl:FormartMessage failed for system message number 1450Tracback is on, but does not display information
View ArticleHow to inspect which flags are used
I am working on a Makefile where I am trying to find which flags to use. The current list of flags is (for some historical reason):-r8 -fpe0 -g -debug all -traceback -fp-model source -warn all -warn...
View ArticleOS X* 10.11 Support in Intel® Parallel Studio XE 2016
OS X 10.11 (El Capitan) introduces a new security policy called System Integrity Protection. In 10.11, the following directories can only be written to by the system (System-Only Locations): /bin,...
View Articlecreate new cvf code in intel xe 2013
hihow can i write and run my code in intel xe(in vs 2012 space) in CVFformat?i mean how can create a space in vs for write CVF code.thanks.
View ArticlePassing array of derived type to C
I have a Fortran derived type with dynamically allocated memory.TYPE :: AREAL, DIMENSION(:), POINTER :: array_of_realsEND TYPE ATo pass this derived type to C, I have a C structstruct A_struct {double*...
View ArticleIssues with Writing Arrays to Shared Memory Handle
I'm using ifort 2015 Update 4 to write some arrays to a disk, and the performance is too slow. If it matters, I set the default Integer size and default Real size to 8-byte. I figured, why don’t I...
View ArticleMultithreaded application example
I have searched the sample folders to find an example of how to arrange a program to run the run the number crunching in a separate thread, but with no results. Can anyone advice how to build a Win32...
View ArticleICE for elemental procedure called using a allocatable array of...
The following code generate an ICE.It seems to be connected to the used of a allocatable array of deferred-length character as an actual argument to an elemental procedure.I'm not sure if this is valid...
View Articleerror #8178: The procedure pointer and the procedure target must have...
I have some Fortran source that uses procedure pointers. This code has compiled fine from Intel Fortran version 2013 through 2015. However, it now generates what I consider an incorrect error in...
View ArticleCursory behavior of /warn:unused
The /warn:unused option does not catch many instances of unused variables in Ifort 16.0, and many checks are inhibited by the presence of contained routines of no relevance to catching unused...
View Articlenon-commercial free download
Hello,I am a academic researcher. Is there any link to download (free) ifort for non-commercial purposes. I just wanted to install it on my laptop.Thank you,Alain.
View ArticleInstallation order with VS
Hi,I installed VS 2015 Community then IVF on a student's computer. That all went smoothly. Now I have discovered that VS 2015 is incompatible with some software, and I intend to remove it and install...
View ArticleWrong error when the actual argument of a procedure is a coarray component
The following code generates a compile-time error but I think the code is correct.Here is the code:Program Main implicit none Type :: MyType real(8) ,allocatable ,codimension[:] :: CoVar End Type...
View ArticleCrash after using derived type with allocatable component in DLL
I have a derived type that contains an allocatable array. A bound procedure exists that allows adding elements to that array. The adding involves a call to move_alloc. I call a procedure in a DLL with...
View ArticleCompability issues with F66
Hello, I'm trying to compile some sources coded that come from Unisys basic mode with F66 compatibility. I have create the makefile with the flags -f66 -nowarn, but I got a lot of syntax issues related...
View Articlelibifcoremt.lib(for_main.obj) : error LNK2019: unresolved external symbol
I am compiling usingWindows 10 - IFC Version 15.0.1.148 Build 20141023I am getting error creating my DLL. I can create a EXE just fine.MakerfileFL = -auto -Qansi_alias- -pad_source -traceback \...
View Articlenon-allocated array for optional argument with cheks turned on
Dear all,I think, the ifort compiler 16.0.0 and also previous ones behave strange, when turning on pointer checking ("-check pointers") and passing an unallocated array as actual argument to an...
View Article