Skip to content

Commit

Permalink
Update netcdf-c and netcdf-fortran on chrysalis
Browse files Browse the repository at this point in the history
For simplicity, use modules only, not prefixes
  • Loading branch information
xylar committed Oct 23, 2024
1 parent 762b586 commit 4f39c47
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
12 changes: 4 additions & 8 deletions mache/spack/chrysalis_gnu_openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,28 +109,24 @@ spack:
hdf5:
externals:
- spec: [email protected]+cxx+fortran+hl+mpi
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/gcc-11.2.0/hdf5-1.10.7-ol6xuae
modules:
- hdf5/1.10.7-ol6xuae
buildable: false
netcdf-c:
externals:
- spec: [email protected]+mpi~parallel-netcdf
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/gcc-11.2.0/netcdf-c-4.4.1-2njo6xx
- spec: [email protected]+mpi~parallel-netcdf
modules:
- netcdf-c/4.4.1-2njo6xx
- netcdf-c/4.7.4-pfocec2
buildable: false
netcdf-fortran:
externals:
- spec: [email protected]
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/gcc-11.2.0/netcdf-fortran-4.4.4-52c6oqi
- spec: [email protected]
modules:
- netcdf-fortran/4.4.4-52c6oqi
- netcdf-fortran/4.5.3-va3hoor
buildable: false
parallel-netcdf:
externals:
- spec: [email protected]+cxx+fortran
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/gcc-11.2.0/parallel-netcdf-1.11.0-d7h4ysd
modules:
- parallel-netcdf/1.11.0-d7h4ysd
buildable: false
Expand Down
16 changes: 6 additions & 10 deletions mache/spack/chrysalis_intel_impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,29 +108,25 @@ spack:
{% if e3sm_hdf5_netcdf %}
hdf5:
externals:
- spec: [email protected]+cxx+fortran+hl+mpi~shared
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/hdf5-1.8.16-se4xyo7
- spec: [email protected]+cxx+fortran+hl+mpi~shared
modules:
- hdf5/1.8.16-se4xyo7
- hdf5/1.10.7-wczt56s
buildable: false
netcdf-c:
externals:
- spec: [email protected]+mpi~parallel-netcdf
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/netcdf-c-4.4.1-qvxyzq2
- spec: [email protected]+mpi~parallel-netcdf
modules:
- netcdf-c/4.4.1-qvxyzq2
- netcdf-c/4.7.4-ba6agmb
buildable: false
netcdf-fortran:
externals:
- spec: [email protected]
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/netcdf-fortran-4.4.4-rdxohvp
- spec: [email protected]
modules:
- netcdf-fortran/4.4.4-rdxohvp
- netcdf-fortran/4.5.3-5lvy5p4
buildable: false
parallel-netcdf:
externals:
- spec: [email protected]+cxx+fortran
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/parallel-netcdf-1.11.0-b74wv4m
modules:
- parallel-netcdf/1.11.0-b74wv4m
buildable: false
Expand Down
12 changes: 4 additions & 8 deletions mache/spack/chrysalis_intel_openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,28 +109,24 @@ spack:
hdf5:
externals:
- spec: [email protected]+cxx+fortran+hl+mpi
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/hdf5-1.10.7-4cghwvq
modules:
- hdf5/1.10.7-4cghwvq
buildable: false
netcdf-c:
externals:
- spec: [email protected]+mpi~parallel-netcdf
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/netcdf-c-4.4.1-a4hji6e
- spec: [email protected]+mpi~parallel-netcdf
modules:
- netcdf-c/4.4.1-a4hji6e
- netcdf-c/4.7.4-4qjdadt
buildable: false
netcdf-fortran:
externals:
- spec: [email protected]
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/netcdf-fortran-4.4.4-husened
- spec: [email protected]
modules:
- netcdf-fortran/4.4.4-husened
- netcdf-fortran/4.5.3-qozrykr
buildable: false
parallel-netcdf:
externals:
- spec: [email protected]+cxx+fortran
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/parallel-netcdf-1.11.0-icrpxty
modules:
- parallel-netcdf/1.11.0-icrpxty
buildable: false
Expand Down

0 comments on commit 4f39c47

Please sign in to comment.