Intel compilers compilervars.csh does not work with CSH on Ubuntu
ERROR: Unknown switch ''. Accepted values: ia32, intel64
Type: Errors and Diagnostics |
|
04/27/2012
|
Diagnostic 6754: An automatic object must not appear in a SAVE statement or be declared with the SAVE attribute.
Explanation of Intel Fortran error #6754 An automatic object must not appear in a SAVE statement or be declared with the SAVE attribute. Type: Errors and Diagnostics |
Fortran |
03/30/2012
|
Diagnostic 7836: If the actual argument is scalar, the corresponding dummy argument shall be scalar unless the actual argument is an element of an array that is not an assumed-shape or pointer array, or a substring of such an element.
Description of Intel Fortran Compiler Error #7836: If the actual argument is scalar, the corresponding dummy argument shall be scalar... Type: Errors and Diagnostics |
|
01/27/2012
|
First compile time slow down on Linux
Problem : The first time the compiler is run after a login or after not being run for several minutes, this initial compilation can take dramatically longer than subsequent compilations. Subsequent c ... Type: Errors and Diagnostics |
compiler timeout compiler slow ifort time icc time |
01/24/2012
|
Diagnostic 6633: The type of the actual argument differs from the type of the dummy argument.
Description of Intel Fortran error #6633: The type of the actual argument differs from the type of the dummy argument. Type: Errors and Diagnostics |
|
11/30/2011
|
Bogus OpenMP KMP_AFFINITY warnings on non-Intel processor hosts
An application compiled with -Qopenmp (Windows*)/-openmp (Linux*) and run on a host not containing a genuine Intel® processor may generate bogus OMP: Warning #71 and Warning #72. Type: Errors and Diagnostics |
OpenMP KMP_AFFINITY |
11/22/2011
|
Determining Root Cause of Segmentation Faults SIGSEGV or SIGBUS errors
SIGSEGV on linux and SIGBUS Root Causes Type: Errors and Diagnostics |
|
09/29/2011
|
Build CP2K using Intel Fortran compiler Professional Edition
This article show how to build CP2K for Intel64 platform, using Intel® Fortran Compiler Professional Edition version 11.0 / 11.1 or Intel® Fortran Composer XE 2011, and Intel® Math Kernel Library (MKL) with FFTW 3.x support Type: Errors and Diagnostics |
MKL fftw CP2K intel fortran composer XE 2011 ifort 11.0 11.1 12.0 12.1 |
09/19/2011
|
Don't use the OpenMP THREADPRIVATE 'compatibility' option when everything is compiled by Intel
The Intel C++ and Fortran compilers for Windows* and Linux* provide 'legacy' and 'compatibility' implementations of the OpenMP THREADPRIVATE directive. The 'compatibility' option should not be used when everything is compiled by Intel compilers. Type: Errors and Diagnostics |
OpenMP THREADPRIVATE compatibility |
08/25/2011
|
-standard-semantics or –assume std_mod_proc_name may get undefined reference error
Using compiler option -standard-semantics or –assume std_mod_proc_name may get undefined reference error in V12.0. This article give a work around for this issue. Type: Errors and Diagnostics |
ifort -standard-semantics –assume std_mod_proc_name v12.0 ClosedSWDefect |
03/27/2011
|
Diagnostic 5436: Overlapping storage initializations encountered with xxxx
Explanation of Intel Fortran Compiler warning 5436. Type: Errors and Diagnostics |
|
02/15/2011
|
Description of PARDISO errors and messages
The Articles provides the detailed description of errors and messages returned by Pardiso. Type: Errors and Diagnostics |
pardiso PARDISO message in-core calculation out-of-core (OOC) mode |
01/19/2011
|
Don't optimize when using -ftrapuv for uninitialized variable detection
The switch /Qtrapuv (-ftrapuv) for detecting certain uninitialized variables is designed to work with optimization disabled Type: Errors and Diagnostics |
uninitialized |
12/23/2010
|
error #7859: THREADPRIVATE entity not allowed with DEFAULT(SHARED) clause
Intel Fortran Composer XE 2011 generates bogus compilation error #7859 when a THREADPRIVATE entity is referenced in a parallel region which has been annotated with a DEFAULT(SHARED) clause. Type: Errors and Diagnostics |
|
12/13/2010
|
GAP Message - remark #30532: (LOOP) Store the value of the upper-bound expression (foo->len) of the loop at line 123 into a temporary local variable...
Message
Store the value of the upper-bound expression (foo->len) of the loop at line 123 into a temporary local variable, and use this variable as the new upper-bound expression of the loop. To ... Type: Errors and Diagnostics |
GAP |
10/17/2010
|
GAP Message - remark #30531: (LOOP) Store the value of the upper-bound expression of the loop into a temporary local variable...
Message
Store the value of the upper-bound expression of the loop at line 123 into a temporary local variable, and use this variable as the new upper-bound expression of the loop. To do this, inse ... Type: Errors and Diagnostics |
GAP |
10/17/2010
|
GAP Message - remark #30528: (PAR) Add ""__declspec(const)" to the declaration of routine "foo" in order to parallelize the loop at line 123
Message
Add "__declspec(const)" to the declaration of routine "foo" in order to parallelize the loop at line 123. Alternatively, adding "__declspec(concurrency_safe(profitable))" achieves a simila ... Type: Errors and Diagnostics |
GAP |
10/17/2010
|
GAP Message - remark #30526: (PAR) To parallelize the loop, annotate the routine "foo" with ""__declspec(const)"
Message
To parallelize the loop at line 123, annotate the routine "foo" with "__declspec(const)". [VERIFY] Make sure the routine satisfies the semantics of this annotation. [ALTERNATIVE] A weaker ... Type: Errors and Diagnostics |
GAP |
10/17/2010
|
Problem with Intel(R) MKL DSS Single Precision version
The F90 DSS interface is broken because of currently DSS API supports double precision data types only.
Type: Errors and Diagnostics |
MKL F90 Single Precision |
10/12/2010
|
GAP Message - remark #30533: (LOOP) Compile with the "-Qopt-subscript-in-range" option to vectorize and/or parallelize the loop
Message
Compile with the "-Qopt-subscript-in-range" option to vectorize and/or parallelize the loop at line 123. [VERIFY] Make sure that no loop in the program contains or generates very large int ... Type: Errors and Diagnostics |
|
09/02/2010
|
GAP Message - remark #30525: (PAR) Insert a "#pragma loop count min(128)" or "!dir$ loop count min(128)" statement right before the loop to parallelize the loop
Message
Insert a "#pragma loop count min(128)" or "!dir$ loop count min(128)" statement right before the loop at line 123 to parallelize the loop. [VERIFY] Make sure that the loop has a minimum of ... Type: Errors and Diagnostics |
GAP |
09/02/2010
|
GAP Message - remark #30522: (PAR) Insert a "#pragma parallel private(foo)" or "!dir$ parallel private(foo)" statement right before the loop to parallelize the loop
Message
Insert a "#pragma parallel private(x,y,z)" statement right before the loop at line 123 to parallelize the loop. [VERIFY] Before an element of array(s) "x,y,z" can be read in the loop, ther ... Type: Errors and Diagnostics |
GAP |
09/02/2010
|
GAP Message - remark #30519: (PAR) Insert a "#pragma parallel" or "!dir$ parallel" statement right before the loop to parallelize the loop
Message
Insert a "#pragma parallel" or "!dir$ parallel" statement right before the loop at line 123 to parallelize the loop. [VERIFY] Make sure that these arrays in the loop do not have cross-iter ... Type: Errors and Diagnostics |
GAP |
09/02/2010
|
GAP Message - remark #30515: (VECT) Assign a value to the variable(s) at the beginning of the body of the loop...
Message
Assign a value to the variable(s) "foo" at the beginning of the body of the loop in line 123. This will allow the loop to be vectorized. [VERIFY] Make sure that, in the original program, t ... Type: Errors and Diagnostics |
GAP |
09/02/2010
|
GAP Message - remark #30513: (VECT) Insert a "#pragma ivdep" or "!dir$ ivdep" statement right before the loop to vectorize the loop
Message
Insert a "#pragma ivdep" or "!dir$ ivdep" statement right before the loop at line 123 to vectorize the loop. [VERIFY] Make sure that these arrays in the loop do not have unsafe cross-itera ... Type: Errors and Diagnostics |
GAP |
09/02/2010
|