Diagnostic 15304: non-vectorizable loop instance
Product Version: Intel(R) Visual Fortran Compiler XE 15.0.0.070 Cause:The vectorization report generated using Visual Fortran Compiler's optimization and vectorization report options (-Qvec-report2...
View ArticleDiagnostic 15331: Using FP model: precise prevents vectorization
Product Version: Intel(R) Visual Fortran Compiler XE 15.0.0.070 Cause:When using Intel Fortran Compiler's option -fp:precise (Linux OS and OS X syntax: -fp-model precise) the vectorization report...
View ArticleEXECUTE_COMMAND_LINE problem
Hi,With the new version of the compiler, the EXECUTE_COMMAND_LINE intrinsic fails under circumstances the SYSTEM() function didn't.In a particular program, many of the commands I execute have...
View ArticleICE with O2
Hi,the attached example triggers an Internal Compiler Error with ifort 15.0.0. on openSUSE 13.1. It contains the following files:ice/hskinds.f90ice/hsorbit.f90ice/hsdata.f90MakefileTo compile, runmake...
View ArticleUnresolved external all CAPS
I am trying to link against a LIB file containing a Fortran subroutine.A dumpbin /all on the lib shows the Fortran routine as: _ledapm_run2phaseMy call in my F90 file is to: call...
View ArticleStrange behavior of a type-bound procedure
Hello all,In the following code a derived data type is defined holding by a integer allocatable array and two type-bound procedures. One initializes the array and the other adds an element(ind) to the...
View ArticleDiagnostic 15335: Vectorization possible but seems inefficient
Product Version: Intel(R) Visual Fortran Compiler XE 15.0.0.070 Cause: The vectorization report generated using Visual Fortran Compiler's optimization and vectorization report options -O2...
View ArticleDiagnostic 15344: Loop was not vectorized: vector dependence prevents...
Product Version: Intel(R) Visual Fortran Compiler XE 15.0.0.070Cause:When using Intel Visual Fortran Compiler's optimization and vectorization report options -O2 -Qvec-report2 -Qopt-report:2 the...
View ArticleDiagnostic 15414: Loop was not vectorized: loop body became empty after...
Product Version: Intel(R) Visual Fortran Compiler XE 15.0.0.070Cause:The vectorization report generated when using Visual Fortran Compiler's optimization options (-O2 -Qopt-report:2) states that loop...
View ArticleIntel Debugger Java Error on RHEL 6.5
I am running Red Hat Enterprise Linux 6.5 and am seeing the following java SIGABRT error when running Intel Debugger for applications running on Intel 64 Version 13.0 (2013 SP1 Update 4). The command...
View ArticleRHEL 6.5: 'import site' failed; use -v for traceback
Any idea why I am seeing the following error message when I execute the following command: source /opt/intel/composer_xe_2013_sp1/bin/compilervars.csh intel64'import site' failed; use -v for...
View Articleassign value to a variable
HiI saw some people using => to assign value to a variable, and I couldn't find how => works, anyone can give me some reference of how => worksThanksYouwei
View ArticlePractilce help with OPTIONAL
I have a subroutine that call another subroutine. The calling subroutine has this in it: ... REAL(KIND=8), DIMENSION(7) :: CP = RESHAPE((/1.0D0/), SHAPE (/7/), PAD(/0.0D0/) ) REAL(KIND=8), DIMENSION(7)...
View ArticleRun-Time Check Failure #2 - Stack around the variable '_RUNTIME$IDAY' was...
I bought the intel fortran and visual studio 2013, I ran a simple example program which ran well in my old fortran compiler, but it did not run on this intel fortran. I use debug mode and found the...
View ArticleConfused by this Intel Compiler
Hi, I recently bought Intel Fortran Compiler and I followed the tutorial to run a simple Fortran code which ran well on MS Fortran Power Station and Digital Fortran, here is what I did:Visual Studio...
View ArticleHow does one remove Parallel Studio XE 2015 Beta once the evaluation license...
The windows installer does not work (the program names do not appear there anymore) - so how can I remove Advisor XE 2014, Composer XE 2015, etc.? It is likely that in the future my license will be...
View ArticleWhat to buy to replace Compaq Visual Fortran
The last time I had to revise and recompile an old Fortran program that I wrote, we had CVF 6.? on Win 98 or some old Windows OS. I don't have to do it often but wanted to get a Fortran compiler that...
View ArticleMissing mspdb110.dll
Right now I have the evaluation version of Intel Fortran/C++ for Windows. Visual Studio 2010 is installed.When I try to compile Fortran programs with debugging mode ( /debug:full) I get this...
View ArticleSegfault due to strange interaction of intrinsic and defined assignment
Here is a case where something very strange seems to be happening with ifort 14 and 15, leading to a run-time segfault. First, the code:module foo_types implicit none type :: foo_alloc integer,...
View ArticleBug in -assume realloc_lhs
Hi,With the latest compiler, and the code below, I get garbage output.program test_lhs_allocate use iso_fortran_env implicit none type :: table character(63) :: name = '' character(63), allocatable ::...
View Article