catastrophic error: **Internal compiler error: segmentation violation signal...
I have installed the latest Intel Cluster 2016 Update1 and here is the error message I get when compiling the following realspace_grid_types.f90 file with the command mpiifort -FR -c -O2 -pc64 -unroll...
View Articledetect bad array shape
The following program has a bug. Do you know if it is possible to have the compiler detect it? I have tried the following options without success:/Qtrapuv /Qinit:snan /Qinit:arrays /fpe:0...
View ArticleName in only-list does not exist
Hello everybodyI am Compiling a Regional Atmospheric Model (BRAMS), but I got many errors, like the followingmake[1]: Leaving directory '/home/brams/brams5/BRAMS-5.0/build/bin' cp -f...
View ArticleIntel® MPI Library 5.1 Update 2 Fixes List
NOTE: Defects and feature requests described below represent specific issues with specific test cases. It is difficult to succinctly describe an issue and how it impacted the specific test case. Some...
View ArticleIntel® Trace Analyzer and Collector 9.1 Update 2 Fixes List
NOTE: Defects and feature requests described below represent specific issues with specific test cases. It is difficult to succinctly describe an issue and how it impacted the specific test case. Some...
View ArticlePerformance Tools for Software Developers - Differences between evaluation,...
Evaluation of Intel® Software Development ToolsBefore purchasing a license for one of our products you may wish to first evaluate the compilers, libraries and tools. To request a free evaluation...
View ArticleHow to trigger a breakpoint when a particular variable goes negative?
Is there a way to get the debugger to do this? How?
View ArticleMissing compiler check for procedure pointer reference to an elemental procedure
It appears current Fortran standard (c.f. 2008 C1218) doesn't allow the code shown below, but Intel Fortran compiler raises no errors or warnings:module m implicit none abstract interface elemental...
View ArticleCompiling with DLL switches
Greetings,I have a combination of C/C++ and Fortran libraries in a Nuclear Simulator exe. The previous Visual Studio configuration had all sorts of "Ignore Specific Default Libraries" to prevent...
View ArticleLNK1207 error with /debug switch on IVF v15.0 & 16.0
Hello all,Compilation with IVF v15.0 & v16.0 (ia32) using the following command fails.ifort /debug testprog.f90The following error message is produced:LINK : fatal error LNK1207: incompatible PDB...
View ArticleAre there any known problems with Intel compiler?
Hello sir, Now I am coding with PGI compiler but I am reviewing change my compiler to Intel Fortran from PGI, Are there any known problems or issues when I compile with my legacy source codes? If it...
View ArticleFortran Compiler Undefined Reference to Main
Hello All, I am trying to compile CP2K using the Intel(R) Fortran 64 Compiler XE compiler. To optimize my code I have been playing with some of the compilation flags. When I add the flags -xSSE2...
View ArticleTrying to learn Dialog Box using Fortran
I was trying to learn how to add a dialog box to my 25 year old Fortran code. I was trying to follow along with this guide:https://software.intel.com/en-us/node/535386I have this version of Visual...
View ArticleIntel Parallel Studio XE 2016 Update 1 for Windows - very slow compile time
I have tried compiling a large code under both Visual Studio and Cygwin environments using this FORTRAN compiler. It is too slow to be usable. Whereas ifort 12.1(8) took 1-3 seconds per routine this...
View ArticleMac OS X installer problem
So, I downloaded the latest installer image <m_fcompxe_2016.1.043.dmg>. Installed the latest Xcode (7.1.1) and also the command line developer tools. Then opened the Intel Fortran installer image...
View ArticleIVF XE16 Update 1 with VS2013 and VS2015 parallel
HelloIVF XE16 Update 1 works fine with my Visual Studio 2013.But with Visual Studio 2015 I can not link (I can only compile).Error message --> LINK : fatal error LNK1104: cannot open file...
View ArticleCHDIR does not set the directory before open
In an application I am opening different files residing in different folders. To perform the assignment, I try to force Windows to display the correct folder. in the way that if I want to open an .INP...
View ArticleCompiler optimization reports
I was wondering if there is (or there are plans for) a feature built in to the Intel compilers that would combine compiler optimization reports with source code listings, as with the VecAnalysis script...
View ArticleJavascript needed?
Steve mentioned on the linux forum that there should be a replacement for the vecanalysis script of ifort 12/13 in the current versions under Visual Studio. Does this require installing Javascript? I...
View ArticleIntel Visual Compiler integration issue
I have a really big problem about using intel fortran compiler within microsoft visual studio 2013. There is no Intel Visual Fortran section in my Visual Studio and I think it is just because the...
View Article