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

[test] Run some parallel AMG tests in parallel

parent 85fce383
No related branches found
No related tags found
1 merge request!290WIP: [test] Run some parallel AMG tests in parallel
......@@ -76,16 +76,24 @@ dune_add_test(NAME twolevelmethodschwarztest
# These tests need MPI, even though they are only run sequentially
dune_add_test(SOURCES galerkintest.cc
MPI_RANKS 1 2 4
TIMEOUT 600
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.
Please register or to comment