From 00ec564bd7e2095bc0e6e18d93934ef3a7fb4947 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Tue, 13 Aug 2024 14:55:50 +1000 Subject: [PATCH] config.yaml: Change `collate.mpi` from true to false --- config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index e26f317..92b126e 100644 --- a/config.yaml +++ b/config.yaml @@ -82,7 +82,7 @@ submodels: - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/shortwave_penetration/global.1deg/2020.05.19/ssw_atten_depth.nc # Grids - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/grids/mosaic/global.1deg/2020.05.19/grid_spec.nc - + - name: ice model: cice ncpus: 12 @@ -117,7 +117,7 @@ collate: restart: true mem: 4GB walltime: 1:00:00 - mpi: true + mpi: false restart: /g/data/vk83/configurations/inputs/access-esm1p5/modern/pre-industrial/restart/ @@ -142,19 +142,19 @@ runlog: true manifest: reproduce: exe: True - + stacksize: unlimited qsub_flags: -W umask=027 -# Sync options for automatically copying data from ephemeral scratch space to +# Sync options for automatically copying data from ephemeral scratch space to # longer term storage sync: enable: False # set path below and change to true path: null # Set to location on /g/data or a remote server and path (rsync syntax) -# If a postscript included (such as the automated netcdf conversion), the latest output and restart files will not +# If a postscript included (such as the automated netcdf conversion), the latest output and restart files will not # be automatically synced at the end of a run. To sync the latest output after a postscript has completed, # manually run `payu sync` from the command line.