Skip to content
Snippets Groups Projects
Commit 6c7fd213 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Enabled MPI in coverage reports

parent 0f9c7cad
No related branches found
No related tags found
1 merge request!36Fixed expression templates
......@@ -8,7 +8,7 @@ pushd Debug
../build --root-dir=.. --build=Debug \
--with-examples=no --with-benchmarks=no --with-tools=no --with-python=no --with-doc=no \
--with-tests=yes --run-tests=no \
--with-clang=yes --with-cuda=yes --with-mpi=no --with-coverage=yes
--with-clang=yes --with-cuda=yes --with-coverage=yes
popd
tests=(
......@@ -37,6 +37,10 @@ tests=(
# MultireductionTest-dbg # FIXME: CUDA
MultimapTest-dbg
StaticMultimapTest-dbg
# TODO: run these with mpirun (coverage.py does not support that)
DistributedArrayTest-dbg
DistributedVectorBinaryOperationsTest-dbg
DistributedVectorUnaryOperationsTest-dbg
# Functions
# BoundaryMeshFunctionTest-dbg # FIXME: CUDA
......
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