Skip to content

Commit

Permalink
Issue #1: change number of tasks for analdiag and ediag to 112 and 56…
Browse files Browse the repository at this point in the history
…, respectively in config.resources
  • Loading branch information
RussTreadon-NOAA committed May 8, 2020
1 parent a601acd commit 0c0614c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,9 @@ elif [ $step = "analcalc" ]; then
elif [ $step = "analdiag" ]; then

export wtime_analdiag="02:00:00"
export npe_analdiag=60
export npe_analdiag=112
export nth_analdiag=1
export npe_node_analdiag=$npe_node_max
if [[ "$machine" = "WCOSS_DELL_P3" ]]; then export npe_analdiag=56 ; fi
if [[ "$machine" == "WCOSS_C" ]]; then export memory_analdiag="3072M"; fi

elif [ $step = "gldas" ]; then
Expand Down Expand Up @@ -231,10 +230,9 @@ elif [ $step = "eobs" -o $step = "eomg" ]; then
elif [ $step = "ediag" ]; then

export wtime_ediag="02:00:00"
export npe_ediag=60
export npe_ediag=56
export nth_ediag=1
export npe_node_ediag=$npe_node_max
if [[ "$machine" = "WCOSS_DELL_P3" ]]; then export npe_ediag=56 ; fi
if [[ "$machine" == "WCOSS_C" ]]; then export memory_ediag="3072M"; fi

elif [ $step = "eupd" ]; then
Expand Down

0 comments on commit 0c0614c

Please sign in to comment.