btl-portals4: fix a flow control configure bug
This commit fixes a configure bug that caused flow control to be disabled regardless of the configure options used. Signed-off-by: Todd Kordenbrock <thkgcode@gmail.com> (cherry picked from commit f7e74b6a3d19cd6e3edc3364783311e595f81b3d)
Этот коммит содержится в:
родитель
1f5a79bbd4
Коммит
2c082b6c7c
@ -11,7 +11,7 @@
|
|||||||
# 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) 2010 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
# Copyright (c) 2010 Sandia National Laboratories. All rights reserved.
|
# Copyright (c) 2010-2019 Sandia National Laboratories. All rights reserved.
|
||||||
# Copyright (c) 2014 Bull SAS. All rights reserved.
|
# Copyright (c) 2014 Bull SAS. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
@ -44,9 +44,9 @@ AC_DEFUN([MCA_opal_btl_portals4_CONFIG],[
|
|||||||
[AC_HELP_STRING([--enable-btl-portals4-flow-control],
|
[AC_HELP_STRING([--enable-btl-portals4-flow-control],
|
||||||
[enable flow control for Portals 4 BTL (default: disabled)])])
|
[enable flow control for Portals 4 BTL (default: disabled)])])
|
||||||
AC_MSG_CHECKING([whether to enable flow control])
|
AC_MSG_CHECKING([whether to enable flow control])
|
||||||
if test "$enable_btl_portals4_flow_control" != "yes"; then
|
if test "$enable_btl_portals4_flow_control" != "no"; then
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([yes])
|
||||||
btl_portals4_flow_control_enabled=0
|
btl_portals4_flow_control_enabled=1
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
btl_portals4_flow_control_enabled=0
|
btl_portals4_flow_control_enabled=0
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user