add thermal parallel regression test

This commit is contained in:
Arne Morten Kvarving
2020-01-29 08:54:50 +01:00
parent 35a085fe0d
commit 33d3fabb39
+7
View File
@@ -505,4 +505,11 @@ if(MPI_FOUND)
SIMULATOR flow
ABS_TOL ${abs_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()