Skip to content

Commit

Permalink
Bugfix some resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Shlyaeva committed Dec 18, 2024
1 parent b565bef commit e1a4fd4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,15 @@ case ${step} in
"marineanlinit")
walltime="00:10:00"
ntasks=1
threads_per_task=1
tasks_per_node=${max_tasks_per_node}
memory="24GB"
;;

"prepoceanobs")
walltime="00:10:00"
ntasks=1
threads_per_task=1
tasks_per_node=${max_tasks_per_node}
memory="48GB"
;;
Expand All @@ -518,8 +520,9 @@ case ${step} in
ntasks=16
case ${OCNRES} in
"025")
ntasks=480;;
ntasks=480
memory="256GB"
;;
"050") ntasks=16;;
"100") ntasks=16;;
"500") ntasks=16;;
Expand All @@ -529,6 +532,7 @@ case ${step} in
esac

walltime="00:30:00"
threads_per_task=1
export is_exclusive=True
tasks_per_node=$(( max_tasks_per_node / 2 ))
;;
Expand Down Expand Up @@ -558,6 +562,7 @@ case ${step} in
esac

walltime="00:30:00"
threads_per_task=1
export is_exclusive=True
tasks_per_node=$(( max_tasks_per_node / 2 ))
;;
Expand Down Expand Up @@ -588,6 +593,7 @@ case ${step} in

walltime="00:10:00"
export is_exclusive=True
threads_per_task=1
tasks_per_node=$(( max_tasks_per_node / 2 ))
;;

Expand Down Expand Up @@ -617,13 +623,15 @@ case ${step} in

walltime="00:30:00"
export is_exclusive=True
threads_per_task=1
tasks_per_node=$(( max_tasks_per_node / 2 ))
;;


"marineanlchkpt")
walltime="00:10:00"
ntasks=1
threads_per_task=1
tasks_per_node=${max_tasks_per_node}
case ${OCNRES} in
"025")
Expand All @@ -647,6 +655,7 @@ case ${step} in
"marineanlfinal")
walltime="00:30:00"
ntasks=${max_tasks_per_node}
threads_per_task=1
tasks_per_node=${max_tasks_per_node}
;;

Expand Down

0 comments on commit e1a4fd4

Please sign in to comment.