From a7f1599b6158e8a70d007fbdca39890dc62a96ec Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 27 Oct 2023 12:54:59 -0400 Subject: [PATCH] Turn back on WRITE_RESTART_BY_OSERVER at all res --- gcm_setup | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gcm_setup b/gcm_setup index d66f4308..b7f763c0 100755 --- a/gcm_setup +++ b/gcm_setup @@ -2162,13 +2162,7 @@ if( $MPI == openmpi ) then # Open MPI and GEOS has issues with restart writing. Having the # oserver write them can be orders of magnitude faster -# Note that at low res, this is not strictly needed and can interfere with some -# testing. So, if LOW_ATM_RES is TRUE then we set to NO, otherwise set to YES -# as at high res this flag is *needed* - -if( $LOW_ATM_RES == 'FALSE') then - set RESTART_BY_OSERVER = YES -endif +set RESTART_BY_OSERVER = YES # This turns off an annoying warning when running # Open MPI on a system where TMPDIRs are on a networked