We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b4afd commit 7d853b3Copy full SHA for 7d853b3
config/ompi_check_ucx.m4
@@ -83,6 +83,18 @@ AC_DEFUN([OMPI_CHECK_UCX],[
83
[$ompi_check_ucx_libdir],
84
[ompi_check_ucx_happy="yes"],
85
[ompi_check_ucx_happy="no"])
86
+
87
88
+ OPAL_CHECK_PACKAGE([ompi_check_ucx],
89
+ [uct/api/uct.h],
90
+ [uct],
91
+ [uct_md_query],
92
+ [],
93
+ [$ompi_check_ucx_dir],
94
+ [$ompi_check_ucx_libdir],
95
+ [ompi_check_ucx_happy="yes"],
96
+ [ompi_check_ucx_happy="no"])
97
98
CPPFLAGS="$ompi_check_ucx_$1_save_CPPFLAGS"
99
LDFLAGS="$ompi_check_ucx_$1_save_LDFLAGS"
100
LIBS="$ompi_check_ucx_$1_save_LIBS"
0 commit comments