1
1

Add a little more info to the warning message - i.e., that the likely cause of the problem is missing libnumactl and/or libnumactl-devel

cmr=v1.8.2:reviewer=miked:subject=improve memory binding failure message

This commit was SVN r32030.
Этот коммит содержится в:
Ralph Castain 2014-06-18 19:20:28 +00:00
родитель baeae72370
Коммит 65275d6326

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

@ -154,6 +154,8 @@ A request was made to bind a process, but at least one node does NOT
support binding processes to cpus.
Node: %s
This usually is due to not having libnumactl and libnumactl-devel
installed on the node.
#
[rmaps:membind-not-supported]
WARNING: a request was made to bind a process. While the system
@ -162,8 +164,9 @@ support binding memory to the process location.
Node: %s
This is a warning only; your job will continue, though performance may
be degraded.
This usually is due to not having libnumactl and libnumactl-devel
installed on the node. This is a warning only; your job will continue,
though performance may be degraded.
#
[rmaps:membind-not-supported-fatal]
A request was made to bind a process. While the system
@ -172,8 +175,9 @@ support binding memory to the process location.
Node: %s
The provided memory binding policy requires that we abort the
job at this time.
This usually is due to not having libnumactl and libnumactl-devel
installed on the node. The provided memory binding policy requires
that we abort the job at this time.
#
[rmaps:no-bindable-objects]
No bindable objects of the specified type were available