Skip to content

Commit 41d2d8f

Browse files
authored
Merge pull request #218 from xylar/add-back-use-e3sm-hdf5-netcdf
Add back `use_e3sm_hdf5_netcdf` config option
2 parents 9f99253 + d818a06 commit 41d2d8f

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

mache/machines/anvil.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ mpi = openmpi
1515
# system libraries will be deployed
1616
base_path = /lcrc/soft/climate/e3sm-unified
1717

18+
# whether to use E3SM modules for hdf5, netcdf-c, netcdf-fortran and pnetcdf
19+
# (spack modules are used otherwise)
20+
use_e3sm_hdf5_netcdf = False
21+
1822

1923
# config options related to data needed by diagnostics software such as
2024
# e3sm_diags and MPAS-Analysis

mache/machines/chicoma-cpu.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ mpi = mpich
1515
# system libraries will be deployed
1616
base_path = /usr/projects/e3sm/e3sm-unified
1717

18+
# whether to use E3SM modules for hdf5, netcdf-c, netcdf-fortran and pnetcdf
19+
# (spack modules are used otherwise)
20+
use_e3sm_hdf5_netcdf = True
21+
1822
# location of a spack mirror for E3SM-Unified to use
1923
spack_mirror = /usr/projects/e3sm/e3sm-unified/spack/spack_mirror
2024

mache/machines/chrysalis.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ mpi = openmpi
1515
# system libraries will be deployed
1616
base_path = /lcrc/soft/climate/e3sm-unified
1717

18+
# whether to use E3SM modules for hdf5, netcdf-c, netcdf-fortran and pnetcdf
19+
# (spack modules are used otherwise)
20+
use_e3sm_hdf5_netcdf = False
21+
1822

1923
# config options related to data needed by diagnostics software such as
2024
# e3sm_diags and MPAS-Analysis

mache/machines/compy.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ mpi = openmpi
1515
# system libraries will be deployed
1616
base_path = /share/apps/E3SM/conda_envs
1717

18+
# whether to use E3SM modules for hdf5, netcdf-c, netcdf-fortran and pnetcdf
19+
# (spack modules are used otherwise)
20+
use_e3sm_hdf5_netcdf = False
21+
1822

1923
# config options related to data needed by diagnostics software such as
2024
# e3sm_diags and MPAS-Analysis

mache/machines/frontier.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ mpi = mpich
1515
# system libraries will be deployed
1616
base_path = /ccs/proj/cli115/software/e3sm-unified
1717

18+
# whether to use E3SM modules for hdf5, netcdf-c, netcdf-fortran and pnetcdf
19+
# (spack modules are used otherwise)
20+
use_e3sm_hdf5_netcdf = True
21+
1822

1923
# config options related to data needed by diagnostics software such as
2024
# e3sm_diags and MPAS-Analysis

mache/machines/pm-cpu.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ mpi = mpich
1515
# system libraries will be deployed
1616
base_path = /global/common/software/e3sm/anaconda_envs
1717

18+
# whether to use E3SM modules for hdf5, netcdf-c, netcdf-fortran and pnetcdf
19+
# (spack modules are used otherwise)
20+
use_e3sm_hdf5_netcdf = True
21+
1822

1923
# config options related to data needed by diagnostics software such as
2024
# e3sm_diags and MPAS-Analysis

mache/machines/pm-gpu.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ mpi = mpich
1515
# system libraries will be deployed
1616
base_path = /global/common/software/e3sm/anaconda_envs
1717

18+
# whether to use E3SM modules for hdf5, netcdf-c, netcdf-fortran and pnetcdf
19+
# (spack modules are used otherwise)
20+
use_e3sm_hdf5_netcdf = True
21+
1822

1923
# config options related to data needed by diagnostics software such as
2024
# e3sm_diags and MPAS-Analysis

0 commit comments

Comments
 (0)