mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Let ctest test 3_A_MPI_MULTFLT_SCHED_MODEL2 in parallel.
This would have detected OPM/opm-common#2922 as the test fails with master. Needs OPM/opm-common#2923 to succeed.
This commit is contained in:
parent
3e4e62bc4f
commit
9bf55a0c6c
@ -1398,6 +1398,15 @@ endif()
|
|||||||
REL_TOL ${coarse_rel_tol_parallel}
|
REL_TOL ${coarse_rel_tol_parallel}
|
||||||
DIR udq_actionx
|
DIR udq_actionx
|
||||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
|
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
|
||||||
|
|
||||||
|
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
|
||||||
|
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(OPM_TESTS_ROOT)
|
if(OPM_TESTS_ROOT)
|
||||||
|
Loading…
Reference in New Issue
Block a user