See the Intel Compilers project page. To use Intel Compilers, you’ll use the module
tool.
You can see what versions are available by using:
[me@login01 ~]$ module avail intel
------------------------------ /opt/modulefiles -------------------------------
intel/19.1.0.166
Use "module spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching
any of the "keys".
To load a specific version, you would use:
[me@login01 ~]$ module load intel/19.1.0.166
while the "intel" wildcard will load the default version, intel-19.1.0.166 in this case.
You should now be able to run Intel Compilers commands:
[me@login01 ~]$ ifort --version
ifort (IFORT) 19.1.0.166 20191121
Copyright (C) 1985-2019 Intel Corporation. All rights reserved.