[Pkg-openmpi-commits] r51 - in /openmpi/trunk/debian: changelog patches/00list patches/10fix_config_infiniband.dpatch

hauro-guest at users.alioth.debian.org hauro-guest at users.alioth.debian.org
Wed Aug 29 09:12:43 UTC 2007


Author: hauro-guest
Date: Wed Aug 29 09:12:43 2007
New Revision: 51

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=51
Log:
Added patch to "shut up libibverbs" ;)

Added:
    openmpi/trunk/debian/patches/10fix_config_infiniband.dpatch   (with props)
Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/patches/00list

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=51&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Wed Aug 29 09:12:43 2007
@@ -1,3 +1,10 @@
+openmpi (1.2.3-5~1) unstable; urgency=low
+
+  [ Manuel Prinz ]
+  * Patch added: Please shut up libibverbs (Closes: #439730)
+
+ -- Manuel Prinz <debian at pinguinkiste.de>  Wed, 29 Aug 2007 11:09:37 +0200
+
 openmpi (1.2.3-4) unstable; urgency=low
 
   [ Manuel Prinz ]

Modified: openmpi/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/00list?rev=51&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/00list (original)
+++ openmpi/trunk/debian/patches/00list Wed Aug 29 09:12:43 2007
@@ -1,3 +1,4 @@
+10fix_config_infiniband
 20fix_manpage_link
 30fix_manpage
 31fix_manpages_lintian

Added: openmpi/trunk/debian/patches/10fix_config_infiniband.dpatch
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/10fix_config_infiniband.dpatch?rev=51&op=file
==============================================================================
--- openmpi/trunk/debian/patches/10fix_config_infiniband.dpatch (added)
+++ openmpi/trunk/debian/patches/10fix_config_infiniband.dpatch Wed Aug 29 09:12:43 2007
@@ -1,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10fix_config_infiniband.dpatch by Manuel Prinz <debian at pinguinkiste.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Disables InfiniBand in the configuration to suppress warnings if it's
+## DP: not available.
+## DP: Fixes Bug #439730: Please shut up libibverbs
+
+ at DPATCH@
+diff -urNad openmpi-1.2.3~/opal/etc/openmpi-mca-params.conf openmpi-1.2.3/opal/etc/openmpi-mca-params.conf
+--- openmpi-1.2.3~/opal/etc/openmpi-mca-params.conf	2007-02-16 19:20:43.000000000 +0100
++++ openmpi-1.2.3/opal/etc/openmpi-mca-params.conf	2007-08-29 10:56:00.000000000 +0200
+@@ -54,5 +54,9 @@
+ # Change component loading path
+ #   component_path = /usr/local/lib/openmpi:~/my_openmpi_components
+ 
++# Disable use of InfiniBand to get rid of warnings on systems not supporting
++# it. If you want to use InfiniBand, remove the next line.
++btl = ^openib
++
+ # See "ompi_info --param all all" for a full listing of Open MPI MCA
+ # parameters available and their default values.

Propchange: openmpi/trunk/debian/patches/10fix_config_infiniband.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-openmpi-commits mailing list