Intel Compilers and Libraries¶
Description¶
This module enables the use of the Intel compilers, libraries, and debugger. * C, C++, and Fortran compilers * Performance Libraries - Math Kernel Libraries (MKL) - Integrated Performance Primitives (IPP) - Threading Building Blocks (TBB) * Debugger (idb) For compiling, use icc for C, icpc for C++, and ifort for Fortran. For debugging, use idb. * CXX - C++ compiler executable * CC - C compiler executable * FC - Fortran compiler executable * MKLROOT - MKL base directory * TBBROOT - TBB base directory * IPPROOT - TBB base directory
Environment Modules¶
Run module spider intel
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_MKL_DIR - MKL directory
- HPC_MKL_LIB - MKL library directory
- HPC_MKL_INC - MKL includes directory
Categories¶
language, programming, library, math, compiler