Skip to content

Commit 7d853b3

Browse files
committed
configure: also check for libuct
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent c6b4afd commit 7d853b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/ompi_check_ucx.m4

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ AC_DEFUN([OMPI_CHECK_UCX],[
8383
[$ompi_check_ucx_libdir],
8484
[ompi_check_ucx_happy="yes"],
8585
[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+
8698
CPPFLAGS="$ompi_check_ucx_$1_save_CPPFLAGS"
8799
LDFLAGS="$ompi_check_ucx_$1_save_LDFLAGS"
88100
LIBS="$ompi_check_ucx_$1_save_LIBS"

0 commit comments

Comments
 (0)