Skip to content

Commit b83ad04

Browse files
authored
Merge pull request #5666 from hoopoepg/topic/missing-ucp-deps
UCX: added missing UCX libs to UCX detection
2 parents 9a514c6 + e735593 commit b83ad04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/ompi_check_ucx.m4

Lines changed: 2 additions & 2 deletions
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"],
@@ -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)