mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change msw-simple test to use solver-max-time-step-in-days=15 instead of solver-max-time-step-in-days=10
This commit is contained in:
parent
ee972dcbe2
commit
ece9456438
@ -44,7 +44,7 @@ add_test_compare_parallel_simulation(CASENAME msw-simple
|
|||||||
ABS_TOL 1e4 # the absolute tolerance is pretty high here, yet in this case, we are only interested in the relative tolerance
|
ABS_TOL 1e4 # the absolute tolerance is pretty high here, yet in this case, we are only interested in the relative tolerance
|
||||||
REL_TOL 1e-5
|
REL_TOL 1e-5
|
||||||
MPI_PROCS 4
|
MPI_PROCS 4
|
||||||
TEST_ARGS --solver-max-time-step-in-days=10 --allow-distributed-wells=true)
|
TEST_ARGS --solver-max-time-step-in-days=15 --allow-distributed-wells=true)
|
||||||
|
|
||||||
add_test_compare_parallel_simulation(CASENAME msw-3d
|
add_test_compare_parallel_simulation(CASENAME msw-3d
|
||||||
FILENAME MSW-3D # this file contains one Multisegment well with branches that is distributed across several processes
|
FILENAME MSW-3D # this file contains one Multisegment well with branches that is distributed across several processes
|
||||||
|
Loading…
Reference in New Issue
Block a user