MCA/COMMON/UCX: fixed build scripts
- updated evaluation of UCX lib - used call from UCX v1.3 - updated makefile compilation flags Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
Этот коммит содержится в:
родитель
4c230683e7
Коммит
1223b05811
@ -45,7 +45,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[
|
||||
[OPAL_CHECK_PACKAGE([ompi_check_ucx],
|
||||
[ucp/api/ucp.h],
|
||||
[ucp],
|
||||
[ucp_cleanup],
|
||||
[ucp_ep_flush_nb],
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
@ -77,7 +77,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[
|
||||
OPAL_CHECK_PACKAGE([ompi_check_ucx],
|
||||
[ucp/api/ucp.h],
|
||||
[ucp],
|
||||
[ucp_cleanup],
|
||||
[ucp_ep_flush_nb],
|
||||
[],
|
||||
[$ompi_check_ucx_dir],
|
||||
[$ompi_check_ucx_libdir],
|
||||
|
@ -50,6 +50,10 @@ endif
|
||||
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_la_SOURCES = \
|
||||
$(headers) $(sources)
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_la_CFLAGS = \
|
||||
$(common_ucx_CFLAGS)
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_la_CPPFLAGS = \
|
||||
$(common_ucx_CPPFLAGS)
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_la_LDFLAGS = \
|
||||
-version-info $(libmca_opal_common_ucx_so_version) \
|
||||
$(common_ucx_LDFLAGS)
|
||||
@ -58,6 +62,10 @@ lib@OPAL_LIB_PREFIX@mca_common_ucx_la_LIBADD = \
|
||||
$(OMPI_TOP_BUILDDIR)/opal/lib@OPAL_LIB_PREFIX@open-pal.la
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_SOURCES = \
|
||||
$(headers) $(sources)
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_CFLAGS = \
|
||||
$(common_ucx_CFLAGS)
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_CPPFLAGS = \
|
||||
$(common_ucx_CPPFLAGS)
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_LDFLAGS = \
|
||||
$(common_ucx_LDFLAGS)
|
||||
lib@OPAL_LIB_PREFIX@mca_common_ucx_noinst_la_LIBADD = \
|
||||
|
@ -23,7 +23,7 @@ AC_DEFUN([MCA_opal_common_ucx_CONFIG],[
|
||||
[$2])
|
||||
|
||||
|
||||
# substitute in the things needed to build openib
|
||||
# substitute in the things needed to build common_ucx
|
||||
AC_SUBST([common_ucx_CFLAGS])
|
||||
AC_SUBST([common_ucx_CPPFLAGS])
|
||||
AC_SUBST([common_ucx_LDFLAGS])
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user