create and destroy topologies(3)

NAME

Create and Destroy Topologies
Functions
int hwloc_topology_init (hwloc_topology_t *topologyp)
Allocate a topology context.
int hwloc_topology_load (hwloc_topology_t topology)
Build the actual topology.
void hwloc_topology_destroy (hwloc_topology_t topology)
Terminate and free a topology context.
void hwloc_topology_check (hwloc_topology_t topology)
Run internal checks on a topology structure.

Function Documentation

void hwloc_topology_check (hwloc_topology_t topology)
Run internal checks on a topology structure. Parameters:
topology is the topology to be checked
void hwloc_topology_destroy (hwloc_topology_t topology)
Terminate and free a topology context. Parameters:
topology is the topology to be freed
int hwloc_topology_init (hwloc_topology_t * topologyp)
Allocate a topology context. Parameters:
topologyp is assigned a pointer to the new allocated context.
Returns:
0 on success, -1 on error.
int hwloc_topology_load (hwloc_topology_t topology)
Build the actual topology. Build the actual topology once initialized
with hwloc_topology_init() and tuned with hwlocality_configuration routine. No other routine may be called earlier using this topology
context.
Parameters:
topology is the topology to be loaded with objects.
Returns:
0 on success, -1 on error.
See also:
Configure Topology Detection

Author

Generated automatically by Doxygen for Hardware Locality (hwloc) from
the source code.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout