File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ in account when looking for NUMA nodes in the input locations.
88
88
89
89
This option must be combined with NUMA node locations,
90
90
such as \fI --hbm numa:1 \fR for binding on the second HBM node.
91
- It may also be written as \fI hbm :1\fR .
91
+ It may also be written as \fI numa[hbm] :1\fR .
92
92
.TP
93
93
\fB \-\- no \- hbm \fR
94
94
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:
297
297
298
298
To bind memory on the first high-bandwidth memory node on Intel Xeon Phi:
299
299
300
- $ hwloc-bind --membind hbm :0 -- echo hello
300
+ $ hwloc-bind --membind numa[mcdram] :0 -- echo hello
301
301
$ hwloc-bind --hbm --membind numa:0 -- echo hello
302
302
303
303
Note that binding the "echo" command to multiple processors is
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ A set of processors and memory.
211
211
A NUMA node; a set of processors around memory which the processors
212
212
can directly access.
213
213
.
214
- If \fB hbm \fR is used instead of \fB numanode \fR in locations,
214
+ If \fB numa[hbm] \fR is used instead of \fB numanode \fR in locations,
215
215
command-line tools only consider high-bandwidth memory nodes such as Intel Xeon Phi MCDRAM.
216
216
.
217
217
.TP
You can’t perform that action at this time.
0 commit comments