mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
stricter well tolerance for failed restart and parallel tests
This commit is contained in:
parent
054d832bff
commit
755966810a
@ -48,7 +48,7 @@ add_test_compare_parallel_simulation(CASENAME spe3
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol_parallel}
|
||||
REL_TOL ${coarse_rel_tol_parallel}
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --tolerance-wells=1e-7)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME spe1_solvent
|
||||
FILENAME SPE1CASE2_SOLVENT
|
||||
@ -92,7 +92,7 @@ add_test_compare_parallel_simulation(CASENAME spe1_water
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --tolerance-wells=1e-7)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME spe1_brine
|
||||
FILENAME SPE1CASE1_BRINE
|
||||
|
@ -69,7 +69,7 @@ add_test_compare_restarted_simulation(CASENAME msw_3d_hfa
|
||||
ABS_TOL ${abs_tol_restart_msw}
|
||||
REL_TOL ${rel_tol_restart_msw}
|
||||
RESTART_STEP 10
|
||||
TEST_ARGS --enable-adaptive-time-stepping=false --sched-restart=true)
|
||||
TEST_ARGS --enable-adaptive-time-stepping=false --sched-restart=true --tolerance-wells=1e-7)
|
||||
|
||||
|
||||
# Basic restart tests which only compare the summary output, this test driver should
|
||||
|
Loading…
Reference in New Issue
Block a user