mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add parallel test case for Brine
This commit is contained in:
parent
be11876cff
commit
0973728c44
@ -520,4 +520,11 @@ if(MPI_FOUND)
|
|||||||
REL_TOL 1e-1
|
REL_TOL 1e-1
|
||||||
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)
|
||||||
|
|
||||||
|
add_test_compare_parallel_simulation(CASENAME spe1_brine
|
||||||
|
FILENAME SPE1CASE1_BRINE
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol_parallel}
|
||||||
|
REL_TOL ${rel_tol_parallel}
|
||||||
|
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user