mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 00:41:56 -06:00
Add failing test to show error from connections that are openend in an ACTIONX via the keyword COMPDAT when using the NLDD solver for sequential runs
This commit is contained in:
parent
8cd53ecea7
commit
f17ad653ec
@ -236,3 +236,15 @@ add_test_compareSeparateECLFiles(CASENAME actionx_compdat_8_procs
|
||||
REL_TOL ${rel_tol}
|
||||
IGNORE_EXTRA_KW BOTH
|
||||
MPI_PROCS 8)
|
||||
|
||||
add_test_compareSeparateECLFiles(CASENAME actionx_compdat_nldd_1_proc
|
||||
DIR1 actionx
|
||||
FILENAME1 COMPDAT_SHORT
|
||||
DIR2 actionx
|
||||
FILENAME2 ACTIONX_COMPDAT_SHORT
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
IGNORE_EXTRA_KW BOTH
|
||||
MPI_PROCS 1
|
||||
TEST_ARGS --nonlinear-solver=nldd --matrix-add-well-contributions=true)
|
||||
|
Loading…
Reference in New Issue
Block a user