[lammps] 01/02: Better fix for the bug, fixed in previous upload. (Thanks, Graham)

Anton Gladky gladk at moszumanska.debian.org
Thu Jan 19 18:08:29 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 ca7dc38ba4e0fe0ee272d71dd58514644baa8715
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Jan 19 19:06:20 2017 +0100

    Better fix for the bug, fixed in previous upload. (Thanks, Graham)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 01aed0e..c984a03 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 || true
+	cd test; mpirun -np 2 --oversubscribe ./../src/lammps < in.crack
 	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