[med-fichier] 04/04: Add --oversubscribe option to mpi to escape fails if slots are not available.

Anton Gladky gladk at moszumanska.debian.org
Sat Feb 25 00:11:19 UTC 2017


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

gladk pushed a commit to branch master
in repository med-fichier.

commit 9c436921548ca09f003b250ddb809fcbab00a16b
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Feb 20 21:08:07 2017 +0100

    Add --oversubscribe option to mpi to escape fails if slots are not available.
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 556b200..c5fce24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ med-fichier (3.0.6-11) unstable; urgency=medium
   * Drop patch fix-fid-type-in-medequivinfo.patch now included into
     hdf5-1.10-support.patch
 
+  [ Anton Gladky ]
+  * Add --oversubscribe option to mpi to escape fails if slots are 
+    not available
+
  -- Anton Gladky <gladk at debian.org>  Mon, 20 Feb 2017 16:37:45 +0100
 
 med-fichier (3.0.6-10.1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 12d55ec..429fe01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,4 +25,4 @@ override_dh_auto_install:
          $(CURDIR)/debian/tmp/usr/bin/unittests
 
 override_dh_auto_test:
-	MPIEXEC="mpiexec --allow-run-as-root -np " dh_auto_test --max-parallel=1
+	MPIEXEC="mpiexec --allow-run-as-root --oversubscribe -np " dh_auto_test --max-parallel=1

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



More information about the debian-science-commits mailing list