add parallel test with foam

This commit is contained in:
Arne Morten Kvarving 2019-12-04 12:31:02 +01:00
parent f7b76e2b43
commit 581218f890

View File

@ -480,4 +480,10 @@ if(MPI_FOUND)
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${coarse_rel_tol})
add_test_compare_parallel_simulation(CASENAME spe1_foam
FILENAME SPE1FOAM
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol})
endif()