Skip to content

Commit b2b31d0

Browse files
committed
btl/openib: disable XRC in OpenIB BTL
Disable XRC support for OpenIB BTL Related to #3890 Fixes #3969 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit 8223d4c) Conflicts: NEWS
1 parent 6d4ad03 commit b2b31d0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Removed legacy support:
7171
- "yoda" SPML component is removed from the Open SHMEM codebase. It was utilizing
7272
Open MPI BTL components for supported networks. Please see README for the currently
7373
available options.
74+
- Remove IB XRC support from the OpenIB BTL due to lack of support.
7475

7576
Known issues (to be addressed in v3.0.1):
7677

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)