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:
45
45
\fB \-\- restrict \fR <cpuset>
46
46
Restrict the topology to the given cpuset.
47
47
This 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.
48
51
.TP
49
52
\fB \-\- restrict \fR nodeset=<nodeset>
50
53
Restrict the topology to the given nodeset
51
54
(unless \fB \-\- restrict \- flags \fR specifies something different).
52
55
This 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.
53
59
.TP
54
60
\fB \-\- restrict \- flags \fR <flags>
55
61
Enforce 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.
66
66
67
67
This is useful when combining invocations to filter some objects
68
68
before 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.
69
72
.TP
70
73
\fB \-\- restrict \fR nodeset=<nodeset>
71
74
Restrict the topology to the given nodeset
72
75
(unless \fB \-\- restrict \- flags \fR specifies something different).
73
76
This 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.
74
80
.TP
75
81
\fB \-\- restrict \- flags \fR <flags>
76
82
Enforce 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).
84
84
\fB \-\- restrict \fR <cpuset>
85
85
Restrict the topology to the given cpuset.
86
86
This 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.
87
90
.TP
88
91
\fB \-\- restrict \fR nodeset=<nodeset>
89
92
Restrict the topology to the given nodeset
90
93
(unless \fB \-\- restrict \- flags \fR specifies something different).
91
94
This 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.
92
98
.TP
93
99
\fB \-\- restrict \- flags \fR <flags>
94
100
Enforce 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.
129
129
\fB \-\- restrict \fR <cpuset>
130
130
Restrict the topology to the given cpuset.
131
131
This 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.
132
135
.TP
133
136
\fB \-\- restrict \fR nodeset=<nodeset>
134
137
Restrict the topology to the given nodeset
135
138
(unless \fB \-\- restrict \- flags \fR specifies something different).
136
139
This 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.
137
143
.TP
138
144
\fB \-\- restrict \fR binding
139
145
Restrict the topology to the current process binding.
140
146
This option requires the use of the actual current machine topology
141
147
(or any other topology with \fB \-\- thissystem \fR or with
142
148
HWLOC_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.
143
152
.TP
144
153
\fB \-\- restrict \- flags \fR <flags>
145
154
Enforce 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.
262
262
\fB \-\- restrict \fR <cpuset>
263
263
Restrict the topology to the given cpuset.
264
264
This 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.
265
268
.TP
266
269
\fB \-\- restrict \fR nodeset=<nodeset>
267
270
Restrict the topology to the given nodeset.
268
271
(unless \fB \-\- restrict \- flags \fR specifies something different).
269
272
This 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.
270
276
.TP
271
277
\fB \-\- restrict \fR binding
272
278
Restrict the topology to the current process binding.
273
279
This option requires the use of the actual current machine topology
274
280
(or any other topology with \fB \-\- thissystem \fR or with
275
281
HWLOC_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.
276
285
.TP
277
286
\fB \-\- restrict \- flags \fR <flags>
278
287
Enforce flags when restricting the topology.
You can’t perform that action at this time.
0 commit comments