Difference between revisions of "Intel Compiler 2016"

From HPC users
Jump to navigationJump to search
Line 6: Line 6:
To load the module of your choice type e.g.
To load the module of your choice type e.g.
   module load intel/2016.3.210
   module load intel/2016.3.210
<!--The commands for the available languages are
The commands for the available languages are
<center>
<center>
{| style="background-color:#eeeeff;" cellpadding="10" border="1" cellspacing="0"  
{| style="background-color:#eeeeff;" cellpadding="10" border="1" cellspacing="0"  
Line 13: Line 13:
!Description
!Description
|-
|-
| ''gcc''
| ''icc''
| C compiler
| C compiler
|-
|-
| ''g++''
| ''icpc''
| C++ compiler
| C++ compiler
|-
|-
| ''gfortran''
| ''ifort''
| Fortran compiler
| Fortran compiler
|-
|-

Revision as of 09:36, 16 February 2017

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
icc C compiler
icpc C++ compiler
ifort Fortran compiler

-->

Advantages


Disadvantages