Skip to content
Snippets Groups Projects
Commit ff1e0f04 authored by Markus Blatt's avatar Markus Blatt
Browse files

Activate schwarz and superlu.

Previously setting the define overwrote the flags for superlu.
parent 48a0487f
Branches
Tags
No related merge requests found
......@@ -63,8 +63,8 @@ add_executable(pamgtest "parallelamgtest.cc")
add_dune_superlu_flags(pamgtest)
add_executable(transfertest "transfertest.cc")
add_executable(twolevelmethodschwarztest "twolevelmethodtest.cc")
add_dune_superlu_flags(twolevelmethodschwarztest)
set_target_properties(twolevelmethodschwarztest PROPERTIES COMPILE_FLAGS "-DUSE_OVERLAPPINGSCHWARZ")
add_dune_superlu_flags(twolevelmethodschwarztest)
add_executable(twolevelmethodtest "twolevelmethodtest.cc")
foreach(_exe ${ALLTESTS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment