mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 19:46:24 -06:00
Use stricter CNV tolerance for test.
This makes the serial and parallel runs closer to each other.
This commit is contained in:
parent
66ff942b2f
commit
e8e915b9eb
@ -1482,7 +1482,7 @@ if(MPI_FOUND)
|
||||
ABS_TOL 0.17
|
||||
REL_TOL ${coarse_rel_tol_parallel}
|
||||
DIR aquifer-num
|
||||
TEST_ARGS --tolerance-cnv=0.00003 --time-step-control=pid --linsolver=cpr)
|
||||
TEST_ARGS --tolerance-cnv=0.000003 --time-step-control=pid --linsolver=cpr)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME numerical_aquifer_3d_1aqu
|
||||
FILENAME 3D_1AQU_3CELLS
|
||||
|
Loading…
Reference in New Issue
Block a user