Skip to content

Commit

Permalink
Add cuda to pm-gpu spack yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Aug 5, 2024
1 parent 1245ee3 commit 3c312b0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mache/spack/pm-gpu_gnugpu_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,18 @@ spack:
- craype/2.7.19
- libfabric/1.15.2.0
buildable: false
cuda:
externals:
- spec: [email protected]
prefix: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/cuda/11.7
modules:
- PrgEnv-gnu/8.3.3
- gcc/11.2.0
- cudatoolkit/11.7
- craype-accel-nvidia80
- craype/2.7.19
- libfabric/1.15.2.0
buildable: false
cray-mpich:
externals:
- spec: [email protected]
Expand Down
13 changes: 13 additions & 0 deletions mache/spack/pm-gpu_nvidiagpu_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@ spack:
- spec: [email protected]
prefix: /usr
buildable: false
cuda:
externals:
- spec: [email protected]
prefix: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/cuda/11.7
modules:
- PrgEnv-nvidia
- nvidia/22.7
- cudatoolkit/11.7
- craype-accel-nvidia80
- gcc-mixed/11.2.0
- craype-x86-milan
- libfabric
buildable: false
cray-mpich:
externals:
- spec: [email protected]
Expand Down

0 comments on commit 3c312b0

Please sign in to comment.