Skip to content

Commit

Permalink
Update config.resources
Browse files Browse the repository at this point in the history
Generalize setting of echgres threads to be maximum permitted on given platform instead of explicitly setting echgres threads on every platform.
  • Loading branch information
RussTreadon-NOAA authored Jun 19, 2020
1 parent ff8cd28 commit df89cc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,8 @@ elif [ $step = "echgres" ]; then

export wtime_echgres="01:00:00"
export npe_echgres=3
export nth_echgres=1
export nth_echgres=$npe_node_max
export npe_node_echgres=1
if [[ "$machine" = "WCOSS_DELL_P3" ]]; then export nth_echgres=28 ; fi

elif [ $step = "arch" -o $step = "earc" -o $step = "getic" ]; then

Expand Down

0 comments on commit df89cc8

Please sign in to comment.