Open MPI logo

Portable Hardware Locality (hwloc) Documentation: v2.3.0

  |   Home   |   Support   |   FAQ   |  

#include <memattrs.h>

Data Structures

union  hwloc_location_u
 

Public Types

enum  hwloc_location_type_e { HWLOC_LOCATION_TYPE_OBJECT = 0, HWLOC_LOCATION_TYPE_CPUSET = 1 }
 

Data Fields

enum hwloc_location::hwloc_location_type_e type
 
union hwloc_location::hwloc_location_u location
 

Detailed Description

Where to measure attributes from.

Member Enumeration Documentation

◆ hwloc_location_type_e

Type of location.

Enumerator
HWLOC_LOCATION_TYPE_OBJECT 

Location is given as an object, in the location object union field.

HWLOC_LOCATION_TYPE_CPUSET 

Location is given as an cpuset, in the location cpuset union field.

Field Documentation

◆ location

union hwloc_location::hwloc_location_u hwloc_location::location

◆ type

enum hwloc_location::hwloc_location_type_e hwloc_location::type

The documentation for this struct was generated from the following file: