[lammps] 01/02: Replace deprecated OMPI_MCA_orte_rsh_agent with OMPI_MCA_plm_rsh_agent
Graham Inggs
ginggs at moszumanska.debian.org
Tue Dec 20 20:00:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
ginggs pushed a commit to branch master
in repository lammps.
commit f1a60b858baa55f65a7c8ddad86be82c0e17b382
Author: Graham Inggs <ginggs at debian.org>
Date: Tue Dec 20 21:24:12 2016 +0200
Replace deprecated OMPI_MCA_orte_rsh_agent with OMPI_MCA_plm_rsh_agent
---
debian/rules | 2 +-
debian/tests/crack | 2 +-
debian/tests/dipole | 2 +-
debian/tests/ellipse | 2 +-
debian/tests/flow | 2 +-
debian/tests/friction | 2 +-
debian/tests/hugo | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index 384b6e6..77d8521 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export OMPI_MCA_orte_rsh_agent=/bin/false #workaround to start MPI-applications in chroot
+export OMPI_MCA_plm_rsh_agent=/bin/false #workaround to start MPI-applications in chroot
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
diff --git a/debian/tests/crack b/debian/tests/crack
index d5d10b6..655320b 100755
--- a/debian/tests/crack
+++ b/debian/tests/crack
@@ -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/dipole b/debian/tests/dipole
index becf494..7f8fc3f 100755
--- a/debian/tests/dipole
+++ b/debian/tests/dipole
@@ -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/ellipse b/debian/tests/ellipse
index ced2717..fd023e8 100755
--- a/debian/tests/ellipse
+++ b/debian/tests/ellipse
@@ -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/flow b/debian/tests/flow
index 45e82af..63a9910 100755
--- a/debian/tests/flow
+++ b/debian/tests/flow
@@ -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/friction b/debian/tests/friction
index 540d1c2..6f944ba 100755
--- a/debian/tests/friction
+++ b/debian/tests/friction
@@ -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/hugo b/debian/tests/hugo
index 76f4eb6..b38b05d 100755
--- a/debian/tests/hugo
+++ b/debian/tests/hugo
@@ -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/lammps.git
More information about the debian-science-commits
mailing list