Add failing test to show error from connections that are openend in an ACTIONX via the keyword COMPDAT when using the NLDD solver for parallel runs

This commit is contained in:
Lisa Julia Nebel 2024-08-06 16:06:10 +02:00
parent ad595fed5e
commit 7c8173d5a8

View File

@ -248,3 +248,15 @@ add_test_compareSeparateECLFiles(CASENAME actionx_compdat_nldd_1_proc
IGNORE_EXTRA_KW BOTH
MPI_PROCS 1
TEST_ARGS --nonlinear-solver=nldd --matrix-add-well-contributions=true)
add_test_compareSeparateECLFiles(CASENAME actionx_compdat_nldd_8_procs
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 2
TEST_ARGS --nonlinear-solver=nldd --matrix-add-well-contributions=true)