Skip to content

Commit

Permalink
Add a node for ocnpost on Jet. NOAA-EMC#357
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Apr 13, 2023
1 parent 815e49f commit 2431190
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,12 @@ elif [[ ${step} = "ocnpost" ]]; then
export npe_ocnpost=1
export npe_node_ocnpost=1
export nth_ocnpost=1
export memory_ocnpost="88G"
export memory_ocnpost="96G"
if [[ ${machine} == "JET" ]]; then
# JET only has 88GB of requestable memory per node
# so a second node is required to meet the requiremtn
npe_ocnpost=2
fi

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

Expand Down

0 comments on commit 2431190

Please sign in to comment.