Intel Compilers and Libraries¶
Description¶
Intel® Parallel Studio XE 2016 is an Intel's developer toolkit for high performance computing (HPC) and technical computing applications. This suite of compilers, libraries, debugging facilities, and analysis tools, targets Intel® architecture. Intel® Parallel Studio XE 2016 helps software developers design, build, verify and tune code in Fortran, C++, C, and Java.
Included components: * 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.
Environment Modules¶
Run module spider intel to find out what environment modules are available for this application.
Environment Variables¶
Additional Usage Information¶
Note
Use -O0, -fp-model=precise to avoid creating binaries that may produce
erroneous results. Avoid the problematic optimizations: -O2 -fp-model=fast
- C, C++, and Fortran compilers - icc, icpc, and ifort
- Performance Libraries
- Math Kernel Libraries (MKL)
- Integrated Performance Primitives (IPP)
- Threading Building Blocks (TBB)
- Debugger - idb
Categories¶
language, programming, library, math, compiler