restore cl to PATH
I've been having difficulty again on Windows 8.1. ifort setup with Visual Studio 2012 Pro for X64, using command prompt, doesn't retain the path to CL after reboot and so refused to perform a link. I...
View ArticleCompilation aborted (code 1) without further messages
After moving from CVF6.6 to IVF XE 12.0 update 4, I obtained the error messageCompilation aborted (code 1)Is there any documentation on the possible sources of this error? (which I guess there are...
View Article"Find all reference" is not working in Visual Studio 2013
"Find all reference" is not working in Visual Studio 2013. The Fortran compiler version is 2013 SP1 Update2 and the OS is Windows 8.1 64bit.
View Article"Find all reference" is not working in Visual Studio 2013
"Find all reference" is not working in Visual Studio 2013. The Fortran compiler version is 2013 SP1 Update2 and the OS is Windows 8.1 64bit.
View Article"Find all reference" is not working in Visual Studio 2013
"Find all reference" is not working in Visual Studio 2013. The Fortran compiler version is 2013 SP1 Update2 and the OS is Windows 8.1 64bit.
View ArticleThe initial value of variables was changed when switching from other subroutine
Hi IVF,A problem is found that the value of a variable declared in one subroutine will be changed by the IVF compiler after the code direction is switched from another subroutines. I made a test to...
View Articleundefined reference to `MAIN__'
Hi! My system: Debian 7.4 x86_64 / Intel Fortran Composer XE for Linux 2013 SP1 Update 2 / ifort version 14.0.2After installation Intel Fortran Composer I used: source /opt/intel/bin/compilervars.sh...
View ArticlePURE + ASSOCIATE + DO + ALLOCATE/DEALLOCATE
Hi,There seems to be a compiler bug caused by the ASSOCIATE statement when used in a PURE procedure, as shown in the following code.module mod1 implicit none type :: mytype real, allocatable ::...
View Article[CRITICAL] IFort wrongly treating variable name as directive part
If you compile the following code with ifort -openmp the compiler will detect the variable wrongly as a "map(to" directive and complain about an unknown variable.Similar in the omp update statement it...
View Article[DEADLOCK] in target regions using OMP parallel and parameters
Look at the following code:subroutine changeDevice2(vals,xMax,val) implicit none integer :: xMax, val, i integer, dimension(xMax) :: vals !$omp target !$omp parallel do do i=1,xMax if(vals(0).EQ.val)...
View ArticleSegmentation fault whith OMP 4.0 map of larger array
When trying to offload an array that exceeds a specific size, the program fails with "offload error: process on the device 0 was terminated by signal 11 (SIGSEGV)"Here is some test code. The first...
View ArticleQSORT Problem
UBROUTINE call_qsortI'm having some problems with the QSORT subroutine. I have some code along the lines of the given below. The user-defined ordering function is called "compare". SUBROUTINE...
View ArticleBuilding a Modeless Dialog Box in 64 bit DLL
I currently have a 32 bit DLL which opens a modeless dialog box. I want to recompile it as a 64 bit DLL but I get errors at runtime (First-chance exception at 0x772a7eb8 (ntdll.dll) in...
View ArticleFortran Preprocessor: #endif creates a blank line
Hi ,I have a quick question regarding the #ifdef and #endif for preprocessing. I have the following code piece in my fpp file:#ifdef USE_SIMD !DIR$ SIMD #endif do i = is, ie dF(i + offset_kj) = dF(i +...
View Articletriggered a breakingpoint (libifcoremdd)
Hi, I got trouble when debugging. The code is finished in CVF. When I run it in IVF (0 error), it breaks.The picture is what happened. However I have no idea how to solve...
View ArticleCALL for attention and discussion: recent paper comparing an equation solver...
Fortran enthusiasts may have seen and/or be interested in the findings and observations in a recent open literature publication by Arabas, et al. at the Institute of Geophysics at the University of...
View ArticleSlowness when writing many records to a direct access file
When writing records to a direct access file I am finding that the Intel Fortran compiler is much slower than my 17 year old Watcom Fortran compiler running exactly the same code. In fact the Intel...
View ArticleIVF Composer XE 2013 & Win Azure
Does a DLL compiled with IVF Composer XE 2013 work on Win Azure cloud platform?
View ArticleProblem with installation of the compiler!
Dear All: I have try to update my fortran compiler ifort from Ver 9.1 to the newer version on my SGI Altix 4700 workstation, the OS is SUSE. I downloaded the Intel® Fortran Composer XE 2013, However,...
View ArticleUnderscore prefix
Hello I am trying to build a fortran project with a 'c' library named PETSc. During compilation some functions are missing, and they appear as unresolved externals after linking. It...
View Article