|
11 | 11 | # Copyright (c) 2004-2005 The Regents of the University of California.
|
12 | 12 | # All rights reserved.
|
13 | 13 | # Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
|
14 |
| -# Copyright (c) 2006-2016 Los Alamos National Security, LLC. All rights |
| 14 | +# Copyright (c) 2006-2017 Los Alamos National Security, LLC. All rights |
15 | 15 | # reserved.
|
16 | 16 | # Copyright (c) 2006-2009 Mellanox Technologies. All rights reserved.
|
17 | 17 | # Copyright (c) 2010-2012 Oracle and/or its affiliates. All rights reserved.
|
@@ -301,12 +301,13 @@ AC_DEFUN([OPAL_CHECK_OPENFABRICS],[
|
301 | 301 |
|
302 | 302 | AC_DEFUN([OPAL_CHECK_OPENFABRICS_CM_ARGS],[
|
303 | 303 | #
|
304 |
| - # ConnectX XRC support |
| 304 | + # ConnectX XRC support - disabled see issue #3890 |
305 | 305 | #
|
306 |
| - AC_ARG_ENABLE([openib-connectx-xrc], |
307 |
| - [AC_HELP_STRING([--enable-openib-connectx-xrc], |
308 |
| - [Enable ConnectX XRC support in the openib BTL. If you do not have InfiniBand ConnectX adapters, you may disable the ConnectX XRC support. If you do not know which InfiniBand adapter is installed on your cluster, leave this option enabled (default: enabled)])], |
309 |
| - [enable_connectx_xrc="$enableval"], [enable_connectx_xrc="yes"]) |
| 306 | +dnl AC_ARG_ENABLE([openib-connectx-xrc], |
| 307 | +dnl [AC_HELP_STRING([--enable-openib-connectx-xrc], |
| 308 | +dnl [Enable ConnectX XRC support in the openib BTL. (default: disabled)])], |
| 309 | +dnl [enable_connectx_xrc="$enableval"], [enable_connectx_xrc="no"]) |
| 310 | + enable_connectx_xrc="no" |
310 | 311 | #
|
311 | 312 | # Unconnect Datagram (UD) based connection manager
|
312 | 313 | #
|
|
0 commit comments