Skip to content

Commit

Permalink
Added memory to the ediag job. NOAA-EMC#1297
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 8, 2023
1 parent 7caa5dc commit 468a18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ elif [ ${step} = "ediag" ]; then
export npe_ediag=48
export nth_ediag=1
export npe_node_ediag=$(echo "${npe_node_max} / ${nth_ediag}" | bc)
export memory_ediag="24GB"
export memory_ediag="30GB"

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

Expand Down

0 comments on commit 468a18a

Please sign in to comment.