Skip to content

Commit 8bd04bc

Browse files
authored
Merge pull request #6 from BattModels/fix/spac_config
Update Spack config
2 parents 0693afa + 9faadad commit 8bd04bc

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

about/user_software.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,15 @@ packages:
8585
8686
modules:
8787
- cuda/12.1.1
88+
89+
modules:
90+
- cuda/12.6.3
91+
92+
modules:
93+
- cuda/12.8.1
8894
8995
# Versions of cuDNN provided by ARCH
90-
# Again, could install but a) space and b) get the actual files is tricky (install is easy)
96+
# Again, could install but a) space and b) getting the actual files is tricky (install is easy)
9197
# Note: This should be updated as new versions of cuDNN are installed
9298
cudnn:
9399
buildable: False
@@ -116,12 +122,18 @@ packages:
116122
117123
modules:
118124
- cudnn/12.1-v8.9.0
125+
126+
modules:
127+
- cudnn/12.6-v9.6.0
128+
129+
modules:
130+
- cudnn/12.8-v9.10.0
119131
120132
# The following applies for all packages
121133
all:
122134
# Check cuda_arch specification
123135
require:
124-
- one_of: ["cuda_arc=80,90", cuda_arch=80, cuda_arch=90]
136+
- one_of: ["cuda_arch=80,90", cuda_arch=80, cuda_arch=90]
125137
when: +cuda
126138
message: cuda_arch should be 80 (A100) or 90 (H100)
127139
@@ -130,7 +142,7 @@ packages:
130142
- +cuda # Enable cuda support when possible
131143
132144
# Artemis Worker Nodes are Zen4, keep x86_64 as a fallback
133-
target: [zen4, x84_64]
145+
target: [zen4, x86_64]
134146
135147
# Sets preference for compilers
136148
compiler:

0 commit comments

Comments
 (0)