[liggghts] 01/02: Replace OMPI_MCA_orte_rsh_agent by OMPI_MCA_plm_rsh_agent for autopkgtests too
Graham Inggs
ginggs at moszumanska.debian.org
Sat Dec 24 06:40:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
ginggs pushed a commit to branch master
in repository liggghts.
commit fe1b4d7548e097e7531aefc2ac08fe41fdd5cfa0
Author: Graham Inggs <ginggs at debian.org>
Date: Sat Dec 24 08:36:31 2016 +0200
Replace OMPI_MCA_orte_rsh_agent by OMPI_MCA_plm_rsh_agent for autopkgtests too
---
debian/tests/heat | 2 +-
debian/tests/packing | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/heat b/debian/tests/heat
index fdf2737..8514525 100755
--- a/debian/tests/heat
+++ b/debian/tests/heat
@@ -4,7 +4,7 @@
set -e
-export OMPI_MCA_orte_rsh_agent=/bin/false
+export OMPI_MCA_plm_rsh_agent=/bin/false
WORKDIR=$(mktemp -d)
trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
diff --git a/debian/tests/packing b/debian/tests/packing
index 0e03531..ea69177 100755
--- a/debian/tests/packing
+++ b/debian/tests/packing
@@ -4,7 +4,7 @@
set -e
-export OMPI_MCA_orte_rsh_agent=/bin/false
+export OMPI_MCA_plm_rsh_agent=/bin/false
WORKDIR=$(mktemp -d)
trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
--
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