1
1

Fix a problem reported by Steve Kagl on the user's list; the posix

component (which we probably don't test regularly because we probably
only test environments where the other paffinity components are used)
was not getting built because it had a bad configure test.

This commit was SVN r20974.
Этот коммит содержится в:
Jeff Squyres 2009-04-10 21:15:20 +00:00
родитель b934f1e64e
Коммит 9fcd01035d

Просмотреть файл

@ -10,7 +10,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2007-2008 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2007-2009 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
# $COPYRIGHT$
#
@ -29,7 +29,7 @@ AC_DEFUN([MCA_paffinity_posix_CONFIG],[
# Check to see if we have _SC_NPROCESSORS_ONLN
AS_IF([test "$paff_posix_happy" = "yes"],
[AC_MSG_CHECKING([for _SC_NPROCESSORS_ONLN])
AS_IF([test "$OMPI_HAVE__SC_NPROCESSORS_ONLN" = "1"],
AS_IF([test "$ompi_cv_have__SC_NPROCESSORS_ONLN" = "yes"],
[paff_posix_happy=yes], [paff_posix_happy=no])
AC_MSG_RESULT([(cached) $paff_posix_happy])])