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.
Этот коммит содержится в:
родитель
b934f1e64e
Коммит
9fcd01035d
@ -10,7 +10,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# 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 (c) 2008 Sun Microsystems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
@ -29,7 +29,7 @@ AC_DEFUN([MCA_paffinity_posix_CONFIG],[
|
|||||||
# Check to see if we have _SC_NPROCESSORS_ONLN
|
# Check to see if we have _SC_NPROCESSORS_ONLN
|
||||||
AS_IF([test "$paff_posix_happy" = "yes"],
|
AS_IF([test "$paff_posix_happy" = "yes"],
|
||||||
[AC_MSG_CHECKING([for _SC_NPROCESSORS_ONLN])
|
[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])
|
[paff_posix_happy=yes], [paff_posix_happy=no])
|
||||||
AC_MSG_RESULT([(cached) $paff_posix_happy])])
|
AC_MSG_RESULT([(cached) $paff_posix_happy])])
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user