Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated with defaults and recommended performance toolchain

Several compiler families and MPI flavours are provided on the system, but you may need to load explicitly the toolchain you which to use.

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.

...