From 5a74338f36c553066c949c84d1b338f7a40ef286 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 8 Nov 2023 06:49:59 -0600 Subject: [PATCH 1/2] Increase the maximum number of tasks for remapping topo --- compass/ocean/mesh/remap_topography.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compass/ocean/mesh/remap_topography.cfg b/compass/ocean/mesh/remap_topography.cfg index 49c95284aa..3427134356 100644 --- a/compass/ocean/mesh/remap_topography.cfg +++ b/compass/ocean/mesh/remap_topography.cfg @@ -19,7 +19,7 @@ description = Bathymetry is from GEBCO 2023, combined with BedMachine Antarctica v3 around Antarctica. # the target and minimum number of MPI tasks to use in remapping -ntasks = 1024 +ntasks = 4096 min_tasks = 360 # remapping method {'bilinear', 'neareststod', 'conserve'} From 96d8e4c7d6d37521620202d5e95d9b93127d555b Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 8 Nov 2023 06:51:38 -0600 Subject: [PATCH 2/2] Update docs --- docs/users_guide/ocean/framework/mesh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/ocean/framework/mesh.rst b/docs/users_guide/ocean/framework/mesh.rst index 64e69074ca..097e59ba8e 100644 --- a/docs/users_guide/ocean/framework/mesh.rst +++ b/docs/users_guide/ocean/framework/mesh.rst @@ -41,7 +41,7 @@ controlled by the following config options: Antarctica v3 around Antarctica. # the target and minimum number of MPI tasks to use in remapping - ntasks = 1024 + ntasks = 4096 min_tasks = 360 # remapping method {'bilinear', 'neareststod', 'conserve'}