From 65a7a7695d5816180db9c111ec42841ce8093bf6 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 7 Mar 2023 23:00:44 +0100 Subject: [PATCH] Update env vars for chicoma-cpu These were recently fixed on E3SM/master --- mache/spack/chicoma-cpu_gnu_mpich.csh | 3 ++- mache/spack/chicoma-cpu_gnu_mpich.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mache/spack/chicoma-cpu_gnu_mpich.csh b/mache/spack/chicoma-cpu_gnu_mpich.csh index 4447623d..5f301f8f 100644 --- a/mache/spack/chicoma-cpu_gnu_mpich.csh +++ b/mache/spack/chicoma-cpu_gnu_mpich.csh @@ -40,4 +40,5 @@ setenv OMP_STACKSIZE 128M setenv OMP_PROC_BIND spread setenv OMP_PLACES threads setenv HDF5_USE_FILE_LOCKING FALSE -setenv PERL5LIB /usr/projects/climate/SHARED_CLIMATE/software/chicoma-cpu/perl5-only-switch/lib/perl5 +setenv PERL5LIB /usr/projects/climate/SHARED_CLIMATE/software/chicoma-cpu/perl5/lib/perl5 +setenv PNETCDF_HINTS "romio_ds_write=disable;romio_ds_read=disable;romio_cb_write=enable;romio_cb_read=enable" diff --git a/mache/spack/chicoma-cpu_gnu_mpich.sh b/mache/spack/chicoma-cpu_gnu_mpich.sh index ea4da73c..f9b7d9a1 100644 --- a/mache/spack/chicoma-cpu_gnu_mpich.sh +++ b/mache/spack/chicoma-cpu_gnu_mpich.sh @@ -40,4 +40,5 @@ export OMP_STACKSIZE=128M export OMP_PROC_BIND=spread export OMP_PLACES=threads export HDF5_USE_FILE_LOCKING=FALSE -export PERL5LIB=/usr/projects/climate/SHARED_CLIMATE/software/chicoma-cpu/perl5-only-switch/lib/perl5 +export PERL5LIB=/usr/projects/climate/SHARED_CLIMATE/software/chicoma-cpu/perl5/lib/perl5 +export PNETCDF_HINTS="romio_ds_write=disable;romio_ds_read=disable;romio_cb_write=enable;romio_cb_read=enable"