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

Anton Gladky gladk at moszumanska.debian.org
Thu Jan 19 18:06:24 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 e2a62530aeb097a58f057998c16fc0777bbf8be1
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Jan 19 18:58:51 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 6850e1f..83bc3ac 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 || true
+	cd test; mpirun -np 2 --oversubscribe $(BUILDDIR)/src/liggghts < in.heatGran
 	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