Intel OneAPI Compilers on Lawrencium¶
intel-oneapi-compilers
version 2023.1.0
is available on Lawrencium which consists of both the new LLVM-based oneAPI compilers icx, icpx, ifx
and the intel classic compilers icc, icpc, ifort
. The default intel-oneapi-compilers` module can be loaded as:
module load intel-oneapi-compilers
LLVM-based oneAPI Compilers¶
The version of LLVM-based oneAPI compilers icx, icpx, ifx
follow the version of the oneapi package. Some relevant reference pages on the intel documentation website for the 2023.1.0
version of oneAPI compilers installed on Lawrencium are listed below:
- Intel oneAPI DPC++/C++ Compiler Developer Guide and Reference
- Intel Fortran Compiler Classic and Intel Fortran Compiler Developer Guide and Reference
Intel Classic Compilers¶
Version scheme of Intel Classic Compilers
The versions of Intel classic compilers in the module intel-oneapi-compilers/2023.1.0
is different than 2023.1.0
. The version of ifort, icc, icpc
compilers in the module intel-oneapi-compilers/2023.1.0
is 2021.9.0
Some relevant reference pages on the intel documentation website for the 2021.9.0
version of Intel classic compilers installed on Lawrencium are listed below:
- Intel C++ Compiler Classic Developer Guide and Reference
- Intel Fortran Compiler Classic and Intel Fortran Compiler Developer Guide and Reference