The Intel oneAPI HPC toolkit is installed on the cluster. This toolkit contains Intel C++ and Fortran compilers, Intel MPI, Intel MKL and many more tools.
To use the Intel oneAPI toolkit, load it with this command: module load oneAPI
To see a list of all tools that are available, run this command: module avail.
You will see something similar to this:
To use the C++ and Fortran compilers: module load compiler/latest
To use the Math Kernel Library: module load mkl/latest
To use MPI: module load mpi/latest
More details on Intel’s oneAPI can be found in this link and for the toolkits in this link.