Skip to content

Commit ebd8225

Browse files
committed
Update to newer nvidia modules
1 parent d6085e1 commit ebd8225

File tree

3 files changed

+33
-26
lines changed

3 files changed

+33
-26
lines changed

mache/spack/chicoma-cpu_nvidia_mpich.csh

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ module rm cray-hdf5-parallel \
1313
cray-parallel-netcdf \
1414
cray-netcdf \
1515
cray-hdf5 \
16+
gcc \
17+
gcc-native \
1618
intel \
1719
intel-oneapi \
1820
nvidia \
@@ -34,15 +36,15 @@ module rm cray-hdf5-parallel \
3436

3537
module load PrgEnv-nvidia/8.5.0 \
3638
nvidia/24.7 \
37-
cray-libsci/23.05.1.4 \
39+
cray-libsci/23.12.5 \
3840
craype-accel-host \
39-
cray-mpich/8.1.26 \
40-
craype \
41+
craype/2.7.30 \
42+
cray-mpich/8.1.28 \
4143
cmake/3.27.7
4244
{% if e3sm_hdf5_netcdf %}
43-
module load cray-hdf5-parallel/1.12.2.3 \
44-
cray-netcdf-hdf5parallel/4.9.0.3 \
45-
cray-parallel-netcdf/1.12.3.3
45+
module load cray-hdf5-parallel/1.12.2.9 \
46+
cray-netcdf-hdf5parallel/4.9.0.9 \
47+
cray-parallel-netcdf/1.12.3.9
4648
{% endif %}
4749

4850
setenv MPICH_ENV_DISPLAY 1

mache/spack/chicoma-cpu_nvidia_mpich.sh

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module rm cray-hdf5-parallel \
1212
cray-parallel-netcdf \
1313
cray-netcdf \
1414
cray-hdf5 \
15+
gcc \
16+
gcc-native \
1517
intel \
1618
intel-oneapi \
1719
nvidia \
@@ -33,15 +35,15 @@ module rm cray-hdf5-parallel \
3335

3436
module load PrgEnv-nvidia/8.5.0 \
3537
nvidia/24.7 \
36-
cray-libsci/23.05.1.4 \
38+
cray-libsci/23.12.5 \
3739
craype-accel-host \
38-
cray-mpich/8.1.26 \
39-
craype \
40+
craype/2.7.30 \
41+
cray-mpich/8.1.28 \
4042
cmake/3.27.7
4143
{% if e3sm_hdf5_netcdf %}
42-
module load cray-hdf5-parallel/1.12.2.3 \
43-
cray-netcdf-hdf5parallel/4.9.0.3 \
44-
cray-parallel-netcdf/1.12.3.3
44+
module load cray-hdf5-parallel/1.12.2.9 \
45+
cray-netcdf-hdf5parallel/4.9.0.9 \
46+
cray-parallel-netcdf/1.12.3.9
4547
{% endif %}
4648

4749
export MPICH_ENV_DISPLAY=1

mache/spack/chicoma-cpu_nvidia_mpich.yaml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ spack:
1515
all:
1616
compiler: [[email protected]]
1717
providers:
18-
19-
lapack: [cray-libsci@23.05.1.4]
18+
19+
lapack: [cray-libsci@23.12.5]
2020
bzip2:
2121
externals:
2222
@@ -91,37 +91,40 @@ spack:
9191
buildable: false
9292
cray-mpich:
9393
externals:
94-
- spec: [email protected].26
94+
- spec: [email protected].28
9595
modules:
96-
- cray-mpich/8.1.26
96+
- cray-mpich/8.1.28
9797
buildable: false
9898
cray-libsci:
9999
externals:
100-
- spec: cray-libsci@23.05.1.4
100+
- spec: cray-libsci@23.12.5
101101
modules:
102-
- cray-libsci/23.05.1.4
102+
- cray-libsci/23.12.5
103103
buildable: false
104104
{% if e3sm_hdf5_netcdf %}
105105
hdf5:
106106
externals:
107-
- spec: [email protected].3~cxx+fortran+hl~java+mpi+shared
107+
- spec: [email protected].9~cxx+fortran+hl~java+mpi+shared
108108
modules:
109-
- cray-hdf5-parallel/1.12.2.3
109+
- cray-hdf5-parallel/1.12.2.9
110110
buildable: false
111111
parallel-netcdf:
112112
externals:
113-
- spec: [email protected]+cxx+fortran+pic+shared
114-
prefix: /opt/cray/pe/parallel-netcdf/1.12.3.3/nvidia/20.7
113+
- spec: [email protected]+cxx+fortran+pic+shared
114+
modules:
115+
- cray-parallel-netcdf/1.12.3.9
115116
buildable: false
116117
netcdf-c:
117118
externals:
118-
- spec: [email protected]+mpi~parallel-netcdf
119-
prefix: /opt/cray/pe/netcdf-hdf5parallel/4.9.0.3/nvidia/20.7
119+
- spec: [email protected]+mpi~parallel-netcdf
120+
modules:
121+
- cray-netcdf-hdf5parallel/4.9.0.9
120122
buildable: false
121123
netcdf-fortran:
122124
externals:
123125
124-
prefix: /opt/cray/pe/netcdf-hdf5parallel/4.9.0.3/nvidia/20.7
126+
modules:
127+
- cray-netcdf-hdf5parallel/4.9.0.9
125128
buildable: false
126129
{% endif %}
127130
config:
@@ -141,7 +144,7 @@ spack:
141144
- PrgEnv-nvidia/8.5.0
142145
- nvidia/24.7
143146
- libfabric/1.15.2.0
144-
- cray-libsci/23.05.1.4
147+
- cray-libsci/23.12.5
145148
- craype
146149
- craype-accel-host
147150
- craype-x86-rome

0 commit comments

Comments
 (0)