Skip to content
Snippets Groups Projects
Commit 00da5e9a authored by Markus Blatt's avatar Markus Blatt
Browse files

moved scripts to dune-common

[[Imported from SVN: r635]]
parent 697a905f
No related branches found
No related tags found
No related merge requests found
# $Id$
EXTRA_DIST = perhapsstartmpi perhapsstopmpi
if MPI
INDEXPROG = indicestest syncertest vectorcommtest
SELECTPROG = selectiontest
......@@ -12,7 +10,7 @@ endif
NORMALTESTS = matrixutilstest bvectortest indexsettest $(SELECTPROG)
# list of tests to run (indicestest is special case)
TESTS = $(NORMALTESTS) perhapsstartmpi $(INDEXRUN) perhapsstopmpi
TESTS = $(NORMALTESTS) $(DUNE_COMMON_ROOT)/bin/perhapsstartmpi $(INDEXRUN) $(DUNE_COMMON_ROOT)/bin/perhapsstopmpi
# programs just to build when "make check" is used
check_PROGRAMS = $(NORMALTESTS) $(INDEXPROG)
......
#!/bin/sh
# $ Id: $
# run lamboot if possible
if which lamboot>/dev/null; then
lamboot 2>&1 > /dev/null
fi
#!/bin/sh
# $ Id: $
# possibly stop LAM again
if which lamhalt > /dev/null; then
lamhalt 2>&1 > /dev/null
sleep 2
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment