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