Skip to content
Snippets Groups Projects
Commit 16c1e199 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Merge branch 'feature/run-more-tests-in-parallel' into 'master'

run more tests in parallel

See merge request !411
parents 5b25a5a3 05dd1005
No related branches found
No related tags found
1 merge request!411run more tests in parallel
Pipeline #
......@@ -3,6 +3,8 @@ dune_add_test(SOURCES indexsettest.cc
dune_add_test(SOURCES remoteindicestest.cc
LINK_LIBRARIES dunecommon
MPI_RANKS 1 2 4
TIMEOUT 300
CMAKE_GUARD MPI_FOUND)
dune_add_test(SOURCES selectiontest.cc
......@@ -10,7 +12,11 @@ dune_add_test(SOURCES selectiontest.cc
dune_add_test(SOURCES syncertest.cc
LINK_LIBRARIES dunecommon
MPI_RANKS 1 2 4
TIMEOUT 300
CMAKE_GUARD MPI_FOUND)
dune_add_test(SOURCES variablesizecommunicatortest.cc
MPI_RANKS 1 2 4
TIMEOUT 300
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