r46492 - /packages/pastix/trunk/debian/rules
trophime-guest at users.alioth.debian.org
trophime-guest at users.alioth.debian.org
Wed Jan 29 09:47:59 UTC 2014
Author: trophime-guest
Date: Wed Jan 29 09:47:59 2014
New Revision: 46492
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46492
Log:
fix running test
Modified:
packages/pastix/trunk/debian/rules
Modified: packages/pastix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/pastix/trunk/debian/rules?rev=46492&op=diff
==============================================================================
--- packages/pastix/trunk/debian/rules (original)
+++ packages/pastix/trunk/debian/rules Wed Jan 29 09:47:59 2014
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
-export OMPI_MCA_plm_rsh_agent=/bin/false #workaround to start MPI-applications in chroot
+# for openmpi 1.4.5
+#export OMPI_MCA_plm_rsh_agent=/bin/false #workaround to start MPI-applications in chroot
+#fro openmpi 1.6.5
+export OMPI_MCA_orte_rsh_agent=/bin/false #workaround to start MPI-applications in chroot
ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)
export DEB_BUILD_OPTIONS+=parallel=$(shell getconf _NPROCESSORS_ONLN)
More information about the debian-science-commits
mailing list