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

[test] Run more MPI tests in parallel

parent 7ea53326
No related branches found
No related tags found
1 merge request!296[test] Run more MPI tests in parallel
......@@ -93,12 +93,16 @@ dune_add_test(SOURCES cholmodtest.cc)
# MPI tests
dune_add_test(SOURCES matrixredisttest.cc
MPI_RANKS 1 2 4
TIMEOUT 600
CMAKE_GUARD MPI_FOUND)
dune_add_test(SOURCES vectorcommtest.cc
MPI_RANKS 1 2 4
TIMEOUT 600
CMAKE_GUARD MPI_FOUND)
dune_add_test(SOURCES matrixmarkettest.cc)
dune_add_test(SOURCES matrixmarkettest.cc)
dune_add_test(SOURCES iluildltest.cc)
......
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