ae90412098
Remove a set of functions that were only used by ORTE as they are no longer required. We can probably remove more of them with a little cleanup in the rest of the code. Signed-off-by: Ralph Castain <rhc@pmix.org>
21 строка
416 B
Makefile
21 строка
416 B
Makefile
#
|
|
# Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2015-2020 Intel, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
dist_opaldata_DATA = base/help-opal-hwloc-base.txt
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_hwloc_la_SOURCES += \
|
|
base/hwloc_base_frame.c \
|
|
base/hwloc_base_util.c \
|
|
base/hwloc_base_maffinity.c
|
|
|