Skip to content

Commit

Permalink
Increase threads for cull masks to 128
Browse files Browse the repository at this point in the history
This should work even on machines with fewer cores per node now.
  • Loading branch information
xylar committed Apr 2, 2023
1 parent 34ed743 commit 6d29150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/global_ocean.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## config options related to the step for culling land from the mesh
# number of cores to use
cull_mesh_cpus_per_task = 18
cull_mesh_cpus_per_task = 128
# minimum of cores, below which the step fails
cull_mesh_min_cpus_per_task = 1
# maximum memory usage allowed (in MB)
Expand Down

0 comments on commit 6d29150

Please sign in to comment.