mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add parallel test for flow_onephase
This commit is contained in:
parent
fc47eb8b4f
commit
e443759940
@ -1033,6 +1033,8 @@ if(MPI_FOUND)
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1
|
||||
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
|
||||
FILENAME SPE1CASE2_THERMAL_ONEPHASE
|
||||
SIMULATOR flow_onephase_energy
|
||||
@ -1041,6 +1043,15 @@ if(MPI_FOUND)
|
||||
DIR spe1
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME spe1_water
|
||||
FILENAME SPE1CASE1_WATER
|
||||
SIMULATOR flow_onephase
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||
endif()
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME spe1_brine
|
||||
FILENAME SPE1CASE1_BRINE
|
||||
SIMULATOR flow
|
||||
|
Loading…
Reference in New Issue
Block a user