Skip to content
Snippets Groups Projects
Commit 1fe7420c authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cmake] Guard mpiguturetest as it does not compile without MPI

parent fcc41366
No related branches found
No related tags found
1 merge request!1017[cmake] Guard mpiguturetest as it does not compile without MPI
Pipeline #40142 passed
Pipeline: Dune Nightly Test

#40143

    ......@@ -41,6 +41,7 @@ dune_add_test(SOURCES mpidatatest.cc
    dune_add_test(SOURCES mpifuturetest.cc
    LINK_LIBRARIES dunecommon
    CMAKE_GUARD MPI_FOUND
    MPI_RANKS 1 2 4
    TIMEOUT 300
    LABELS quick)
    ......
    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