hwlocality_tinker(3) | Hardware Locality (hwloc) | hwlocality_tinker(3) |
hwlocality_tinker
enum hwloc_restrict_flags_e {
HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES,
HWLOC_RESTRICT_FLAG_ADAPT_MISC, HWLOC_RESTRICT_FLAG_ADAPT_IO }
hwloc_obj_t
hwloc_topology_insert_misc_object_by_cpuset (hwloc_topology_t
topology, hwloc_const_cpuset_t cpuset, const char *name)
hwloc_obj_t hwloc_topology_insert_misc_object_by_parent
(hwloc_topology_t topology, hwloc_obj_t parent, const char
*name)
int hwloc_topology_restrict (hwloc_topology_t restrict topology,
hwloc_const_cpuset_t cpuset, unsigned long flags)
Flags to be given to hwloc_topology_restrict().
Enumerator
Add a MISC object to the topology. A new MISC object will be created and inserted into the topology at the position given by bitmap cpuset. This offers a way to add new intermediate levels to the topology hierarchy.
cpuset and name will be copied to setup the new object attributes.
Returns:
NULL if the insertion conflicts with the existing topology tree.
Note:
Add a MISC object as a leaf of the topology. A new MISC object will be created and inserted into the topology at the position given by parent. It is appended to the list of existing children, without ever adding any intermediate hierarchy level. This is useful for annotating the topology without actually changing the hierarchy.
name will be copied to the setup the new object attributes. However, the new leaf object will not have any cpuset.
Returns:
Note:
Restrict the topology to the given CPU set. Topology topology is modified so as to remove all objects that are not included (or partially included) in the CPU set cpuset. All objects CPU and node sets are restricted accordingly.
flags is a OR'ed set of hwloc_restrict_flags_e.
Note:
Returns:
-1 with errno set to EINVAL if the input cpuset is invalid. The topology is not modified in this case.
-1 with errno set to ENOMEM on failure to allocate internal data. The topology is reinitialized in this case. It should be either destroyed with hwloc_topology_destroy() or configured and loaded again.
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.
Fri Feb 8 2019 | Version 1.11.12 |