Intel Compiler ========================== Following compilers are available on the supercomputer. By configuring the settings, you can use the compiler and related libraries for the respective version. For more details, see each manual. .. csv-table:: :header: "Version", "Module file" "oneAPI 2023", "oneapi/2023.2.0" "oneAPI 2024", "oneapi/2024.2.1" "oneAPI 2025", "oneapi/2025.0.1" ・Example .. code-block :: none $ module avail oneapi ------------------------ /work/app/modulefiles/intel ------------------------------ oneapi/2023.2.0 oneapi/2024.2.1 oneapi/2025.0.1 Key: modulepath default-version $ .. code-block :: none $ module load oneapi/2025.0.1 Loading oneapi/2025.0.1 Loading requirement: advisor/latest ccl/latest tbb/latest compiler-rt/latest umf/latest compiler/latest debugger/latest dev-utilities/latest dnnl/latest dpl/latest intel_ipp_intel64/latest intel_ippcp_intel64/latest mkl/latest mpi/latest vtune/latest $ .. code-block :: none $ icx --version Intel(R) oneAPI DPC++/C++ Compiler 2025.0.4 (2025.0.4.20241205) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /work/app/intel/oneapi2025/compiler/2025.0/bin/compiler Configuration file: /work/app/intel/oneapi2025/compiler/2025.0/bin/compiler/../icx.cfg /work/app/intel/oneapi2025/compiler/2025.0/bin/icx $