Skip to content
Snippets Groups Projects
Commit cf0290b7 authored by Christian Engwer's avatar Christian Engwer
Browse files

Merge branch 'feature/mpifuture-guard-mpi' into 'master'

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

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

#40145

    ......@@ -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