Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mache/machines/anvil.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ mpi = openmpi
# system libraries will be deployed
base_path = /lcrc/soft/climate/e3sm-unified

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


# config options related to data needed by diagnostics software such as
# e3sm_diags and MPAS-Analysis
Expand Down
4 changes: 4 additions & 0 deletions mache/machines/chicoma-cpu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ mpi = mpich
# system libraries will be deployed
base_path = /usr/projects/e3sm/e3sm-unified

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

# location of a spack mirror for E3SM-Unified to use
spack_mirror = /usr/projects/e3sm/e3sm-unified/spack/spack_mirror

Expand Down
4 changes: 4 additions & 0 deletions mache/machines/chrysalis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ mpi = openmpi
# system libraries will be deployed
base_path = /lcrc/soft/climate/e3sm-unified

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


# config options related to data needed by diagnostics software such as
# e3sm_diags and MPAS-Analysis
Expand Down
4 changes: 4 additions & 0 deletions mache/machines/compy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ mpi = openmpi
# system libraries will be deployed
base_path = /share/apps/E3SM/conda_envs

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


# config options related to data needed by diagnostics software such as
# e3sm_diags and MPAS-Analysis
Expand Down
4 changes: 4 additions & 0 deletions mache/machines/frontier.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ mpi = mpich
# system libraries will be deployed
base_path = /ccs/proj/cli115/software/e3sm-unified

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


# config options related to data needed by diagnostics software such as
# e3sm_diags and MPAS-Analysis
Expand Down
4 changes: 4 additions & 0 deletions mache/machines/pm-cpu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ mpi = mpich
# system libraries will be deployed
base_path = /global/common/software/e3sm/anaconda_envs

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


# config options related to data needed by diagnostics software such as
# e3sm_diags and MPAS-Analysis
Expand Down
4 changes: 4 additions & 0 deletions mache/machines/pm-gpu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ mpi = mpich
# system libraries will be deployed
base_path = /global/common/software/e3sm/anaconda_envs

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


# config options related to data needed by diagnostics software such as
# e3sm_diags and MPAS-Analysis
Expand Down
Loading