Versions Compared

Key

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

When you log in, the GNU prgenv with GCC would be loaded by default, but can be easily changed. 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


Additional dependencies

When building your application, model or little post-processing tool, you may require some additional dependencies or libraries. Before you raise an issue or start building them on your own, please check if they are not already provided either through by default system or via modules with module spider.

...