From 45b1d008c0200a9ae4b950d6173d0cbaee3ddff0 Mon Sep 17 00:00:00 2001 From: John LaGrone Date: Tue, 21 Jul 2026 09:38:28 -0500 Subject: [PATCH] add intel 2025 module --- .../mp/compilers/intel/oneapi/2025.3.2.lua | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 modules/mp/compilers/intel/oneapi/2025.3.2.lua diff --git a/modules/mp/compilers/intel/oneapi/2025.3.2.lua b/modules/mp/compilers/intel/oneapi/2025.3.2.lua new file mode 100644 index 00000000..7dc74008 --- /dev/null +++ b/modules/mp/compilers/intel/oneapi/2025.3.2.lua @@ -0,0 +1,21 @@ +whatis("Provides access to Intel 2025.3 compiler suite, libraries, and applications.") +family("compiler") + +append_path("MODULEPATH", "/hpc/mp/apps/intel/oneapi/2025.3.1.55/module_files") +load("tbb", "compiler-rt", "umf", "compiler/latest") + +-- mpi +append_path("MODULEPATH", "/hpc/mp/module_files/mpi/oneapi-2025.3.2/") + +-- cuda +append_path("MODULEPATH", "/hpc/mp/spack_modules/linux-ubuntu22.04-zen2/cuda/oneapi-2025.3.2/") + +-- generic packages / dependencies +append_path("MODULEPATH", "/hpc/mp/spack_modules/linux-ubuntu22.04-zen2/oneapi-2025.3.2/") + +help([[Name: Intel OneAPI Compiler Suite +Version: 2025.3.2 +Website: https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html + +The IntelĀ® oneAPI DPC++/C++ Compiler gives developers even more confidence that their code is portable and reliably performant across existing and future CPU, GPU, and AI accelerator architectures. +]]) \ No newline at end of file