Skip to content
Snippets Groups Projects
Commit 25d0c840 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

add flags for building parallel CMake tests

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11500 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f8e42a96
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ add_test(test_impesadaptive
add_executable("test_impeswithamg" EXCLUDE_FROM_ALL test_impeswithamg.cc)
if(MPI_FOUND)
add_dune_superlu_flags(test_impeswithamg)
add_dune_mpi_flags(test_impeswithamg)
add_test(test_impeswithamg
${CMAKE_SOURCE_DIR}/bin/runTest.sh
${CMAKE_SOURCE_DIR}/bin/fuzzycomparevtu.py
......
......@@ -4,6 +4,7 @@ add_dune_ug_flags(test_boxrichards)
if(MPI_CXX_FOUND)
# tell UG that the model is parallelized
add_definitions(-DModelP)
add_dune_mpi_flags(test_boxrichards)
add_test(test_boxrichards
${CMAKE_SOURCE_DIR}/bin/runTest.sh
${CMAKE_SOURCE_DIR}/bin/fuzzycomparevtu.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment