add thermal parallel regression test

This commit is contained in:
Arne Morten Kvarving 2020-01-28 11:35:38 +01:00
parent 35a085fe0d
commit 33d3fabb39

View File

@ -505,4 +505,11 @@ if(MPI_FOUND)
SIMULATOR flow SIMULATOR flow
ABS_TOL ${abs_tol} ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}) REL_TOL ${rel_tol})
add_test_compare_parallel_simulation(CASENAME spe1_thermal
FILENAME SPE1CASE2_THERMAL
SIMULATOR flow
ABS_TOL ${abs_tol_parallel}
REL_TOL 1e-1
DIR spe1)
endif() endif()