Skip to content

Commit

Permalink
updated config.resources
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Aug 1, 2024
1 parent d83678a commit cf4708f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions parm/config/gefs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@ case ${step} in
;;

"arch")
declare -x "wtime_${step}"="06:00:00"
declare -x "npe_${step}"="1"
declare -x "npe_node_${step}"="1"
declare -x "nth_${step}"="1"
declare -x "memory_${step}"="4096M"
walltime="06:00:00"
ntasks=1
tasks_per_node=1
threads_per_task=1
memory="4096M"
;;

*)
echo "FATAL ERROR: Invalid job ${step} passed to ${BASH_SOURCE[0]}"
exit 1
Expand Down

0 comments on commit cf4708f

Please sign in to comment.