Compilers
The compilers are provided using environment modules, you can review modules here.
A lot of software you may want to use and compile yourself could be written in C, C++, or Fortran. We support two compiler flavors for you to try: the GNU compiler or the Intel compiler.
#
GNU CompilerThe latest GNU compiler provided as a module is version 10.2 [www]. This was built with the --enable-languages=c,c++,fortran
flag.
There are older GNU compiler versions and combinations with MPI support. Additional (not listed below) modules prefixed with "contrib" are community provided and maintained.
#
Intel CompilerThe latest Intel compiler is the 2021 version, this module comes bundled with the entire oneAPI suite (e.g., Intel MPI).