Intel Compiler Suite
Intel Compiler XE 15.0 (Update 3) Intel Compiler XE 15.0 Intel Compiler XE 12.1 Intel Compiler 11.1 Intel Compiler 11.0 Intel Compiler 10.1 Intel documentation |
Intel Compiler XE 15.0 (Update 3)
Intel Compiler Suite
- icc (c compiler)
- icpc (c++ compiler)
- ifort (fortran compiler)
- gdb-ia (GNU debugger including Intel-extended features for c, c++, fortran)
The compiler suite is available with 64-bit.
Setting up the Intel environment
To use the Intel compiler suite (icc, icpc, ifort, gdb) it is helpful to set up the Intel environment.
You can use the following entry interactively. If you want to use this module permanently, place this entry below the global definitions in your ".bashrc" file:
module load intel/15.0.3
Intel Compiler XE 15.0
Intel Compiler Suite
- icc (c compiler)
- icpc (c++ compiler)
- ifort (fortran compiler)
- gdb-ia (GNU debugger including Intel-extended features for c, c++, fortran)
The compiler suite is available with 64-bit.
Setting up the Intel environment
To use the Intel compiler suite (icc, icpc, ifort, gdb) it is helpful to set up the Intel environment.
You can use the following entry interactively. If you want to use this module permanently, place this entry below the global definitions in your ".bashrc" file:
module load intel/15.0
Intel Compiler XE 12.1 Update 1
Intel Compiler Suite
- icc (c compiler)
- icpc (c++ compiler)
- ifort (fortran compiler)
- idb (debugger for c, c++, fortran)
The compiler suite is available with 64-bit.
Setting up the Intel environment
To use the Intel compiler suite (icc, icpc, ifort, idb) it is helpful to set up the Intel environment.
You can use the following entry interactively. If you want to use this module permanently, place this entry below the global definitions in your ".bashrc" file:
module load intel/12.1
Intel Compiler 11.1.046
Intel Compiler Suite
- icc (c compiler)
- icpc (c++ compiler)
- ifort (fortran compiler)
- idb (debugger for c, c++, fortran)
The compiler suite is available with 64-bit.
Setting up the Intel environment
To use the Intel compiler suite (icc, icpc, ifort, idb) it is helpful to set up the Intel environment.
You can use the following entry interactively. If you want to use this module permanently, place this entry below the global definitions in your ".bashrc" file:
module load intel/11.1.046
Intel Compiler 11.0.081
Intel Compiler Suite
- icc (c compiler)
- icpc (c++ compiler)
- ifort (fortran compiler)
- idb (debugger for c, c++, fortran)
The compiler suite is available with 64-bit.
Setting up the Intel environment
To use the Intel compiler suite (icc, icpc, ifort, idb) it is helpful to set up the Intel environment.
You can use the following entry interactively. If you want to use this module permanently, place this entry below the global definitions in your ".bashrc" file:
module load intel/11.0.081
Intel Compiler 10.1.018
Intel Compiler Suite
- icc (c compiler)
- icpc (c++ compiler)
- ifort (fortran compiler)
- idb (debugger for c, c++, fortran)
The compiler suite is available with 64-bit.
Setting up the Intel environment
To use the Intel compiler suite (icc, icpc, ifort, idb) it is helpful to set up the Intel environment.
You can use the following entry interactively. If you want to use this module permanently, place this entry below the global definitions in your ".bashrc" file:
module load intel/10.1.018
Intel documentation
You can find the Intel compiler documentation on the following webpages:
Adapted from http://www.uibk.ac.at/zid/systeme/hpc-systeme by courtesy of the ZID HPC Team.