
http://www.open-mpi.org/community/lists/devel/2014/04/14496.php Revamp the opal database framework, including renaming it to "dstore" to reflect that it isn't a "database". Move the "db" framework to ORTE for now, soon to move to ORCM This commit was SVN r31557.
21 строка
479 B
Makefile
21 строка
479 B
Makefile
#
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
|
|
# Copyright (c) 2014 Intel, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
dist_ompidata_DATA += base/help-dstore-base.txt
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_dstore_la_SOURCES += \
|
|
base/dstore_base_frame.c \
|
|
base/dstore_base_select.c \
|
|
base/dstore_base_stubs.c
|