From 9f7e23f237fff271cb8102d8784a1bf47f857a66 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 6 Jun 2023 07:44:21 -0600 Subject: [PATCH] Don't build with E3SM HDF5 and NetCDF libraries On Chrysalis, Anvil and Compy, older versions of the NetCDF are causing issues in ESMF that will hopefully not be a problem with later versions built with Spack. --- compass/machines/anvil.cfg | 2 +- compass/machines/chrysalis.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compass/machines/anvil.cfg b/compass/machines/anvil.cfg index 7670b9868b..4f8e54e1ba 100644 --- a/compass/machines/anvil.cfg +++ b/compass/machines/anvil.cfg @@ -29,4 +29,4 @@ spack = /lcrc/soft/climate/compass/anvil/spack # whether to use the same modules for hdf5, netcdf-c, netcdf-fortran and # pnetcdf as E3SM (spack modules are used otherwise) -use_e3sm_hdf5_netcdf = True +use_e3sm_hdf5_netcdf = False diff --git a/compass/machines/chrysalis.cfg b/compass/machines/chrysalis.cfg index 88cffb29fb..9ab18aa06c 100644 --- a/compass/machines/chrysalis.cfg +++ b/compass/machines/chrysalis.cfg @@ -29,4 +29,4 @@ spack = /lcrc/soft/climate/compass/chrysalis/spack # whether to use the same modules for hdf5, netcdf-c, netcdf-fortran and # pnetcdf as E3SM (spack modules are used otherwise) -use_e3sm_hdf5_netcdf = True +use_e3sm_hdf5_netcdf = False