Add Parallel Comparison Test for RxFy Summary Vectors

Sequential regression tests will be added later.
This commit is contained in:
Bård Skaflestad 2022-02-23 14:57:52 +01:00
parent 8cfbe1d791
commit d2d1e1d95b

View File

@ -1505,6 +1505,13 @@ endif()
DIR model2
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
add_test_compare_parallel_simulation(CASENAME rxft
FILENAME TEST_RXFT
SIMULATOR flow
ABS_TOL ${abs_tol_parallel}
REL_TOL 1.0e-3
DIR rxft_smry
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
endif()
if(OPM_TESTS_ROOT)