Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hwloc_topology_get_complete_nodeset(3) [debian man page]

Nodeset Helpers(3)					     Hardware Locality (hwloc)						Nodeset Helpers(3)

NAME
Nodeset Helpers - Functions static inline hwloc_const_nodeset_t hwloc_topology_get_complete_nodeset (hwloc_topology_t topology) " static inline hwloc_const_nodeset_t hwloc_topology_get_topology_nodeset (hwloc_topology_t topology) " static inline hwloc_const_nodeset_t hwloc_topology_get_allowed_nodeset (hwloc_topology_t topology) " Function Documentation static inline hwloc_const_nodeset_t hwloc_topology_get_allowed_nodeset (hwloc_topology_ttopology) [static] Get allowed node set. Returns: the node set of allowed memory of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The returned nodeset is not newly allocated and should thus not be changed or freed, hwloc_nodeset_dup must be used to obtain a local copy. static inline hwloc_const_nodeset_t hwloc_topology_get_complete_nodeset (hwloc_topology_ttopology) [static] Get complete node set. Returns: the complete node set of memory of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The returned nodeset is not newly allocated and should thus not be changed or freed; hwloc_nodeset_dup must be used to obtain a local copy. static inline hwloc_const_nodeset_t hwloc_topology_get_topology_nodeset (hwloc_topology_ttopology) [static] Get topology node set. Returns: the node set of memory of the system for which hwloc provides topology information. This is equivalent to the nodeset of the system object. If the topology is the result of a combination of several systems, NULL is returned. Note: The returned nodeset is not newly allocated and should thus not be changed or freed; hwloc_nodeset_dup must be used to obtain a local copy. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.4.1 Mon Feb 27 2012 Nodeset Helpers(3)

Check Out this Related Man Page

Nodeset Helpers(3)					     Hardware Locality (hwloc)						Nodeset Helpers(3)

NAME
Nodeset Helpers - Functions static inline hwloc_const_nodeset_t hwloc_topology_get_complete_nodeset (hwloc_topology_t topology) " static inline hwloc_const_nodeset_t hwloc_topology_get_topology_nodeset (hwloc_topology_t topology) " static inline hwloc_const_nodeset_t hwloc_topology_get_allowed_nodeset (hwloc_topology_t topology) " Function Documentation static inline hwloc_const_nodeset_t hwloc_topology_get_allowed_nodeset (hwloc_topology_ttopology) [static] Get allowed node set. Returns: the node set of allowed memory of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The returned nodeset is not newly allocated and should thus not be changed or freed, hwloc_nodeset_dup must be used to obtain a local copy. static inline hwloc_const_nodeset_t hwloc_topology_get_complete_nodeset (hwloc_topology_ttopology) [static] Get complete node set. Returns: the complete node set of memory of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The returned nodeset is not newly allocated and should thus not be changed or freed; hwloc_nodeset_dup must be used to obtain a local copy. static inline hwloc_const_nodeset_t hwloc_topology_get_topology_nodeset (hwloc_topology_ttopology) [static] Get topology node set. Returns: the node set of memory of the system for which hwloc provides topology information. This is equivalent to the nodeset of the system object. If the topology is the result of a combination of several systems, NULL is returned. Note: The returned nodeset is not newly allocated and should thus not be changed or freed; hwloc_nodeset_dup must be used to obtain a local copy. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.4.1 Mon Feb 27 2012 Nodeset Helpers(3)
Man Page