File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2637,6 +2637,10 @@ enum hwloc_restrict_flags_e {
2637
2637
*
2638
2638
* \p flags is a OR'ed set of ::hwloc_restrict_flags_e.
2639
2639
*
2640
+ * \note Restricting the topology removes some locality information,
2641
+ * hence the remaining objects may get reordered (including PUs and NUMA nodes),
2642
+ * and their logical indexes may change.
2643
+ *
2640
2644
* \note This call may not be reverted by restricting back to a larger
2641
2645
* set. Once dropped during restriction, objects may not be brought
2642
2646
* back, except by loading another topology with hwloc_topology_load().
@@ -2765,6 +2769,10 @@ HWLOC_DECLSPEC hwloc_obj_t hwloc_topology_alloc_group_object(hwloc_topology_t to
2765
2769
* as \c 0xffffffff to tell hwloc that this new Group should always
2766
2770
* be discarded in favor of any existing Group with the same locality.
2767
2771
*
2772
+ * \note Inserting a group adds some locality information to the topology,
2773
+ * hence the existing objects may get reordered (including PUs and NUMA nodes),
2774
+ * and their logical indexes may change.
2775
+ *
2768
2776
* \return The inserted object if it was properly inserted.
2769
2777
*
2770
2778
* \return An existing object if the Group was merged or discarded
You can’t perform that action at this time.
0 commit comments