Skip to content

Commit e735593

Browse files
author
Sergey Oblomov
committed
UCX: added missing UCX libs to UCX detection
- added libs to non-default UCX location branch Signed-off-by: Sergey Oblomov <[email protected]>
1 parent c982645 commit e735593

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
@@ -46,7 +46,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[
4646
[ucp/api/ucp.h],
4747
[ucp],
4848
[ucp_cleanup],
49-
[],
49+
[-luct -lucm -lucs],
5050
[],
5151
[],
5252
[ompi_check_ucx_happy="yes"],

0 commit comments

Comments
 (0)