centos man page for hwloc_distances_s

Query: hwloc_distances_s

OS: centos

Section: 3

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

hwloc_distances_s(3)					     Hardware Locality (hwloc)					      hwloc_distances_s(3)

NAME
hwloc_distances_s -
SYNOPSIS
#include <hwloc.h> Data Fields unsigned relative_depth unsigned nbobjs float * latency float latency_max float latency_base Detailed Description Distances between objects. One object may contain a distance structure describing distances between all its descendants at a given relative depth. If the containing object is the root object of the topology, then the distances are available for all objects in the machine. If the latency pointer is not NULL, the pointed array contains memory latencies (non-zero values), as defined by the ACPI SLIT specification. In the future, some other types of distances may be considered. In these cases, latency may be NULL. Field Documentation float* hwloc_distances_s::latency Matrix of latencies between objects, stored as a one-dimension array. May be NULL if the distances considered here are not latencies. Values are normalized to get 1.0 as the minimal value in the matrix. Latency from i-th to j-th object is stored in slot i*nbobjs+j. float hwloc_distances_s::latency_base The multiplier that should be applied to latency matrix to retrieve the original OS-provided latencies. Usually 10 on Linux since ACPI SLIT uses 10 for local latency. float hwloc_distances_s::latency_max The maximal value in the latency matrix. unsigned hwloc_distances_s::nbobjs Number of objects considered in the matrix. It is the number of descendant objects at relative_depth below the containing object. It corresponds to the result of hwloc_get_nbobjs_inside_cpuset_by_depth. unsigned hwloc_distances_s::relative_depth Relative depth of the considered objects below the object containing this distance information. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.7 Sun Apr 7 2013 hwloc_distances_s(3)
Related Man Pages
hwloc_get_whole_distance_matrix_by_depth(3) - debian
hwloc_obj(3) - debian
hwlocality_distances(3) - debian
hwloc_get_distance_matrix_covering_obj_by_depth(3) - centos
hwlocality_distances(3) - centos
Similar Topics in the Unix Linux Community
Effects of Latency on Telepresence
Assign NULL to stream objects
Finding range of values in an array
Determining typing latency
Eliminating sequences based on Distances