Skip to content

Commit 2cae55b

Browse files
authored
Merge pull request #210 from xylar/fix-pm-cpu-nvidia
Fix Perlmutter nvidia spack
2 parents 11ee86d + 4ce3a23 commit 2cae55b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

mache/spack/pm-cpu_nvidia_mpich.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ spack:
3232
3333
prefix: /global/common/software/nersc/pm-2022q4/spack/linux-sles15-zen/cmake-3.24.3-k5msymx/
3434
buildable: false
35+
findutils:
36+
externals:
37+
38+
prefix: /usr
39+
buildable: false
3540
gettext:
3641
externals:
3742
@@ -104,7 +109,7 @@ spack:
104109
cray-libsci:
105110
externals:
106111
107-
module:
112+
modules:
108113
- cray-libsci/23.12.5
109114
buildable: false
110115
{% if e3sm_hdf5_netcdf %}

mache/spack/pm-gpu_nvidiagpu_mpich.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ spack:
3232
3333
prefix: /global/common/software/nersc/pm-2022q4/spack/linux-sles15-zen/cmake-3.24.3-k5msymx/
3434
buildable: false
35+
findutils:
36+
externals:
37+
38+
prefix: /usr
39+
buildable: false
3540
gettext:
3641
externals:
3742

0 commit comments

Comments
 (0)