Compilers & Libraries

GNU Compilers

The standard GNU open source compilers and libraries have been installed on the clusters both as the system version and via the module command by loading the GCC module. This includes the GNU C Compiler, the GNU C++ Compiler and the GNU Fortran compiler.

PGI Compilers The Portland Group Inc (PGI) provies Fortran, C and C++ compilers for high-performance computing systems. These compilers have been installed on HPC. Intel Compilers and Software Libraries

The Intel Composer can be accessed by loading a module and contains 3 groups of software, namely compilers, libraries and a debugger. This software has been optimized by Intel to take advantage of the specific capabilities of the different intel CPUs installed in the HPC.

    Compilers
  • Intel C Compiler (icc)
  • Intel C++ Compiler (icpc)
  • Intel Fortran Compiler (ifort)
    Libraries
  • Intel Math Kernel Library (MKL)
  • Intel Threading Building Blocks (TBB)
  • Intel Integrated Performance Primitives (IPP)
    Debugger
  • Intel Debugger (idbc)