Skip to content
Snippets Groups Projects
Commit c03ba00b 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

(cherry picked from commit 16c1e199)

05dd1005 run more tests in parallel
parent 76d7f0c9
No related branches found
No related tags found
3 merge requests!586Centralize CI config for 2.6 release,!531Update CI for 2.6 release branch,!420Merge branch 'feature/run-more-tests-in-parallel' into 'master'
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.
Please register or to comment