[petsc] 07/07: MPI testing: use plm not orte

Drew Parsons dparsons at moszumanska.debian.org
Fri Mar 11 23:04:07 UTC 2016


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

dparsons pushed a commit to branch master
in repository petsc.

commit 7d9a35a1182cd990306333368ae1782eeba61621
Author: Drew Parsons <dparsons at debian.org>
Date:   Sat Mar 12 07:02:09 2016 +0800

    MPI testing: use plm not orte
    
    orte_rsh_agent is deprecated, use plm_rsh_agent instead.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9e4c724..80eb6ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ PETSC_MPI=$(ARCH_DEFAULT_MPI_IMPL)
 PETSC_MPI_DIR=/usr/lib/$(PETSC_MPI)
 
 # facilitate build-time testing (invoking OpenMPI) when building in a chroot (pbuilder or sbuild)
-export OMPI_MCA_orte_rsh_agent=/bin/false
+export OMPI_MCA_plm_rsh_agent=/bin/false
 
 PETSC_HDF5_FLAGS=$(shell if [ -e /usr/lib/libhdf5.so ]; then echo "--with-hdf5=1 --with-hdf5-dir=/usr"; fi)
 

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



More information about the debian-science-commits mailing list