|  | 
        
          | 
      
      
        
          | 
Get allowed node set.  Returnsthe node set of allowed memory of the system. If the topology is the result of a combination of several systems, NULL is returned.
 NoteThe 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. 
 
Get complete node set.  Returnsthe complete node set of memory of the system. If the topology is the result of a combination of several systems, NULL is returned.
 NoteThe 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. 
 
Get topology node set.  Returnsthe 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.
 NoteThe 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. 
 |  |  |