Changeset 4846

Show
Ignore:
Timestamp:
06/29/09 01:09:37 (4 months ago)
Author:
balaji
Message:

Disable process binding by default, till we figure out why this isn't working.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/pm/hydra/configure.in

    r4843 r4846  
    273273AC_ARG_ENABLE(hydra-procbind, [  --enable-hydra-procbind       Process Binding], 
    274274                              [ procbind=$enableval ], 
    275                               [ procbind=default ]) 
     275                              [ procbind=no ]) 
    276276AC_MSG_CHECKING(process binding) 
    277277 
    278 if test "$procbind" = "default" ; then 
     278if test "$procbind" = "auto" ; then 
    279279   old_CFLAGS=$CFLAGS 
    280280   CFLAGS="$CFLAGS -I${srcdir}/utils/plpa"