Skip to content

Commit f0f206b

Browse files
authored
Merge pull request #7673 from cniethammer/uct-supported-version-update
Accept UCX 1.8 in configure of btl/uct
2 parents 4c9c936 + 9b10f46 commit f0f206b

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)