[Pkg-openmpi-commits] r46 - in /openmpi/trunk/debian: changelog openmpi-bin.README.Debian rules

hauro-guest at users.alioth.debian.org hauro-guest at users.alioth.debian.org
Sat Aug 18 09:51:02 UTC 2007


Author: hauro-guest
Date: Sat Aug 18 09:51:02 2007
New Revision: 46

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=46
Log:
Removed threading support and documented it in README.Debian

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/openmpi-bin.README.Debian
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=46&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Sat Aug 18 09:51:02 2007
@@ -1,9 +1,12 @@
-openmpi (1.2.3-4~2) unstable; urgency=low
+openmpi (1.2.3-4~3) unstable; urgency=low
 
+  [ Manuel Prinz ]
   * Fixed: openmpi-bin: FTBFS on kFreeBSD and maybe Hurd. Thanks to
     Uwe Hermann for providing the patches! (Closes: #437839)
+  * debian/rules: Disabled threading support (Closes: #435581)
+  * debian/openmpi-bin.README.Debian: Documented disabling of threading
 
- -- Manuel Prinz <debian at pinguinkiste.de>  Fri, 17 Aug 2007 12:41:14 +0200
+ -- Manuel Prinz <debian at pinguinkiste.de>  Sat, 18 Aug 2007 11:06:09 +0200
 
 openmpi (1.2.3-3) unstable; urgency=low
 

Modified: openmpi/trunk/debian/openmpi-bin.README.Debian
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/openmpi-bin.README.Debian?rev=46&op=diff
==============================================================================
--- openmpi/trunk/debian/openmpi-bin.README.Debian (original)
+++ openmpi/trunk/debian/openmpi-bin.README.Debian Sat Aug 18 09:51:02 2007
@@ -1,5 +1,19 @@
 OpenMPI for Debian
 ------------------
+
+Thread support
+--------------
+
+Thread support was enabled until package version 1.2.3.-4. It is known to be
+broken in upstream and led to segfaults on several architectures.
+
+We disabled threading for this reason in 1.2.3-4 and will reenable it as soon
+as it is known to be working, probably in the 1.3 branch of OpenMPI. Please
+see http://bugs.debian.org/435581 for a discussion of this issue.
+
+
+MPI Alternatives
+----------------
 
 The current OpenMPI version of Debian uses the Debian Alternatives system.
 Although OpenMPI might replace most of the existing MPI implementations in the
@@ -24,4 +38,4 @@
 
 This might change in future versions of the package.
 
- -- Debian OpenMPI Team <pkg-openmpi-maintainers at lists.alioth.debian.org>, Fri, 15 Jun 2007 14:00:13 +0200
+ -- Debian OpenMPI Team <pkg-openmpi-maintainers at lists.alioth.debian.org>, Sat, 18 Aug 2007 11:02:58 +0200

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=46&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Sat Aug 18 09:51:02 2007
@@ -27,9 +27,10 @@
 			--mandir=\$${prefix}/share/man 		\
 			--infodir=\$${prefix}/share/info 	\
 			--sysconfdir=/etc/openmpi 		\
-			--with-devel-headers 			\
-			--enable-mpi-threads 			\
-			--enable-progress-threads
+			--with-devel-headers
+# Thread support disabled because it's broken, see bug #435581
+#			--enable-mpi-threads 			\
+#			--enable-progress-threads
 	touch configure-stamp
 
 build: patch configure build-arch build-indep




More information about the Pkg-openmpi-commits mailing list