Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions modules/mp/compilers/intel/oneapi/2025.3.2.lua
Original file line number Diff line number Diff line change
@@ -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.
]])