mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3067 from joakim-hove/add-tran-parallel-test
Add parallel test of partial TRAN EDIT
This commit is contained in:
commit
fc398c8555
@ -817,6 +817,13 @@ add_test_compareECLFiles(CASENAME compl_smry
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR compl_smry)
|
DIR compl_smry)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME 3d_tran_operator
|
||||||
|
FILENAME 3D_TRAN_OPERATOR
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR parallel_fieldprops)
|
||||||
|
|
||||||
# Restart tests
|
# Restart tests
|
||||||
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
|
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
|
||||||
|
|
||||||
@ -976,4 +983,12 @@ if(MPI_FOUND)
|
|||||||
REL_TOL ${rel_tol_parallel}
|
REL_TOL ${rel_tol_parallel}
|
||||||
DIR aquifer-oilwater
|
DIR aquifer-oilwater
|
||||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
|
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
|
||||||
|
|
||||||
|
add_test_compare_parallel_simulation(CASENAME 3d_tran_operator
|
||||||
|
FILENAME 3D_TRAN_OPERATOR
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol_parallel}
|
||||||
|
REL_TOL ${rel_tol_parallel}
|
||||||
|
DIR parallel_fieldprops
|
||||||
|
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
|
||||||
endif()
|
endif()
|
||||||
|
@ -140,6 +140,7 @@ tests[pinch_multz_all_barrier]="flow pinch PINCH_MULTZ_ALL_BARRIER"
|
|||||||
tests[model6_msw]="flow model6 1_MSW_MODEL6"
|
tests[model6_msw]="flow model6 1_MSW_MODEL6"
|
||||||
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
||||||
tests[compl_smry]="flow compl_smry COMPL_SMRY"
|
tests[compl_smry]="flow compl_smry COMPL_SMRY"
|
||||||
|
tests[3d_tran_operator]="flow parallel_fieldprops 3D_TRAN_OPERATOR"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user