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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment