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

test works only with mpi

[[Imported from SVN: r877]]
parent 692e3764
No related branches found
No related tags found
No related merge requests found
# $Id$
if MPI
MPITESTS = indicestest syncertest vectorcommtest \
MPITESTS = indicestest indexsettest syncertest vectorcommtest \
selectiontest
endif
......@@ -14,7 +14,7 @@ if PARDISO
endif
# which tests where program to build and run are equal
NORMALTESTS = matrixutilstest matrixtest bvectortest indexsettest \
NORMALTESTS = matrixutilstest matrixtest bvectortest \
bcrsbuildtest matrixiteratortest mv
# list of tests to run (indicestest is special case)
......@@ -69,6 +69,7 @@ if MPI
#selectiontest_DEPENDENCIES = $(LOCAL_LIBS)
indexsettest_SOURCES = indexsettest.cc
#indexsettest_DEPENDENCIES = $(LOCAL_LIBS)
syncertest_SOURCES = syncertest.cc
......
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