Need to install the mpool_rdma.h so that we can build external BTLs that
use the RDMA protocol This commit was SVN r16237.
Этот коммит содержится в:
родитель
069e6dc4a0
Коммит
56e26ed390
@ -23,10 +23,17 @@
|
|||||||
AM_CPPFLAGS = $(mpool_rdma_CPPFLAGS)
|
AM_CPPFLAGS = $(mpool_rdma_CPPFLAGS)
|
||||||
|
|
||||||
sources = \
|
sources = \
|
||||||
mpool_rdma.h \
|
|
||||||
mpool_rdma_module.c \
|
mpool_rdma_module.c \
|
||||||
mpool_rdma_component.c
|
mpool_rdma_component.c
|
||||||
|
|
||||||
|
if WANT_INSTALL_HEADERS
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/mpool/rdma
|
||||||
|
ompi_HEADERS = mpool_rdma.h
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
|
ompi_HEADERS =
|
||||||
|
endif
|
||||||
|
|
||||||
# Make the output library in this directory, and name it either
|
# Make the output library in this directory, and name it either
|
||||||
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
|
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
|
||||||
# (for static builds).
|
# (for static builds).
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user