change rel tol to coarse rel tol in the parallel regression testing

This commit is contained in:
Tor Harald Sandve 2022-11-22 16:11:19 +01:00
parent f9ab7e6b07
commit e6a6ec3c11

View File

@ -74,7 +74,7 @@ add_test_compare_parallel_simulation(CASENAME spe1_thermal
FILENAME SPE1CASE2_THERMAL
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
REL_TOL ${coarse_rel_tol_parallel}}
DIR spe1
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)