2005-05-24 02:06:50 +04:00
|
|
|
#
|
2005-12-22 08:37:28 +03:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2009-04-24 20:39:33 +04:00
|
|
|
# Copyright (c) 2004-2009 High Performance Computing Center Stuttgart,
|
2005-12-22 08:37:28 +03:00
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-05-24 02:06:50 +04:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
2005-12-22 08:37:28 +03:00
|
|
|
# All rights reserved.
|
2009-08-10 16:46:20 +04:00
|
|
|
# Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
|
2010-09-18 03:04:06 +04:00
|
|
|
# Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
|
2012-02-24 06:13:33 +04:00
|
|
|
# Copyright (c) 2012 NVIDIA Corporation. All rights reserved.
|
2005-05-24 02:06:50 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2014-01-08 02:11:15 +04:00
|
|
|
dist_ompidata_DATA = \
|
2009-08-10 16:46:20 +04:00
|
|
|
help-mpi-pml-ob1.txt
|
|
|
|
|
2013-02-27 00:44:56 +04:00
|
|
|
EXTRA_DIST = post_configure.sh
|
2006-07-04 08:03:58 +04:00
|
|
|
|
2005-06-27 22:50:24 +04:00
|
|
|
ob1_sources = \
|
2005-05-24 02:06:50 +04:00
|
|
|
pml_ob1.c \
|
|
|
|
pml_ob1.h \
|
|
|
|
pml_ob1_comm.c \
|
2005-07-10 05:09:31 +04:00
|
|
|
pml_ob1_comm.h \
|
2005-05-24 02:06:50 +04:00
|
|
|
pml_ob1_component.c \
|
|
|
|
pml_ob1_component.h \
|
2005-07-10 05:09:31 +04:00
|
|
|
pml_ob1_hdr.h \
|
2005-05-24 02:06:50 +04:00
|
|
|
pml_ob1_iprobe.c \
|
|
|
|
pml_ob1_irecv.c \
|
|
|
|
pml_ob1_isend.c \
|
|
|
|
pml_ob1_progress.c \
|
2005-09-13 02:28:23 +04:00
|
|
|
pml_ob1_rdma.c \
|
|
|
|
pml_ob1_rdma.h \
|
2005-06-10 00:16:33 +04:00
|
|
|
pml_ob1_rdmafrag.c \
|
|
|
|
pml_ob1_rdmafrag.h \
|
2005-05-24 02:06:50 +04:00
|
|
|
pml_ob1_recvfrag.c \
|
|
|
|
pml_ob1_recvfrag.h \
|
|
|
|
pml_ob1_recvreq.c \
|
|
|
|
pml_ob1_recvreq.h \
|
|
|
|
pml_ob1_sendreq.c \
|
|
|
|
pml_ob1_sendreq.h \
|
|
|
|
pml_ob1_start.c
|
2005-06-27 22:50:24 +04:00
|
|
|
|
2012-02-24 06:13:33 +04:00
|
|
|
# If we have CUDA support requested, build the CUDA file also
|
2013-11-05 18:45:56 +04:00
|
|
|
if OPAL_cuda_support
|
2012-02-24 06:13:33 +04:00
|
|
|
ob1_sources += \
|
|
|
|
pml_ob1_cuda.c
|
|
|
|
endif
|
|
|
|
|
2010-09-18 03:04:06 +04:00
|
|
|
if MCA_BUILD_ompi_pml_ob1_DSO
|
2005-06-27 22:50:24 +04:00
|
|
|
component_noinst =
|
|
|
|
component_install = mca_pml_ob1.la
|
|
|
|
else
|
|
|
|
component_noinst = libmca_pml_ob1.la
|
|
|
|
component_install =
|
|
|
|
endif
|
|
|
|
|
2014-01-08 02:11:15 +04:00
|
|
|
mcacomponentdir = $(ompilibdir)
|
2005-06-27 22:50:24 +04:00
|
|
|
mcacomponent_LTLIBRARIES = $(component_install)
|
|
|
|
mca_pml_ob1_la_SOURCES = $(ob1_sources)
|
|
|
|
mca_pml_ob1_la_LDFLAGS = -module -avoid-version
|
|
|
|
|
2013-11-24 21:06:51 +04:00
|
|
|
if OPAL_cuda_support
|
|
|
|
mca_pml_ob1_la_LIBADD = \
|
|
|
|
$(top_ompi_builddir)/ompi/mca/common/cuda/libmca_common_cuda.la
|
|
|
|
endif
|
|
|
|
|
2005-06-27 22:50:24 +04:00
|
|
|
noinst_LTLIBRARIES = $(component_noinst)
|
|
|
|
libmca_pml_ob1_la_SOURCES = $(ob1_sources)
|
|
|
|
libmca_pml_ob1_la_LDFLAGS = -module -avoid-version
|