2011-04-26 13:31:07 +00:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
2011-09-19 16:10:37 +00:00
|
|
|
# This is the US/English help file for Open MPI's hwloc base support
|
2011-04-26 13:31:07 +00:00
|
|
|
#
|
|
|
|
[invalid policy]
|
|
|
|
WARNING: An invalid value was given for the
|
2011-09-19 16:10:37 +00:00
|
|
|
hwloc_base_general_alloc_policy MCA parameter. This MCA parameter
|
2011-04-26 13:31:07 +00:00
|
|
|
determines the policy used for general memory allocations. Note that
|
|
|
|
this parameter *only* has effect when MPI processes are bound to
|
2011-09-19 16:10:37 +00:00
|
|
|
specific processors.
|
2011-04-26 13:31:07 +00:00
|
|
|
|
|
|
|
The value provided was:
|
|
|
|
|
|
|
|
Local host: %s
|
|
|
|
PID: %d
|
|
|
|
Value: %s
|
|
|
|
|
|
|
|
Valid values are:
|
|
|
|
|
|
|
|
none: no memory binding policy is enforced
|
|
|
|
local_only: fail an allocation if it cannot be placed entirely on
|
|
|
|
the local NUMA node
|
|
|
|
|
|
|
|
Your job will now abort.
|
|
|
|
#
|
|
|
|
[mbind failure]
|
|
|
|
Open MPI failed to bind internal memory to a specific NUMA node. This
|
|
|
|
message will only be reported at most once per process.
|
|
|
|
|
|
|
|
Local host: %s
|
|
|
|
PID: %d
|
|
|
|
File: %s:%d
|
|
|
|
Message: %s
|
|
|
|
Severity: %s
|