Intel oneAPI Compilers on Lawrencium¶
Intel oneAPI Compilers 2025¶
intel-oneapi-compilers version 2025.2.1 is available on Lawrencium, which consists of the new LLVM-based oneAPI compilers icx, icpx, ifx. To load these compilers:
module load intel-oneapi-compilers/2025.2.1
Some relevant reference pages on the intel documentation website for the 2025.2.1 version of oneAPI compilers installed on Lawrencium are listed below:
- Intel oneAPI DPC++/C++ Compiler Developer Gude and Reference
- Intel Fortran Compiler Developer Guide and Reference
Intel oneAPI Compilers 2023¶
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. To load these compilers:
module load intel-oneapi-compilers/2023.1.0
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