Intel Compiler 2016

From HPC users
Revision as of 09:00, 16 February 2017 by Brunken (talk | contribs) (Created page with "The Intel compiler is available as a module and is currently installed in version 2016.3.210. To find out which versions are installed you can use the command module av icc ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The Intel compiler is available as a module and is currently installed in version 2016.3.210. To find out which versions are installed you can use the command

 module av icc

which currently shows

 -------------------- /cm/shared/uniol/modulefiles/COMPILER ---------------------
 intel/2016.3.210

To load the module of your choice type e.g.

 module load intel/2016.3.210

The commands for the available languages are

Name Description
gcc C compiler
g++ C++ compiler
gfortran Fortran compiler


Advantages


Disadvantages