Skip to content

Commit 89dc706

Browse files
committed
utils/manpages: talk about numa[hbm]:X instead of hbm:X directly
hbm:X locations are still supported but the new numa[hbm]:X should be preferred. Signed-off-by: Brice Goglin <[email protected]>
1 parent 3ea7710 commit 89dc706

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

utils/hwloc/hwloc-bind.1in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ in account when looking for NUMA nodes in the input locations.
8888

8989
This option must be combined with NUMA node locations,
9090
such as \fI--hbm numa:1\fR for binding on the second HBM node.
91-
It may also be written as \fIhbm:1\fR.
91+
It may also be written as \fInuma[hbm]:1\fR.
9292
.TP
9393
\fB\-\-no\-hbm\fR
9494
Ignore high bandwidth memory nodes (Intel Xeon Phi MCDRAM)
@@ -297,7 +297,7 @@ To bind on the memory node local to a PU with largest capacity:
297297

298298
To bind memory on the first high-bandwidth memory node on Intel Xeon Phi:
299299

300-
$ hwloc-bind --membind hbm:0 -- echo hello
300+
$ hwloc-bind --membind numa[mcdram]:0 -- echo hello
301301
$ hwloc-bind --hbm --membind numa:0 -- echo hello
302302

303303
Note that binding the "echo" command to multiple processors is

utils/hwloc/hwloc.7in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ A set of processors and memory.
211211
A NUMA node; a set of processors around memory which the processors
212212
can directly access.
213213
.
214-
If \fBhbm\fR is used instead of \fBnumanode\fR in locations,
214+
If \fBnuma[hbm]\fR is used instead of \fBnumanode\fR in locations,
215215
command-line tools only consider high-bandwidth memory nodes such as Intel Xeon Phi MCDRAM.
216216
.
217217
.TP

0 commit comments

Comments
 (0)