mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding --relaxed-max-pv-fraction=0 to numerical aquifer tests
This commit is contained in:
parent
d76251818f
commit
923f0ac0e0
@ -289,7 +289,7 @@ add_test_compareECLFiles(CASENAME numerical_aquifer_3d_2aqu
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR aquifer-num
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
TEST_ARGS --enable-tuning=true --relaxed-max-pv-fraction=0)
|
||||
|
||||
add_test_compareECLFiles(CASENAME numerical_aquifer_3d_1aqu
|
||||
FILENAME 3D_1AQU_3CELLS
|
||||
@ -297,7 +297,7 @@ add_test_compareECLFiles(CASENAME numerical_aquifer_3d_1aqu
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR aquifer-num
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
TEST_ARGS --enable-tuning=true --relaxed-max-pv-fraction=0)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe3
|
||||
FILENAME SPE3CASE1
|
||||
@ -1014,7 +1014,7 @@ if(MPI_FOUND)
|
||||
ABS_TOL ${abs_tol_parallel}
|
||||
REL_TOL ${rel_tol_parallel}
|
||||
DIR aquifer-num
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
TEST_ARGS --enable-tuning=true --relaxed-max-pv-fraction=0)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME numerical_aquifer_3d_1aqu
|
||||
FILENAME 3D_1AQU_3CELLS
|
||||
@ -1022,5 +1022,5 @@ if(MPI_FOUND)
|
||||
ABS_TOL ${abs_tol_parallel}
|
||||
REL_TOL ${rel_tol_parallel}
|
||||
DIR aquifer-num
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
TEST_ARGS --enable-tuning=true --relaxed-max-pv-fraction=0)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user