Skip to content

Commit 60b2e45

Browse files
author
Sergey Oblomov
committed
UCX: added missing UCX libs to UCX detection
Signed-off-by: Sergey Oblomov <[email protected]> (cherry picked from commit c982645)
1 parent 5cab4b6 commit 60b2e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_check_ucx.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[
7878
[ucp/api/ucp.h],
7979
[ucp],
8080
[ucp_cleanup],
81-
[],
81+
[-luct -lucm -lucs],
8282
[$ompi_check_ucx_dir],
8383
[$ompi_check_ucx_libdir],
8484
[ompi_check_ucx_happy="yes"],

0 commit comments

Comments
 (0)