Skip to content

Commit

Permalink
Merge pull request #66 from idaholab/PR_mrad_timeout
Browse files Browse the repository at this point in the history
Speed-up mrad BISON test
  • Loading branch information
GiudGiud authored Feb 24, 2022
2 parents 74e073a + 78b8938 commit 6edaf0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrad/steady/tests
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
csvdiff = 'MP_FC_ss_bison_out.csv'
ad_indexing_type = 'global'
executable_pattern = 'bison*|blue_crab*|dire_wolf*'
cli_args = "MultiApps/active='' Transfers/active='' Executioner/num_steps=2 Executioner/nl_abs_tol=1e-1 Outputs/csv=true"
cli_args = "MultiApps/active='' Transfers/active='' Executioner/num_steps=2 Executioner/nl_abs_tol=1e-1 Outputs/csv=true --distributed-mesh Outputs/exodus=false"
min_parallel = 16
method = 'opt'
[]
Expand All @@ -40,7 +40,7 @@
csvdiff = 'mrad_bison_out.csv mrad_bison_out_sockeye001_csv.csv'
ad_indexing_type = 'global'
executable_pattern = 'dire_wolf*'
cli_args = "Executioner/num_steps=2 Executioner/nl_abs_tol=1e-1 Outputs/csv=true Outputs/file_base=mrad_bison_out"
cli_args = "Executioner/num_steps=2 Executioner/nl_abs_tol=1e-1 Outputs/csv=true Outputs/file_base=mrad_bison_out --distributed-mesh Outputs/exodus=false"
min_parallel = 48
# takes about 9 minutes on 48 cores
[]
Expand Down

0 comments on commit 6edaf0f

Please sign in to comment.