Skip to content

Commit 77b0661

Browse files
committed
Use modules rather than prefixes for several packages
1 parent bb9568a commit 77b0661

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

mache/spack/chicoma-cpu_gnu_mpich.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,13 @@ spack:
106106
cray-mpich:
107107
externals:
108108
109-
prefix: /opt/cray/pe/mpich/8.1.26/ofi/gnu/9.1
110109
modules:
111110
- cray-mpich/8.1.26
112111
buildable: false
113112
{% if e3sm_lapack %}
114113
cray-libsci:
115114
externals:
116115
117-
prefix: /opt/cray/pe/libsci/23.05.1.4/GNU/9.1/x86_64
118116
modules:
119117
- cray-libsci/23.05.1.4
120118
buildable: false
@@ -123,7 +121,6 @@ spack:
123121
hdf5:
124122
externals:
125123
- spec: [email protected]~cxx+fortran+hl~java+mpi+shared
126-
prefix: /opt/cray/pe/hdf5-parallel/1.12.2.3/GNU/9.1
127124
modules:
128125
- cray-hdf5-parallel/1.12.2.3
129126
buildable: false

mache/spack/chicoma-cpu_nvidia_mpich.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,21 @@ spack:
9696
cray-mpich:
9797
externals:
9898
99-
prefix: /opt/cray/pe/mpich/8.1.26/ofi/nvidia/20.7
10099
modules:
101100
- cray-mpich/8.1.26
102101
buildable: false
103102
{% if e3sm_lapack %}
104103
cray-libsci:
105104
externals:
106105
107-
prefix: /opt/cray/pe/libsci/23.05.1.4/NVIDIA/20.7/x86_64
106+
modules:
107+
- cray-libsci/23.05.1.4
108108
buildable: false
109109
{% endif %}
110110
{% if e3sm_hdf5_netcdf %}
111111
hdf5:
112112
externals:
113113
- spec: [email protected]~cxx+fortran+hl~java+mpi+shared
114-
prefix: /opt/cray/pe/hdf5-parallel/1.12.2.3/nvidia/20.7
115114
modules:
116115
- cray-hdf5-parallel/1.12.2.3
117116
buildable: false

0 commit comments

Comments
 (0)