Intel® Fortran Compiler for Linux* Knowledge Base

Submit New Article



Title Modified Date
BIND(C) does not work for COMPLEX
A COMPLEX Fortran function built with the BIND(C) attribute does not follow the x64 ABI and is not interoperable with the Intel C compiler or with gcc.
Author: Martyn Corden (Intel)
Type: Software Defects
11/20/2009
Error : Failed to enable trusted storage check for licensing
"error #10310: Failed to enable trusted storage check for licensing: Warning" Enable Trusted Storage failed (flexnet error code 20). Trusted Storage based licence could " is a known issue. The workaround for the issue is to set the library paths.
Author: Shamla (Intel)
Type: Download, Registration, Licensing,Known Issues,Errors and Diagnostics
11/10/2009
Which version of Intel IPP, Intel MKL and Intel TBB is installed by the Intel® Compiler Professional Edition?
The page lists the Intel IPP, Intel MKL and Intel TBB versions installed by the Intel® Compiler Professional Edition.
Author: AmandaS (Intel)
Type: Installation,Compatibility
11/06/2009
Intel® Professional Edition Compilers 11.1 Fixes List
This page lists fixes that have been made in Intel Professional Edition Compilers 11.1.
Author: Elizabeth S (Intel),Roland Wiele (Intel)
Type: Known Issues
11/05/2009
Intel® Fortran Compiler for Linux* - Invoking the compiler
For 11.x compilers (10.x compilers did not need an argument), enter: $ source <path-to-ifort-bin-dir>/ifortvars.sh (bash) <arg> % source <path-to-ifort-bin-dir>/ifortvars. ...
Author: Wendy Doerner (Intel)
Type: Tips and Techniques,Technical Notes
11/04/2009
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.083 / 11.1.059, and Intel Math Kernel Library (MKL) with FFTW 3.x support
Author: Hao Jiang (Intel)
Type: Known Issues,Errors and Diagnostics,Tips and Techniques,Performance and Optimization,Compatibility,Technical Notes
11/03/2009
Using Intel Compilers for Linux with Ubuntu
How to install Intel Compilers on Ubuntu 9.10, 9.04, 8.10, 8.04 and newer.
Author: Ronald W. Green (Intel)
Type: Installation,Errors and Diagnostics,Tips and Techniques,Compatibility,Technical Notes
11/03/2009
Being Successful with the Intel® Compilers -- You Need to Know
Tips and techniques on using the Intel Compilers to maximize your application performance.
Author: Brandon Hewitt (Intel),Vangal Venkatesh
Type: Tips and Techniques,Performance and Optimization
11/02/2009
Fortran READ returns iostat=98 error
Fortran READ statement can return an out of memory error if there is not enough virtual memeory.
Author: Elizabeth S (Intel)
Type: Errors and Diagnostics
10/30/2009
Intel® Fortran Compiler for Linux* - Supported operating systems
System requirements, including supported Linux* Distributions, for the Intel(R) Fortran Compiler Professional Edition for Linux
Type: Compatibility
10/23/2009
Intel Fortran Compiler 11.1 Release Notes
Current release notes and installation guide for the Intel Fortran Compiler 11.1 products for Linux, Mac OS X and Windows
Author: Steve Lionel (Intel)
Type: Installation,Known Issues,Software Defects,Compatibility,Technical Notes
10/22/2009
Thread affinity compiler options and environment variables
The new 11.1 compiler options allow thread affinity to be compiled into the executable. The compiled-in affinity of the executable will override any setting of the affinity environment variables KMP_AFFINITY and GOMP_CPU_AFFINITY.
Author: Patrick Kennedy (Intel)
10/21/2009
Diagnostic 5656: Variable xxxx too large for NTCOFF. Bigger than 2GB. Use heap instead
2 GByte limit on static and data areas in COFF object file format.
Author: Steve D. (Intel)
Type: Errors and Diagnostics
10/19/2009
Incorrect padding added for SEQUENCE or BIND(C) type with UNION
Describes a Fortran compiler defect where padding is inappropriately added inside a UNION in a SEQUENCE or BIND(C) derived type
Author: Steve Lionel (Intel)
Type: Known Issues,Software Defects
10/16/2009
Putting -lm Before User Objects/Libraries on Link Line Can Impact Performance
Recommended linking model: icc/icpc/ifort [user objs] [user libs] [sys libs] Using -lm (the GNU math library) prior to user-created objects or libraries causes the GNU libm to be used instead of the Intel math library, impacting performance.
Author: Brandon Hewitt (Intel)
Type: Known Issues,Software Defects,Performance and Optimization
10/14/2009
Redistributable libraries for the Intel(R) C++ and Visual Fortran Compiler Professional Editions for Linux*
OverviewThis article contains links to the redistributable installation packages for the Intel Compiler Professional Editions for Linux*. The redistributable packages are for the end users who use appl ...
Author: Jennifer Jiang (Intel)
Type: Installation,Tips and Techniques
10/14/2009
Run-Time Error 408 when optional character argument omitted
Description of a compiler defect which causes an inappropriate error 408 to be issued at run-time when bounds checking is enabled and an optional character argument is omitted in a call to a routine.
Author: Steve Lionel (Intel)
Type: Known Issues,Software Defects
10/05/2009
Intel® FLEXlm* license servers
Links to the various FLEXlm* license servers used for managing floating licenses for Intel(R) Compilers.
Author: Chuck (Intel)
Type: Installation
10/02/2009
Development Products Download, Registration and Licensing Help
Help Yourself: Knowledge Base - The best place to find answers to your questions Intel® Software Development Products Registration Center - Register a product, see the products you have regist ...
Author: Kristen (Intel)
Type: Download, Registration, Licensing
09/25/2009
Catastrophic error: could not open source file "gmmintrin.h"
Reference Number :  DPD200140118 Version : 11.1   Intel C++ and Fortran Compiler for Linux* 11.1 Intel C++ and Fortran Compiler for Mac OS* X 11.1 Intel C++ and Visual Fortran Compiler for W ...
Author: Jennifer Jiang (Intel)
Type: Known Issues
09/25/2009
Thread affinity compiler switches have no effect
Thread affinity compiler switches /Qpar-affinity (Windows*) or -par-affinity (Linux*) have no effect when the executable is run.
Author: Patrick Kennedy (Intel)
Type: Known Issues,Software Defects
09/24/2009
Consistency of Floating-Point Results using the Intel® Compiler
Why doesn’t my application always give the same answer? Tradeoffs between floating-point accuracy, reproducibility and performance are discussed with examples;recommendations are made for improving reproducibility while limiting the impact on performance
Author: Martyn Corden (Intel)
09/18/2009
Diagnostic 11003: no IR in object file xxxx; was the source file compiled with xxxx
You are attempting to link an object file that was not compiled with IPO in and IPO build.
Author: Mark Sabahi (Intel)
Type: Errors and Diagnostics
09/16/2009
Changing Language Setting to see English on a Japanese OS environment or Vice Versa on Linux*
The Intel C++ and Fortran Compiler for Linux* update 2 release contains the Japanese localized message catalog. After installing the Intel C++ and Fortran Compilers, you'll see the sub-folder: <. ...
Author: Jennifer Jiang (Intel)
Type: Tips and Techniques
09/14/2009
Diagnostic 6502: COMMON cannot be extended beyond the beginning of a block.
Description of Fortran error 6502: COMMON cannot be extended beyond the beginning of a block
Author: Steve Lionel (Intel)
Type: Errors and Diagnostics
09/11/2009