Skip to content

Commit

Permalink
a quick workaround for increasing the mpi task numbers on orion for c…
Browse files Browse the repository at this point in the history
…test :: rrfs_3denvar_rdasens (NOAA-EMC#788)

This PR would provide a quick fix/workaround for rrfs_3denvar_rdasens
running on orion by increasing the mpi task numbers running the test.
  • Loading branch information
TingLei-daprediction committed Sep 3, 2024
1 parent 8a1c0e7 commit 8412e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/regression_param.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ case $regtest in
topts[1]="0:05:00" ; popts[1]="40/3/" ; ropts[1]="/1"
topts[2]="0:05:00" ; popts[2]="40/5/" ; ropts[2]="/1"
elif [[ "$machine" = "Orion" ]]; then
topts[1]="0:15:00" ; popts[1]="5/4/" ; ropts[1]="/1"
topts[2]="0:15:00" ; popts[2]="10/4/" ; ropts[2]="/2"
topts[1]="0:15:00" ; popts[1]="20/6/" ; ropts[1]="/1"
topts[2]="0:15:00" ; popts[2]="20/12/" ; ropts[2]="/2"
elif [[ "$machine" = "Hercules" ]]; then
topts[1]="0:05:00" ; popts[1]="40/3/" ; ropts[1]="/1"
topts[2]="0:05:00" ; popts[2]="40/5/" ; ropts[2]="/2"
Expand Down

0 comments on commit 8412e3f

Please sign in to comment.