Difference between revisions of "Intel Compiler"

From HPC users
Jump to navigationJump to search
(Created page with "The Intel Compilers are available as modules for 32bit (depricated) and 64-bit version. New releases are included in the modules of the Intel Cluster Studio (''intel/ics''). ...")
 
(Updated for the new OS and related module name changes)
Line 1: Line 1:
The Intel Compilers are available as modules for 32bit (depricated) and 64-bit version. New releases are included in the modules of the  
The Intel Compilers are available as modules for 32bit (depricated) and 64-bit version. To see the available versions of the Intel Compilers type
Intel Cluster Studio (''intel/ics''). The actual release can be loaded by
  module av ics
 
which currently shows
   module load intel/ics/2013.5.192/64
   -------------------- /cm/shared/uniol/modulefiles/COMPILER ---------------------
 
  ics/2013_sp1.3.174/32 ics/2013_sp1.3.174/64
The Fortran and C-compilert of the old release 10.1.015 are available in separate modules ''intel/fc'' and ''intel/cc''.
To load the module of your choice type e.g.
 
  module load ics/2013_sp1.3.174/64
'''Note''': The release 2011.0.13 of the Intel Cluster Studio has serveral problems (e.g. when compiling WRF, python,...). It is recommended to use the latest release.
It is recommended to use the latest release.


== Intel Cluster Studio addons ==
== Intel Cluster Studio addons ==

Revision as of 18:00, 22 January 2015

The Intel Compilers are available as modules for 32bit (depricated) and 64-bit version. To see the available versions of the Intel Compilers type

 module av ics

which currently shows

 -------------------- /cm/shared/uniol/modulefiles/COMPILER ---------------------
 ics/2013_sp1.3.174/32 ics/2013_sp1.3.174/64

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

 module load ics/2013_sp1.3.174/64

It is recommended to use the latest release.

Intel Cluster Studio addons

Within the Intel Cluster Studio several tools and libraries for debugging, profiling and analyzing of program code are included:

  • MKL (Math Kernel Library)
  • VTune
  • Intel Trace Analyzer (now in seperate module intel/itac/8.1.2.033)
  • Intel Thread Checker
  • Intel Debugger (idb)
  • Thread Building Blocks
  • Intel(R) Advisor Command Line Tool