
This is a runtime interposition project that sits between the OMPI and ORTE layers in Open MPI. The project is described on the wiki: https://svn.open-mpi.org/trac/ompi/wiki/Runtime_Interposition And on this email thread: http://www.open-mpi.org/community/lists/devel/2012/06/11109.php This commit was SVN r26670.
35 строки
1.1 KiB
Makefile
35 строки
1.1 KiB
Makefile
#
|
|
# Copyright (c) 2004-2007 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.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
dist_pkgdata_DATA = base/help-ompi-dpm-base.txt
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_dpm_la_SOURCES += \
|
|
base/dpm_base_open.c \
|
|
base/dpm_base_close.c \
|
|
base/dpm_base_select.c \
|
|
base/dpm_base_null_fns.c
|
|
|
|
if ORCA_WITH_FULL_ORTE_SUPPORT
|
|
libmca_dpm_la_SOURCES += \
|
|
base/dpm_base_common_fns.c
|
|
endif
|