[mpich2-commits] r6631 - mpich2/trunk/src/pm/hydra
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Mon May 10 17:41:27 CDT 2010
Author: balaji
Date: 2010-05-10 17:41:27 -0500 (Mon, 10 May 2010)
New Revision: 6631
Modified:
mpich2/trunk/src/pm/hydra/configure.in
Log:
Make hwloc the default process binding library instead of PLPA, which
will be deprecated soon (probably in 1.3 itself).
Modified: mpich2/trunk/src/pm/hydra/configure.in
===================================================================
--- mpich2/trunk/src/pm/hydra/configure.in 2010-05-10 22:32:47 UTC (rev 6630)
+++ mpich2/trunk/src/pm/hydra/configure.in 2010-05-10 22:41:27 UTC (rev 6631)
@@ -286,9 +286,9 @@
#########################################################################
# Process Binding
#########################################################################
-AC_ARG_WITH(hydra-bindlib, [ --with-hydra-bindlib=name - Process Binding Library (plpa, hwloc)],
+AC_ARG_WITH(hydra-bindlib, [ --with-hydra-bindlib=name - Process Binding Library (hwloc, plpa)],
[ hydra_bindlib=$withval ],
- [ hydra_bindlib=plpa ])
+ [ hydra_bindlib=hwloc,plpa ])
AC_MSG_CHECKING(process binding library)
AC_MSG_RESULT($hydra_bindlib)
More information about the mpich2-commits
mailing list