We own 2 floating licenses for Intel Parallel Studio XE Cluster Edition 2020. It includes the C, C++, Fortran compilers and MPI librairies.
In order to use the Intel commands, you have to load the corresponding module:
module load intel
It is recommended to run the code compiled with Intel Parallel Studio on nodes equipped with Intel processors. To do so, please add the following line to your script:
#SBATCH --constraint=intel
See also: Intel MPI.