Skip to content

Commit

Permalink
increase memory for wave post job which is needed for multiple output
Browse files Browse the repository at this point in the history
with new unstructured grids
  • Loading branch information
JessicaMeixner-NOAA committed Jan 10, 2025
1 parent 5af7c70 commit 4698739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ case ${step} in
threads_per_task=1
tasks_per_node=$(( max_tasks_per_node / threads_per_task ))
NTASKS=${ntasks}
memory_gdas="10GB"
memory_gfs="10GB"
memory_gdas="20GB"
memory_gfs="20GB"
;;

# The wavepost*pnt* jobs are I/O heavy and do not scale well to large nodes.
Expand Down

0 comments on commit 4698739

Please sign in to comment.