added: parallel serialization restart test for spe1

This commit is contained in:
Arne Morten Kvarving
2023-02-09 14:46:03 +01:00
parent c50fcc5818
commit 55e3c8fe27
3 changed files with 32 additions and 7 deletions

View File

@@ -43,3 +43,18 @@ add_test_compare_parallel_restarted_simulation(CASENAME numerical_aquifer_3d_1aq
RESTART_STEP 3
DIR aquifer-num
TEST_ARGS --enable-tuning=true --tolerance-cnv=0.00003 --time-step-control=pid --linear-solver=cpr_trueimpes)
# Serialized restart tests
if(HDF5_FOUND)
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-serialization-regressionTest.sh "")
add_test_compare_parallel_restarted_simulation(CASENAME spe1_serialized
DIR spe1
FILENAME SPE1CASE1
SIMULATOR flow
TEST_NAME compareParallelSerializedSim_flow+spe1
ABS_TOL 2e-2
REL_TOL 1e-5
RESTART_STEP 94
TEST_ARGS --tolerance-mb=1e-7
MPI_PROCS 4)
endif()