mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Update parallelTests.cmake
Changed relative tolerance for test case
This commit is contained in:
parent
6c556484b1
commit
7caffa44b0
@ -201,8 +201,8 @@ add_test_compare_parallel_simulation(CASENAME 3_a_mpi_multflt_mod2
|
||||
FILENAME 3_A_MPI_MULTFLT_SCHED_MODEL2
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol_parallel}
|
||||
REL_TOL ${rel_tol_parallel}
|
||||
DIR model2
|
||||
REL_TOL 1.0e-4
|
||||
DIR model2
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --enable-drift-compensation=false)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME rxft
|
||||
|
Loading…
Reference in New Issue
Block a user