We own 2 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
To launch a job that uses an Intel command, you must use the licenses option in your Slurm job:
#SBATCH --licenses=intel:1
If there is no free license when submitting your job, it will be kept pending until a license is available. To check how many licenses are currently available, use:
scontrol show lic
See also: Intel MPI.