Merge pull request #5531 from lisajulia/small-fixes-COMPDAT-tests

Fix typo, use 2 processes for testing parallel runs with COMPDAT in A…
This commit is contained in:
Arne Morten Kvarving 2024-08-16 08:26:10 +02:00 committed by GitHub
commit 04b7a53ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ add_test_compareSeparateECLFiles(CASENAME actionx_compdat_1_proc
IGNORE_EXTRA_KW BOTH
MPI_PROCS 1)
add_test_compareSeparateECLFiles(CASENAME actionx_compdat_8_procs
add_test_compareSeparateECLFiles(CASENAME actionx_compdat_2_procs
DIR1 actionx
FILENAME1 COMPDAT_SHORT
DIR2 actionx
@ -235,7 +235,7 @@ add_test_compareSeparateECLFiles(CASENAME actionx_compdat_8_procs
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
IGNORE_EXTRA_KW BOTH
MPI_PROCS 8)
MPI_PROCS 2)
add_test_compareSeparateECLFiles(CASENAME actionx_compdat_nldd_1_proc
DIR1 actionx
@ -247,9 +247,9 @@ add_test_compareSeparateECLFiles(CASENAME actionx_compdat_nldd_1_proc
REL_TOL ${rel_tol}
IGNORE_EXTRA_KW BOTH
MPI_PROCS 1
TEST_ARGS --nonlinear-solver=nldd --matrix-add-well-contributions=true)
TEST_ARGS --nonlinear-solver=nldd --matrix-add-well-contributions=true --linear-solver=ilu0)
add_test_compareSeparateECLFiles(CASENAME actionx_compdat_nldd_8_procs
add_test_compareSeparateECLFiles(CASENAME actionx_compdat_nldd_2_procs
DIR1 actionx
FILENAME1 COMPDAT_SHORT
DIR2 actionx
@ -259,4 +259,4 @@ add_test_compareSeparateECLFiles(CASENAME actionx_compdat_nldd_8_procs
REL_TOL ${rel_tol}
IGNORE_EXTRA_KW BOTH
MPI_PROCS 2
TEST_ARGS --nonlinear-solver=nldd --matrix-add-well-contributions=true)
TEST_ARGS --nonlinear-solver=nldd --matrix-add-well-contributions=true --linear-solver=ilu0)