mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
change rel tol to coarse rel tol in the parallel regression testing
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ add_test_compare_parallel_simulation(CASENAME spe1_thermal
|
|||||||
FILENAME SPE1CASE2_THERMAL
|
FILENAME SPE1CASE2_THERMAL
|
||||||
SIMULATOR flow
|
SIMULATOR flow
|
||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol}
|
REL_TOL ${coarse_rel_tol_parallel}}
|
||||||
DIR spe1
|
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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user