table of contents
Create and Destroy Topologies(3) | Hardware Locality (hwloc) | Create and Destroy Topologies(3) |
NAME¶
Create and Destroy Topologies -
Functions¶
int hwloc_topology_init (hwloc_topology_t
*topologyp)
int hwloc_topology_load (hwloc_topology_t topology)
void hwloc_topology_destroy (hwloc_topology_t topology)
void hwloc_topology_check (hwloc_topology_t topology)
Detailed Description¶
Function Documentation¶
void hwloc_topology_check (hwloc_topology_ttopology)¶
Run internal checks on a topology structure. The program aborts if an inconsistency is detected in the given topology.
Parameters:
Note:
The input topology should have been previously loaded with hwloc_topology_load().
void hwloc_topology_destroy (hwloc_topology_ttopology)¶
Terminate and free a topology context. Parameters:
int hwloc_topology_init (hwloc_topology_t *topologyp)¶
Allocate a topology context. Parameters:
Returns:
int hwloc_topology_load (hwloc_topology_ttopology)¶
Build the actual topology. Build the actual topology once initialized with hwloc_topology_init() and tuned with Configure Topology Detection routines. No other routine may be called earlier using this topology context.
Parameters:
Returns:
See Also:
Author¶
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.
Mon Jul 30 2012 | Version 1.5 |