[liggghts] 02/05: Remove oversubscribe-parameter from mpirun.

Anton Gladky gladk at moszumanska.debian.org
Sun Mar 19 10:53:44 UTC 2017


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

gladk pushed a commit to branch jessie-backports
in repository liggghts.

commit 741fcdf04ac67454c764433807cda2b3f89b9576
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Mar 19 09:38:01 2017 +0100

    Remove oversubscribe-parameter from mpirun.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 83bc3ac..818493a 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 --oversubscribe $(BUILDDIR)/src/liggghts < in.heatGran
+	cd test; mpirun -np 2 $(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