Skip to content

Commit

Permalink
Added missing container case in gfs/config.resources (NOAA-EMC#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres authored Jan 25, 2024
1 parent 553b4f2 commit 66f58b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ case ${machine} in
export PARTITION_BATCH="compute"
npe_node_max=40
;;
"CONTAINER")
npe_node_max=1
;;
*)
echo "FATAL ERROR: Unknown machine encountered by ${BASH_SOURCE[0]}"
exit 2
Expand Down Expand Up @@ -1159,4 +1162,4 @@ case ${step} in

esac

echo "END: config.resources"
echo "END: config.resources"

0 comments on commit 66f58b8

Please sign in to comment.