mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Add parallel test of partial TRAN EDIT
This commit is contained in:
parent
27b4dabd6a
commit
2df154017b
@ -817,6 +817,13 @@ add_test_compareECLFiles(CASENAME compl_smry
|
||||
REL_TOL ${rel_tol}
|
||||
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
|
||||
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
|
||||
|
||||
@ -976,4 +983,12 @@ if(MPI_FOUND)
|
||||
REL_TOL ${rel_tol_parallel}
|
||||
DIR aquifer-oilwater
|
||||
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()
|
||||
|
@ -140,6 +140,7 @@ tests[pinch_multz_all_barrier]="flow pinch PINCH_MULTZ_ALL_BARRIER"
|
||||
tests[model6_msw]="flow model6 1_MSW_MODEL6"
|
||||
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
||||
tests[compl_smry]="flow compl_smry COMPL_SMRY"
|
||||
tests[3d_tran_operator]="flow parallel_fieldprops 3D_TRAN_OPERATOR"
|
||||
|
||||
changed_tests=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user