File tree Expand file tree Collapse file tree 5 files changed +36
-0
lines changed Expand file tree Collapse file tree 5 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,17 @@ you should combine with hwloc-calc:
4545\fB \-\- restrict \fR <cpuset>
4646Restrict the topology to the given cpuset.
4747This removes some PUs and their now-child-less parents.
48+
49+ Beware that restricting the PUs in a topology may change the
50+ logical indexes of many objects, including NUMA nodes.
4851.TP
4952\fB \-\- restrict \fR nodeset=<nodeset>
5053Restrict the topology to the given nodeset
5154(unless \fB \-\- restrict \- flags \fR specifies something different).
5255This removes some NUMA nodes and their now-child-less parents.
56+
57+ Beware that restricting the NUMA nodes in a topology may change the
58+ logical indexes of many objects, including PUs.
5359.TP
5460\fB \-\- restrict \- flags \fR <flags>
5561Enforce flags when restricting the topology.
Original file line number Diff line number Diff line change @@ -66,11 +66,17 @@ This removes some PUs and their now-child-less parents.
6666
6767This is useful when combining invocations to filter some objects
6868before selecting among them.
69+
70+ Beware that restricting the PUs in a topology may change the
71+ logical indexes of many objects, including NUMA nodes.
6972.TP
7073\fB \-\- restrict \fR nodeset=<nodeset>
7174Restrict the topology to the given nodeset
7275(unless \fB \-\- restrict \- flags \fR specifies something different).
7376This removes some NUMA nodes and their now-child-less parents.
77+
78+ Beware that restricting the NUMA nodes in a topology may change the
79+ logical indexes of many objects, including PUs.
7480.TP
7581\fB \-\- restrict \- flags \fR <flags>
7682Enforce flags when restricting the topology.
Original file line number Diff line number Diff line change @@ -84,11 +84,17 @@ and singlify CPU sets by keeping the last bit (instead of the first bit).
8484\fB \-\- restrict \fR <cpuset>
8585Restrict the topology to the given cpuset.
8686This removes some PUs and their now-child-less parents.
87+
88+ Beware that restricting the PUs in a topology may change the
89+ logical indexes of many objects, including NUMA nodes.
8790.TP
8891\fB \-\- restrict \fR nodeset=<nodeset>
8992Restrict the topology to the given nodeset
9093(unless \fB \-\- restrict \- flags \fR specifies something different).
9194This removes some NUMA nodes and their now-child-less parents.
95+
96+ Beware that restricting the NUMA nodes in a topology may change the
97+ logical indexes of many objects, including PUs.
9298.TP
9399\fB \-\- restrict \- flags \fR <flags>
94100Enforce flags when restricting the topology.
Original file line number Diff line number Diff line change @@ -129,17 +129,26 @@ Include objects disallowed by administrative limitations.
129129\fB \-\- restrict \fR <cpuset>
130130Restrict the topology to the given cpuset.
131131This removes some PUs and their now-child-less parents.
132+
133+ Beware that restricting the PUs in a topology may change the
134+ logical indexes of many objects, including NUMA nodes.
132135.TP
133136\fB \-\- restrict \fR nodeset=<nodeset>
134137Restrict the topology to the given nodeset
135138(unless \fB \-\- restrict \- flags \fR specifies something different).
136139This removes some NUMA nodes and their now-child-less parents.
140+
141+ Beware that restricting the NUMA nodes in a topology may change the
142+ logical indexes of many objects, including PUs.
137143.TP
138144\fB \-\- restrict \fR binding
139145Restrict the topology to the current process binding.
140146This option requires the use of the actual current machine topology
141147(or any other topology with \fB \-\- thissystem \fR or with
142148HWLOC_THISSYSTEM set to 1 in the environment).
149+
150+ Beware that restricting the topology may change the
151+ logical indexes of many objects, including PUs and NUMA nodes.
143152.TP
144153\fB \-\- restrict \- flags \fR <flags>
145154Enforce flags when restricting the topology.
Original file line number Diff line number Diff line change @@ -262,17 +262,26 @@ and bold font may be used to display PU boxes of different kinds.
262262\fB \-\- restrict \fR <cpuset>
263263Restrict the topology to the given cpuset.
264264This removes some PUs and their now-child-less parents.
265+
266+ Beware that restricting the PUs in a topology may change the
267+ logical indexes of many objects, including NUMA nodes.
265268.TP
266269\fB \-\- restrict \fR nodeset=<nodeset>
267270Restrict the topology to the given nodeset.
268271(unless \fB \-\- restrict \- flags \fR specifies something different).
269272This removes some NUMA nodes and their now-child-less parents.
273+
274+ Beware that restricting the NUMA nodes in a topology may change the
275+ logical indexes of many objects, including PUs.
270276.TP
271277\fB \-\- restrict \fR binding
272278Restrict the topology to the current process binding.
273279This option requires the use of the actual current machine topology
274280(or any other topology with \fB \-\- thissystem \fR or with
275281HWLOC_THISSYSTEM set to 1 in the environment).
282+
283+ Beware that restricting the topology may change the
284+ logical indexes of many objects, including PUs and NUMA nodes.
276285.TP
277286\fB \-\- restrict \- flags \fR <flags>
278287Enforce flags when restricting the topology.
You can’t perform that action at this time.
0 commit comments