Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dev/parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ case ${machine} in
export PARTITION_BATCH="compute"
npe_node_max=48
max_tasks_per_node=48
# TODO Supply a max mem/node value for AWS
mem_node_max=""
mem_node_max="192GB"
;;
"AZUREPW")
export PARTITION_BATCH="compute"
Expand Down
2 changes: 1 addition & 1 deletion dev/parm/config/gfs/config.resources.AWSPW
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ case ${step} in

"esfc")
export is_exclusive="True"
export tasks_per_node=40
export tasks_per_node=${max_tasks_per_node}
;;

"upp")
Expand Down