File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ mpi = openmpi
1515# system libraries will be deployed
1616base_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
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ mpi = mpich
1515# system libraries will be deployed
1616base_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
1923spack_mirror = /usr/projects/e3sm/e3sm-unified/spack/spack_mirror
2024
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ mpi = openmpi
1515# system libraries will be deployed
1616base_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
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ mpi = openmpi
1515# system libraries will be deployed
1616base_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
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ mpi = mpich
1515# system libraries will be deployed
1616base_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
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ mpi = mpich
1515# system libraries will be deployed
1616base_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
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ mpi = mpich
1515# system libraries will be deployed
1616base_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
You can’t perform that action at this time.
0 commit comments