Intelコンパイラ ========================== 以下のバージョンが利用可能です。 環境設定することで、当該バージョンのコンパイラや関連ライブラリをご利用可能です。 コンパイルコマンドやオプション等の詳細は製品のマニュアルを参照ください。 .. csv-table:: :header: "バージョン", "モジュールファイル" "oneAPI 2023", "oneapi/2023.2.0" "oneAPI 2024", "oneapi/2024.2.1" "oneAPI 2025", "oneapi/2025.0.1" ・使用例 .. 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 $