Skip to content

Commit 4f21ec2

Browse files
committed
Update modules.
1 parent 3ca7584 commit 4f21ec2

4 files changed

Lines changed: 82 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- hide_version("13.2.0")
2+
hide_version("13.3.0")
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
-- -*- lua -*-
2+
-- Module file created by spack (https://github.com/spack/spack) on 2024-10-30 15:14:19.943855
3+
--
4+
-- cuda@12.6.1%gcc@11.4.1+allow-unsupported-compilers+dev build_system=generic arch=linux-rocky9-sapphirerapids/jtjtgkd
5+
--
6+
7+
whatis([[Name : cuda]])
8+
whatis([[Version : 13.2.0]])
9+
whatis([[Target : sapphirerapids]])
10+
whatis([[Short description : CUDA is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing performance by harnessing the power of the graphics processing unit (GPU).]])
11+
12+
help([[Name : cuda]])
13+
help([[Version: 13.2.0]])
14+
help([[Target : sapphirerapids]])
15+
help()
16+
help([[CUDA is a parallel computing platform and programming model invented by
17+
NVIDIA. It enables dramatic increases in computing performance by
18+
harnessing the power of the graphics processing unit (GPU). Note: This
19+
package does not currently install the drivers necessary to run CUDA.
20+
These will need to be installed manually. See:
21+
https://docs.nvidia.com/cuda/ for details.]])
22+
23+
24+
local modroot="/apps/gautschi/cuda/13.2"
25+
prepend_path("PATH", modroot.."/bin", ":")
26+
prepend_path("LIBRARY_PATH", modroot.."/lib64", ":")
27+
prepend_path("LD_LIBRARY_PATH", modroot.."/lib64", ":")
28+
prepend_path("CPATH", modroot.."/include", ":")
29+
prepend_path("CMAKE_PREFIX_PATH", modroot.."/", ":")
30+
prepend_path("PKG_CONFIG_PATH", modroot.."/pkgconfig", ":")
31+
setenv("CUDA_HOME", modroot)
32+
setenv("CUDA_PATH", modroot)
33+
setenv("RCAC_CUDA_ROOT", modroot)
34+
setenv("RCAC_CUDA_VERSION", "13.2.0")
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
whatis([[Name : cuda]])
2+
whatis([[Version : 13.3.0]])
3+
whatis([[Target : sapphirerapids]])
4+
whatis([[Short description : CUDA is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing performance by harnessing the power of the graphics processing unit (GPU).]])
5+
6+
help([[Name : cuda]])
7+
help([[Version: 13.3.0]])
8+
help([[Target : sapphirerapids]])
9+
help()
10+
help([[CUDA is a parallel computing platform and programming model invented by
11+
NVIDIA. It enables dramatic increases in computing performance by
12+
harnessing the power of the graphics processing unit (GPU). Note: This
13+
package does not currently install the drivers necessary to run CUDA.
14+
These will need to be installed manually. See:
15+
https://docs.nvidia.com/cuda/ for details.]])
16+
17+
18+
local modroot="/apps/gautschi/cuda/13.3"
19+
prepend_path("PATH", modroot.."/bin", ":")
20+
prepend_path("LIBRARY_PATH", modroot.."/lib64", ":")
21+
prepend_path("LD_LIBRARY_PATH", modroot.."/lib64", ":")
22+
prepend_path("CPATH", modroot.."/include", ":")
23+
prepend_path("CMAKE_PREFIX_PATH", modroot.."/", ":")
24+
prepend_path("PKG_CONFIG_PATH", modroot.."/pkgconfig", ":")
25+
setenv("CUDA_HOME", modroot)
26+
setenv("CUDA_PATH", modroot)
27+
setenv("RCAC_CUDA_ROOT", modroot)
28+
setenv("RCAC_CUDA_VERSION", "13.3.0")
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
whatis([[Name : nccl]])
2+
whatis([[Version : 2.30.4_cu13.2]])
3+
whatis([[Short description : Optimized primitives for collective multi-GPU communication.]])
4+
whatis([[Configure options : unknown, software installed outside of Spack]])
5+
6+
help([[Optimized primitives for collective multi-GPU communication.]])
7+
8+
depends_on("cuda/13.2.0")
9+
10+
local modroot="/apps/gautschi/nccl/cuda13.2/2.30.4"
11+
prepend_path("LIBRARY_PATH", modroot.."/lib", ":")
12+
prepend_path("LD_LIBRARY_PATH", modroot.."/lib", ":")
13+
prepend_path("CPATH", modroot.."/include", ":")
14+
prepend_path("PKG_CONFIG_PATH", modroot.."/lib/pkgconfig", ":")
15+
prepend_path("CMAKE_PREFIX_PATH", modroot.."/", ":")
16+
setenv("NCCL_HOME", modroot)
17+
setenv("RCAC_NCCL_ROOT", modroot)
18+
setenv("RCAC_NCCL_VERSION", "2.30.4_cu13.2")

0 commit comments

Comments
 (0)