Skip to content

Commit 35549da

Browse files
committed
Merge branch 'main' of github.com:Guangzhen-Jin/rcac-docs
2 parents e35deb2 + fe5811b commit 35549da

10 files changed

Lines changed: 89 additions & 6 deletions

File tree

docs/software/app_catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ search:
1111
# All software and versions on RCAC clusters
1212

1313
## Overview
14-
As of **June 22, 2026**, there have been a total of **276** applications with **2540** available versions deployed across **6** RCAC HPC clusters: **ANVIL, BELL, GAUTSCHI, GILBRETH, NEGISHI, SCHOLAR**.
14+
As of **June 24, 2026**, there have been a total of **276** applications with **2543** available versions deployed across **6** RCAC HPC clusters: **ANVIL, BELL, GAUTSCHI, GILBRETH, NEGISHI, SCHOLAR**.
1515

1616
## Applications Catalog
1717

@@ -783,7 +783,7 @@ As of **June 22, 2026**, there have been a total of **276** applications with **
783783
<tr>
784784
<td><a href="../apps_md/nccl"><strong>nccl</strong></a></td>
785785
<td>MPI, Compilers</td>
786-
<td>ANVIL</td>
786+
<td>ANVIL, GAUTSCHI</td>
787787
</tr>
788788
<tr>
789789
<td><a href="../apps_md/ncl"><strong>ncl</strong></a></td>

docs/software/apps_md/cuda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CUDA is a parallel computing platform and programming model invented by NVIDIA.
1515
|Cluster|Versions|
1616
|---|---|
1717
**ANVIL**|11.0.3, 11.2.2 (D), 11.4.2, 12.0.1, 12.8.0, 13.1.0
18-
**GAUTSCHI**|12.6.0, 12.6.1, 12.8.0, 12.9.0
18+
**GAUTSCHI**|12.6.0, 12.6.1, 12.8.0, 12.9.0, 13.2.0, 13.3.0
1919
**GILBRETH**|12.1.1, 12.6.0, 13.1.0
2020
**SCHOLAR**|12.1.0
2121

docs/software/apps_md/nccl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Optimized primitives for collective multi-GPU communication.
1515
|Cluster|Versions|
1616
|---|---|
1717
**ANVIL**|cuda-11.2_2.8.4 (D), cuda-11.0_2.11.4, cuda-11.4_2.11.4, cuda-12.8_2.26.2
18+
**GAUTSCHI**|2.30.4_cu13.2
1819

1920
(D): Default Module
2021

docs/software/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hide:
99
# Software and versions on RCAC clusters
1010

1111
## Overview
12-
As of **June 22, 2026**, there have been a total of **276** applications with **2540** available versions deployed across **6** RCAC HPC clusters: **ANVIL, BELL, GAUTSCHI, GILBRETH, NEGISHI, SCHOLAR**.
12+
As of **June 24, 2026**, there have been a total of **276** applications with **2543** available versions deployed across **6** RCAC HPC clusters: **ANVIL, BELL, GAUTSCHI, GILBRETH, NEGISHI, SCHOLAR**.
1313

1414
You can see [**a full list of all software and version deployed on all RCAC clusters**](app_catalog.md), OR
1515

docs/software/ngc_catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lammps/10Feb2021
3939
## Available NGC Containers on RCAC Clusters
4040
<!-- IMPORTANT: this section is automatically generated by script ./tools/update_ngc_catalog.sh. Any manual edit will be lost after next update. -->
4141
<!-- NGC_TABLE_START -->
42-
As of **June 22, 2026**, there have been a total of **22** NGC containers with **225** available versions deployed across **4** RCAC HPC clusters: **ANVIL, GAUTSCHI, GILBRETH, SCHOLAR**.
42+
As of **June 24, 2026**, there have been a total of **22** NGC containers with **225** available versions deployed across **4** RCAC HPC clusters: **ANVIL, GAUTSCHI, GILBRETH, SCHOLAR**.
4343

4444
<table id="ngcTable" class="tablefilter container-catalog-table">
4545
<thead>

docs/software/rocm_catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ module avail
3737
<!-- IMPORTANT: this section is automatically generated by script ./tools/update_rocm_catalog.sh. Any manual edit will be lost after next update. -->
3838

3939
<!-- ROCM_TABLE_START -->
40-
As of **June 22, 2026**, there have been a total of **12** ROCm containers with **47** available versions deployed across **2** RCAC HPC clusters: **BELL, NEGISHI**.
40+
As of **June 24, 2026**, there have been a total of **12** ROCm containers with **47** available versions deployed across **2** RCAC HPC clusters: **BELL, NEGISHI**.
4141

4242
<table id="rocmTable" class="tablefilter container-catalog-table">
4343
<thead>
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)