[lammps] 01/02: Do not fail on mpi-errors.

Anton Gladky gladk at moszumanska.debian.org
Wed Jan 18 20:36:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository lammps.

commit 7dbb0cf6d07a254943f265d4aee81b1edebcd841
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Jan 18 21:32:14 2017 +0100

    Do not fail on mpi-errors.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 17bba20..01aed0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_simpl)))
 endif
 ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_mpi)))
 	mkdir test; cp examples/crack/* test/
-	cd test; mpirun -np 2 ./../src/lammps < in.crack
+	cd test; mpirun -np 2 ./../src/lammps < in.crack || true
 	rm -rf test
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lammps.git



More information about the debian-science-commits mailing list