File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[
45
45
[OPAL_CHECK_PACKAGE([ompi_check_ucx],
46
46
[ucp/api/ucp.h],
47
47
[ucp],
48
- [ucp_cleanup ],
48
+ [ucp_ep_flush_nb ],
49
49
[],
50
50
[],
51
51
[],
@@ -77,7 +77,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[
77
77
OPAL_CHECK_PACKAGE([ompi_check_ucx],
78
78
[ucp/api/ucp.h],
79
79
[ucp],
80
- [ucp_cleanup ],
80
+ [ucp_ep_flush_nb ],
81
81
[],
82
82
[$ompi_check_ucx_dir ],
83
83
[$ompi_check_ucx_libdir ],
Original file line number Diff line number Diff line change 50
50
51
51
lib@OPAL_LIB_PREFIX@mca_common_ucx_la_SOURCES = \
52
52
$(headers ) $(sources )
53
+ lib@OPAL_LIB_PREFIX@mca_common_ucx_la_CFLAGS = \
54
+ $(common_ucx_CFLAGS )
55
+ lib@OPAL_LIB_PREFIX@mca_common_ucx_la_CPPFLAGS = \
56
+ $(common_ucx_CPPFLAGS )
53
57
lib@OPAL_LIB_PREFIX@mca_common_ucx_la_LDFLAGS = \
54
58
-version-info $(libmca_opal_common_ucx_so_version ) \
55
59
$(common_ucx_LDFLAGS )
@@ -58,6 +62,10 @@ lib@OPAL_LIB_PREFIX@mca_common_ucx_la_LIBADD = \
58
62
$(OMPI_TOP_BUILDDIR ) /opal/lib@OPAL_LIB_PREFIX@open-pal.la
59
63
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_SOURCES = \
60
64
$(headers ) $(sources )
65
+ lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_CFLAGS = \
66
+ $(common_ucx_CFLAGS )
67
+ lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_CPPFLAGS = \
68
+ $(common_ucx_CPPFLAGS )
61
69
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_LDFLAGS = \
62
70
$(common_ucx_LDFLAGS )
63
71
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_LIBADD = \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ AC_DEFUN([MCA_opal_common_ucx_CONFIG],[
23
23
[$2 ])
24
24
25
25
26
- # substitute in the things needed to build openib
26
+ # substitute in the things needed to build common_ucx
27
27
AC_SUBST([common_ucx_CFLAGS])
28
28
AC_SUBST([common_ucx_CPPFLAGS])
29
29
AC_SUBST([common_ucx_LDFLAGS])
You can’t perform that action at this time.
0 commit comments