Skip to content

Commit

Permalink
Move npe_node_eomg to capture HPC-specific resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 5, 2024
1 parent 044323e commit 5cab43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,6 @@ elif [[ ${step} = "eobs" || ${step} = "eomg" ]]; then
export nth_eomg=${nth_eobs}
npe_node_eobs=$(echo "${npe_node_max} / ${nth_eobs}" | bc)
export npe_node_eobs
export npe_node_eomg=${npe_node_eobs}
export is_exclusive=True
# The number of tasks and cores used must be the same for eobs
# See https://github.com/NOAA-EMC/global-workflow/issues/2092 for details
Expand All @@ -918,6 +917,7 @@ elif [[ ${step} = "eobs" || ${step} = "eomg" ]]; then
export npe_node_eobs=20
fi
fi
export npe_node_eomg=${npe_node_eobs}

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

Expand Down

0 comments on commit 5cab43e

Please sign in to comment.