buildenv-intel
Software description
Intel® based compiler toolchain with C/C++ and Fortran compilers, Intel® MPI for MPI support, and Intel® MKL for BLAS, LAPACK, etc. support.
The buldenv-intel module makes available:
- Compilers:
icc
,ifort
, etc. - MPI library with mpi-wrapped compilers: Intel MPI with
mpiicc
,mpiifort
, etc. - Numerical libraries: Intel MKL
NSC documentation
Available Modules
2023a-eb
Build environment based on the EasyBuild
toolchain intel-2023a. Also automatically loads the buildtool-easybuild
module to make
auxiliary libraries built with the toolchain available.
Versions: icc
, icpc
and ifort
2021.9.0, GCC 12.3.0, Intel MPI 2021.9.0, Intel MKL
2023.1.0
After loading the module, you can look for available auxiliary libraries with
module avail "libname"
or module avail | less
.
Load with:
[user@system ~]$ module load buildenv-intel/2023a-eb
Installed documentation
Man pages, e.g. man icc
, man ifort
Online documentation
https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-documentation.html
2023.1.0-oneapi
NSC composed build environment without auxiliary libraries based on Intel oneAPI v. 2023.1.0.
Versions: icc
, icpc
and ifort
2021.9.0, GCC 11.4.1 (system), Intel MPI 2021.9.0,
Intel MKL 2023.1.0
Load with:
[user@system ~]$ module load buildenv-intel/2023.1.0-oneapi
Installed documentation
Man pages, e.g. man icc
, man ifort
Online documentation
https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-documentation.html
2018.u1-bare
NSC composed build environment without auxiliary libraries based on Intel® Parallel Studio XE v. 2018 update 1.
Versions: icc
and ifort
18.0.1 (2018.1.163), GCC 6.5.0, Intel MPI 2018.1.163, Intel MKL
2018.1.163
Load with:
[user@system ~]$ module load buildenv-intel/2018.u1-bare
Installed documentation
Man pages, e.g. man icc
, man ifort