1
1
openmpi/orte/mca/sds/base/Makefile.am
Ralph Castain 3288ce0462 Cleanup the SDS components and move some common code to the base.
Modify the seed and singleton SDS code so it returns the right local rank and num_local_procs.

This commit was SVN r14707.
2007-05-21 14:57:58 +00:00

31 строка
994 B
Makefile

#
# 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.
# 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$
#
# Additional copyrights may follow
#
# $HEADER$
#
headers += \
base/base.h
libmca_sds_la_SOURCES += \
base/sds_base_close.c \
base/sds_base_open.c \
base/sds_base_select.c \
base/sds_base_interface.c \
base/sds_base_orted_contact.c \
base/sds_base_universe.c \
base/sds_base_get.c \
base/sds_base_put.c