Skip to content

Commit

Permalink
Update modules for pm-cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Mar 22, 2023
1 parent 47af826 commit deb89b5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions mache/spack/pm-cpu_gnu_mpich.csh
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ module load PrgEnv-gnu/8.3.3
module load gcc/11.2.0
module load craype-accel-host
{% if e3sm_lapack %}
module load cray-libsci
module load cray-libsci/23.02.1.1
{% endif %}
module load craype
module load craype/2.7.19
module rm cray-mpich
module load libfabric/1.15.2.0
module load cray-mpich/8.1.22
module load cray-mpich/8.1.24
{% if e3sm_hdf5_netcdf %}
module rm cray-hdf5-parallel
module rm cray-netcdf-hdf5parallel
module rm cray-parallel-netcdf
module load cray-hdf5-parallel/1.12.2.1
module load cray-netcdf-hdf5parallel/4.9.0.1
module load cray-parallel-netcdf/1.12.3.1
module load cray-hdf5-parallel/1.12.2.3
module load cray-netcdf-hdf5parallel/4.9.0.3
module load cray-parallel-netcdf/1.12.3.3
{% endif %}

{% if e3sm_hdf5_netcdf %}
Expand Down
12 changes: 6 additions & 6 deletions mache/spack/pm-cpu_gnu_mpich.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ module load PrgEnv-gnu/8.3.3
module load gcc/11.2.0
module load craype-accel-host
{% if e3sm_lapack %}
module load cray-libsci
module load cray-libsci/23.02.1.1
{% endif %}
module load craype
module load craype/2.7.19
module rm cray-mpich
module load libfabric/1.15.2.0
module load cray-mpich/8.1.22
module load cray-mpich/8.1.24
{% if e3sm_hdf5_netcdf %}
module rm cray-hdf5-parallel
module rm cray-netcdf-hdf5parallel
module rm cray-parallel-netcdf
module load cray-hdf5-parallel/1.12.2.1
module load cray-netcdf-hdf5parallel/4.9.0.1
module load cray-parallel-netcdf/1.12.3.1
module load cray-hdf5-parallel/1.12.2.3
module load cray-netcdf-hdf5parallel/4.9.0.3
module load cray-parallel-netcdf/1.12.3.3
{% endif %}

{% if e3sm_hdf5_netcdf %}
Expand Down
30 changes: 15 additions & 15 deletions mache/spack/pm-cpu_gnu_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ spack:
all:
compiler: [[email protected]]
providers:
mpi: [[email protected].22]
mpi: [[email protected].24]
{% if e3sm_lapack %}
lapack: [cray-libsci@2019.0.4]
lapack: [cray-libsci@23.02.1.1]
{% endif %}
bzip2:
externals:
Expand Down Expand Up @@ -74,16 +74,16 @@ spack:
- PrgEnv-gnu/8.3.3
- gcc/11.2.0
- craype-accel-host
- craype
- craype/2.7.19
- libfabric/1.15.2.0
buildable: false
mpich:
externals:
- spec: [email protected].22
prefix: /opt/cray/pe/mpich/8.1.22/ofi/gnu/9.1
- spec: [email protected].24
prefix: /opt/cray/pe/mpich/8.1.24/ofi/gnu/9.1
modules:
- libfabric/1.15.2.0
- cray-mpich/8.1.22
- cray-mpich/8.1.24
buildable: false
libfabric:
externals:
Expand All @@ -104,25 +104,25 @@ spack:
{% if e3sm_hdf5_netcdf %}
hdf5:
externals:
- spec: [email protected].1~cxx+fortran+hl~java+mpi+shared
prefix: /opt/cray/pe/hdf5-parallel/1.12.2.1/GNU/9.1
- spec: [email protected].3~cxx+fortran+hl~java+mpi+shared
prefix: /opt/cray/pe/hdf5-parallel/1.12.2.3/GNU/9.1
modules:
- cray-hdf5-parallel/1.12.2.1
- cray-hdf5-parallel/1.12.2.3
buildable: false
parallel-netcdf:
externals:
- spec: [email protected].1+cxx+fortran+pic+shared
prefix: /opt/cray/pe/parallel-netcdf/1.12.3.1/GNU/9.1/
- spec: [email protected].3+cxx+fortran+pic+shared
prefix: /opt/cray/pe/parallel-netcdf/1.12.3.3/GNU/9.1/
buildable: false
netcdf-c:
externals:
- spec: [email protected].1+mpi+parallel-netcdf
prefix: /opt/cray/pe/netcdf-hdf5parallel/4.9.0.1/GNU/9.1
- spec: [email protected].3+mpi+parallel-netcdf
prefix: /opt/cray/pe/netcdf-hdf5parallel/4.9.0.3/GNU/9.1
buildable: false
netcdf-fortran:
externals:
- spec: [email protected]
prefix: /opt/cray/pe/netcdf-hdf5parallel/4.9.0.1/GNU/9.1
prefix: /opt/cray/pe/netcdf-hdf5parallel/4.9.0.3/GNU/9.1
buildable: false
{% endif %}
config:
Expand All @@ -142,7 +142,7 @@ spack:
- PrgEnv-gnu/8.3.3
- gcc/11.2.0
- craype-accel-host
- craype
- craype/2.7.19
- libfabric/1.15.2.0
environment:
prepend_path:
Expand Down

0 comments on commit deb89b5

Please sign in to comment.