9db4542c2b
maffinity_base_bind_failure_action MCA params to the hwloc base (hwloc_base_alloc_polocy and hwloc_base_bind_failure_action). Since these MCA parameters were never on a release branch, I'm just moving/renaming them outright and not leaving aliases to the old names. Note that some upper layer needs to call opal_hwloc_base_set_process_membind_policy() to set the set-by-MCA-param process-wide memory affinity policy. We can't do this automatically during hwloc_base_open() because, for reasons described elsewhere, opal_hwloc_topology is not automatically filled during hwloc_base_open() (in short: potential scalability issues when launching many MPI processes simultaneously on a single machine, for example). This commit was SVN r25156.
26 строки
456 B
Makefile
26 строки
456 B
Makefile
#
|
|
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
EXTRA_DIST = base/.windows
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_hwloc_la_SOURCES += \
|
|
base/hwloc_base_close.c \
|
|
base/hwloc_base_open.c
|
|
|
|
if OPAL_HAVE_HWLOC
|
|
libmca_hwloc_la_SOURCES += \
|
|
base/hwloc_base_dt.c \
|
|
base/hwloc_base_util.c \
|
|
base/hwloc_base_proc_mempolicy.c
|
|
endif
|
|
|