[Pkg-openmpi-commits] r312 - /openmpi/trunk/debian/rules

volat-guest at users.alioth.debian.org volat-guest at users.alioth.debian.org
Fri Jun 29 13:07:33 UTC 2012


Author: volat-guest
Date: Fri Jun 29 13:07:32 2012
New Revision: 312

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=312
Log:
Fix the configure options that have changed between 1.4 and 1.6 :
 * --enable-mpi-threads -> --enable-opal-multi-threads
 * --enable-ft-thread is needed to have a similar level of checkpointing as 
   before

More information at http://osl.iu.edu/research/ft/ompi-cr/api.php#conf-with-ft


Modified:
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=312&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Fri Jun 29 13:07:32 2012
@@ -9,7 +9,7 @@
 # BLCR checkpointing support
 BLCR_ARCH := "amd64 armel armhf i386 powerpc"
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(BLCR_ARCH)))
-        CHKPT = --with-ft=cr --with-blcr=/usr --with-blcr-libdir=/usr/lib
+        CHKPT = --enable-ft-thread --with-ft=cr --with-blcr=/usr --with-blcr-libdir=/usr/lib
 endif
 
 # Memory affinity support
@@ -23,7 +23,7 @@
 
 # Enable MPI thread support (user request, see #602132). Progress threads are known
 # to not work, so we do not enable them until they are supported.
-MPI_THREADS := --with-threads=posix --enable-mpi-threads
+MPI_THREADS := --with-threads=posix --enable-opal-multi-threads
 
 %:
 	dh $@ --parallel #--with autotools_dev




More information about the Pkg-openmpi-commits mailing list