Intel
Category: Program Dev-Compilers
Description
The Intel compilers are available on the frost machines as modules. Intel versions 11.1.059 are available.
To see man pages on Intel compilers with a full list of compiler options, first make sure an "intel" module is loaded, and then do a man on any of the following:
- icc
- ifort
For more detailed information, see Intel documentation.
The Intel Math Kernel Library (MKL) is available with the intel compilers. In order to compile with the intel compilers, you need to specify the -mkl flag in the compile line.
icc test.cpp -mkl
Use
To use the Intel compilers, just load the Intel programming module:
module load intel/11.1.059 # you should unload other compiler modules first
It is best to review the icc and ifort man pages for a list of their options.
Support
This package has the following support level : Supported
Available Versions
All versions of this software are provided by the system vendor and are not installed by NCCS staff.
