Skip to content

Commit 9b10f46

Browse files
committed
Accept UCX 1.8 in configure of btl/uct
The configure script for the btl uct component reports an error for the new UCX 1.8.0 versions as it was fixed up to UCX 1.7. This fixes #7612 Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
1 parent 0fa7ead commit 9b10f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/btl/uct/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 2004-2005 The University of Tennessee and The University
77
# of Tennessee Research Foundation. All rights
88
# reserved.
9-
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
9+
# Copyright (c) 2004-2020 High Performance Computing Center Stuttgart,
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2006 The Regents of the University of California.
1212
# All rights reserved.
@@ -52,7 +52,7 @@ dnl
5252
fi
5353

5454
max_allowed_uct_major=1
55-
max_allowed_uct_minor=7
55+
max_allowed_uct_minor=8
5656
if test "$btl_uct_happy" = "yes" && test "$enable_uct_version_check" != "no"; then
5757
AC_MSG_CHECKING([UCT version compatibility])
5858
OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save])

0 commit comments

Comments
 (0)