File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2632,8 +2632,15 @@ enum hwloc_restrict_flags_e {
2632
2632
* are not included (or partially included) in the CPU set \p set.
2633
2633
* All objects CPU and node sets are restricted accordingly.
2634
2634
*
2635
+ * By default, \p set is a CPU set. It means that the set of PUs in
2636
+ * the topology is restricted. Once some PUs got removed, their parents
2637
+ * may also get removed recursively if they became child-less.
2638
+ *
2635
2639
* If ::HWLOC_RESTRICT_FLAG_BYNODESET is passed in \p flags,
2636
2640
* \p set is considered a nodeset instead of a CPU set.
2641
+ * It means that the set of NUMA nodes in the topology is restricted
2642
+ * (instead of PUs). Once some NUMA nodes got removed, their parents
2643
+ * may also get removed recursively if they became child-less.
2637
2644
*
2638
2645
* \p flags is a OR'ed set of ::hwloc_restrict_flags_e.
2639
2646
*
You can’t perform that action at this time.
0 commit comments