Skip to content

Commit

Permalink
Update to cudatoolkit 12.4
Browse files Browse the repository at this point in the history
This is needed for Trilinos
  • Loading branch information
xylar committed Oct 24, 2024
1 parent 3ceae78 commit 921a1ea
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion mache/spack/pm-gpu_gnugpu_mpich.csh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module rm cpe \

module load PrgEnv-gnu/8.5.0 \
gcc-native/12.3 \
cudatoolkit/12.2 \
cudatoolkit/12.4 \
craype-accel-nvidia80 \
cray-libsci/23.12.5 \
libfabric/1.20.1 \
Expand Down
2 changes: 1 addition & 1 deletion mache/spack/pm-gpu_gnugpu_mpich.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module rm cpe \

module load PrgEnv-gnu/8.5.0 \
gcc-native/12.3 \
cudatoolkit/12.2 \
cudatoolkit/12.4 \
craype-accel-nvidia80 \
cray-libsci/23.12.5 \
libfabric/1.20.1 \
Expand Down
8 changes: 4 additions & 4 deletions mache/spack/pm-gpu_gnugpu_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,19 @@ spack:
- cray-libsci/23.12.5
- libfabric/1.20.1
- craype/2.7.30
- cudatoolkit/12.2
- cudatoolkit/12.4
buildable: false
cuda:
externals:
- spec: cuda@12.2
- spec: cuda@12.4
modules:
- PrgEnv-gnu/8.5.0
- gcc-native/12.3
- craype-accel-nvidia80
- cray-libsci/23.12.5
- libfabric/1.20.1
- craype/2.7.30
- cudatoolkit/12.2
- cudatoolkit/12.4
buildable: false
cray-mpich:
externals:
Expand Down Expand Up @@ -172,7 +172,7 @@ spack:
- cray-libsci/23.12.5
- libfabric/1.20.1
- craype/2.7.30
- cudatoolkit/12.2
- cudatoolkit/12.4
environment:
prepend_path:
PKG_CONFIG_PATH: "/opt/cray/xpmem/2.6.2-2.5_2.33__gd067c3f.shasta/lib64/pkgconfig"
2 changes: 1 addition & 1 deletion mache/spack/pm-gpu_nvidiagpu_mpich.csh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module rm cpe \

module load PrgEnv-nvidia \
nvidia/24.5 \
cudatoolkit/12.2 \
cudatoolkit/12.4 \
craype-accel-nvidia80 \
gcc-native-mixed/12.3 \
cray-libsci/23.12.5 \
Expand Down
2 changes: 1 addition & 1 deletion mache/spack/pm-gpu_nvidiagpu_mpich.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module rm cpe \

module load PrgEnv-nvidia \
nvidia/24.5 \
cudatoolkit/12.2 \
cudatoolkit/12.4 \
craype-accel-nvidia80 \
gcc-native-mixed/12.3 \
cray-libsci/23.12.5 \
Expand Down
6 changes: 3 additions & 3 deletions mache/spack/pm-gpu_nvidiagpu_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ spack:
buildable: false
cuda:
externals:
- spec: cuda@12.2
- spec: cuda@12.4
modules:
- PrgEnv-nvidia
- nvidia/24.5
- craype-accel-nvidia80
- cray-libsci/23.12.5
- libfabric/1.20.1
- craype/2.7.30
- cudatoolkit/12.2
- cudatoolkit/12.4
buildable: false
cray-mpich:
externals:
Expand Down Expand Up @@ -161,7 +161,7 @@ spack:
- cray-libsci/23.12.5
- libfabric/1.20.1
- craype/2.7.30
- cudatoolkit/12.2
- cudatoolkit/12.4
environment:
prepend_path:
PKG_CONFIG_PATH: "/opt/cray/xpmem/2.6.2-2.5_2.33__gd067c3f.shasta/lib64/pkgconfig"

0 comments on commit 921a1ea

Please sign in to comment.