1
1

hwloc base: Remove unused help messages.

These type of help messages are now displayed by the MCA var system
itself (via enumerated values).

This commit was SVN r31320.
Этот коммит содержится в:
Jeff Squyres 2014-04-07 15:39:29 +00:00
родитель d47f88fb88
Коммит 37d4c22912

Просмотреть файл

@ -10,49 +10,6 @@
#
# This is the US/English help file for Open MPI's hwloc base support
#
[invalid mem_alloc_policy]
WARNING: An invalid value was given for the
hwloc_base_general_alloc_policy MCA parameter. This MCA parameter
determines the policy used for general memory allocations. Note that
this parameter *only* has effect when MPI processes are bound to
specific processors.
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.
#
[invalid mem_bind_failure_action]
WARNING: An invalid value was given for the
hwloc_base_mem_bind_failure_action MCA parameter. This MCA parameter
determines what happens when memory fails to bind to a specific
locale. Note that this parameter *only* has effect when MPI processes
are bound to specific processors.
The value provided was:
Local host: %s
PID: %d
Value: %s
Valid values are:
silent: do not print a warning, and continue the job (possibly
with lower-than-expected performance)
warn: print a warning, but continue the job
error: print a warning and abort the job
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.