Skip to content

Commit 66f58b8

Browse files
Added missing container case in gfs/config.resources (#2258)
fixes #2257
1 parent 553b4f2 commit 66f58b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

parm/config/gfs/config.resources

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ case ${machine} in
6060
export PARTITION_BATCH="compute"
6161
npe_node_max=40
6262
;;
63+
"CONTAINER")
64+
npe_node_max=1
65+
;;
6366
*)
6467
echo "FATAL ERROR: Unknown machine encountered by ${BASH_SOURCE[0]}"
6568
exit 2
@@ -1159,4 +1162,4 @@ case ${step} in
11591162

11601163
esac
11611164

1162-
echo "END: config.resources"
1165+
echo "END: config.resources"

0 commit comments

Comments
 (0)