Skip to content

Commit

Permalink
Reduce vrfy job resources
Browse files Browse the repository at this point in the history
- Drop walltime to 10 mins.
- Drop node usage to 1.
- Remove exclusive flag, no longer needed.

The job needs very little resources now ahead of the final
pieces being removed.

Refs NOAA-EMC#1988
  • Loading branch information
KateFriedman-NOAA committed Nov 7, 2023
1 parent b26dad4 commit 8b86919
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -777,17 +777,13 @@ elif [[ ${step} = "genesis_fsu" ]]; then

elif [[ ${step} = "vrfy" ]]; then

export wtime_vrfy="03:00:00"
export wtime_vrfy_gfs="06:00:00"
export npe_vrfy=3
export wtime_vrfy="00:10:00"
export wtime_vrfy_gfs="00:10:00"
export npe_vrfy=1
export nth_vrfy=1
export npe_node_vrfy=1
export npe_vrfy_gfs=1
export npe_node_vrfy_gfs=1
if [[ ${machine} == "HERA" ]]; then
export memory_vrfy="16384M"
fi
export is_exclusive=True

elif [[ "${step}" = "fit2obs" ]]; then

Expand Down

0 comments on commit 8b86919

Please sign in to comment.