Skip to content

Commit c22a7c7

Browse files
committed
btl/openib: disable XRC in OpenIB BTL
disable XRC in OpenIB BTL due to lack of support. Related to #3890 Fixes #3969 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit 8223d4c) Conflicts: NEWS
1 parent c2559ff commit c22a7c7

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ included in the vX.Y.Z section and be denoted as:
5353
(** also appeared: A.B.C) -- indicating that this item was previously
5454
included in release version vA.B.C.
5555

56+
2.1.2 -- August, 2017
57+
--------------------
58+
59+
Bug fixes/minor improvements:
60+
- Remove IB XRC support from the OpenIB BTL due to lack of support.
61+
5662
2.1.1 -- April, 2017
5763
--------------------
5864

config/opal_check_openfabrics.m4

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
1313
# 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
1515
# reserved.
1616
# Copyright (c) 2006-2009 Mellanox Technologies. All rights reserved.
1717
# Copyright (c) 2010-2012 Oracle and/or its affiliates. All rights reserved.
@@ -301,12 +301,13 @@ AC_DEFUN([OPAL_CHECK_OPENFABRICS],[
301301

302302
AC_DEFUN([OPAL_CHECK_OPENFABRICS_CM_ARGS],[
303303
#
304-
# ConnectX XRC support
304+
# ConnectX XRC support - disabled see issue #3890
305305
#
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"
310311
#
311312
# Unconnect Datagram (UD) based connection manager
312313
#

0 commit comments

Comments
 (0)