Skip to content
Snippets Groups Projects
Commit 92f6e99d authored by Timo Koch's avatar Timo Koch
Browse files

[test] Run some parallel AMG tests in parallel

parent 7ea53326
No related branches found
No related tags found
1 merge request!294[bugfix] Fix issue #68 / segfault in amg
......@@ -79,13 +79,19 @@ dune_add_test(SOURCES galerkintest.cc
CMAKE_GUARD MPI_FOUND)
dune_add_test(SOURCES hierarchytest.cc
MPI_RANKS 1 2 4
TIMEOUT 600
CMAKE_GUARD MPI_FOUND)
dune_add_test(NAME pamgtest
SOURCES parallelamgtest.cc
MPI_RANKS 1 2 4
TIMEOUT 600
CMAKE_GUARD MPI_FOUND)
dune_add_test(NAME pamg_comm_repart_test
MPI_RANKS 1 2 4
TIMEOUT 600
SOURCES parallelamgtest.cc
COMPILE_DEFINITIONS -DAMG_REPART_ON_COMM_GRAPH
CMAKE_GUARD MPI_FOUND)
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