mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #3893 from akva2/onephase_use_flow_binary
changed: also run the parallel onephase tests through flow binary
This commit is contained in:
commit
42c2f649d3
@ -1429,10 +1429,9 @@ if(MPI_FOUND)
|
|||||||
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)
|
||||||
|
|
||||||
if(BUILD_FLOW_VARIANTS)
|
|
||||||
add_test_compare_parallel_simulation(CASENAME spe1_thermal
|
add_test_compare_parallel_simulation(CASENAME spe1_thermal
|
||||||
FILENAME SPE1CASE2_THERMAL_ONEPHASE
|
FILENAME SPE1CASE2_THERMAL_ONEPHASE
|
||||||
SIMULATOR flow_onephase_energy
|
SIMULATOR flow
|
||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR spe1
|
DIR spe1
|
||||||
@ -1440,12 +1439,11 @@ if(BUILD_FLOW_VARIANTS)
|
|||||||
|
|
||||||
add_test_compare_parallel_simulation(CASENAME spe1_water
|
add_test_compare_parallel_simulation(CASENAME spe1_water
|
||||||
FILENAME SPE1CASE1_WATER
|
FILENAME SPE1CASE1_WATER
|
||||||
SIMULATOR flow_onephase
|
SIMULATOR flow
|
||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
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)
|
||||||
endif()
|
|
||||||
|
|
||||||
add_test_compare_parallel_simulation(CASENAME spe1_brine
|
add_test_compare_parallel_simulation(CASENAME spe1_brine
|
||||||
FILENAME SPE1CASE1_BRINE
|
FILENAME SPE1CASE1_BRINE
|
||||||
|
Loading…
Reference in New Issue
Block a user