Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Several compiler families and MPI flavours are provided on the system. 

When you log in, the GNU prgenv with GCC would be loaded by default, but can be easily changed by a different one by loading it explicitly with. For example, to use the Intel Programming Environment or toolchain:

No Format
module load prgenv/intel

See HPC2020: Compilers and The prgenv module for more details on how to customise your build environment and toolchains.

Compiler default versions for each family are:

CompilerVersion
GCC8.4.1
Intel2021.4.0
AOCC3.1.0

For MPI, Vendor OpenMPI, intel MPI and HPCX OpenMPI are available. The default version for each family are:

MPI flavourVersion
Atos OpenMPI4.1.1.1
Intel MPI2021.4.0
HPCX OpenMPI2.9.0


Tip
titleBest combination for performance

The recommended toolchain for performance at this stage is:

Code Block
Currently Loaded Modules:
  1) intel/2021.4.0   2) prgenv/intel   3) hpcx-openmpi/2.9.0   4) intel-mkl/19.0.5


...