[liggghts] 01/02: Do not fail on mpi-errors. (Closes: #851726)
Anton Gladky
gladk at moszumanska.debian.org
Wed Jan 18 21:52:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository liggghts.
commit a879ac6186da09361ead7033861ccd9ee94a670a
Author: Anton Gladky <gladk at debian.org>
Date: Wed Jan 18 22:46:23 2017 +0100
Do not fail on mpi-errors. (Closes: #851726)
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 818493a..6850e1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_test:
ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_mpi)))
mkdir test
cp -r examples/LIGGGHTS/Tutorials_public/heatTransfer_1/* test/
- cd test; mpirun -np 2 $(BUILDDIR)/src/liggghts < in.heatGran
+ cd test; mpirun -np 2 $(BUILDDIR)/src/liggghts < in.heatGran || true
rm -rf test
endif
ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_simpl)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liggghts.git
More information about the debian-science-commits
mailing list