add parallel test case for Brine

This commit is contained in:
Arne Morten Kvarving 2020-02-05 20:20:58 +01:00
parent be11876cff
commit 0973728c44

View File

@ -520,4 +520,11 @@ if(MPI_FOUND)
REL_TOL 1e-1
DIR spe1
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()