If blocks cannot cross include statements

This commit is contained in:
Alf Birger Rustad
2022-10-19 13:55:57 +02:00
parent 277b013d92
commit 18dec593ec
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
if(MPI_FOUND)
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-parallel-regressionTest.sh "")
# Different tolerances for these tests
@@ -163,3 +164,4 @@
REL_TOL 1.0e-3
DIR rxft_smry
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --ecl-enable-drift-compensation=false)
endif()