Skip to content

Commit

Permalink
Run the metp jobs with one task each
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 15, 2024
1 parent c9e3174 commit ead6a5e
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 @@ -988,8 +988,8 @@ case ${step} in
threads_per_task=1
walltime_gdas="03:00:00"
walltime_gfs="06:00:00"
ntasks=4
tasks_per_node=4
ntasks=1
tasks_per_node=1
export memory="80G"
;;

Expand Down

0 comments on commit ead6a5e

Please sign in to comment.