OpenMPI
0.1.1
|
Functions | |
static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure | hwloc_topology_get_complete_cpuset (hwloc_topology_t topology) |
Get complete CPU set. More... | |
static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure | hwloc_topology_get_topology_cpuset (hwloc_topology_t topology) |
Get topology CPU set. More... | |
static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure | hwloc_topology_get_online_cpuset (hwloc_topology_t topology) |
Get online CPU set. More... | |
static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure | hwloc_topology_get_allowed_cpuset (hwloc_topology_t topology) |
Get allowed CPU set. More... | |
|
static |
Get allowed CPU set.
References hwloc_obj::allowed_cpuset, and hwloc_get_root_obj().
|
static |
Get complete CPU set.
References hwloc_obj::complete_cpuset, and hwloc_get_root_obj().
Referenced by hwloc_cpuset_from_linux_libnuma_bitmask(), hwloc_cpuset_from_linux_libnuma_ulongs(), hwloc_cuda_get_device_cpuset(), hwloc_cudart_get_device_cpuset(), hwloc_ibv_get_device_cpuset(), and hwloc_mx_board_get_device_cpuset().
|
static |
Get online CPU set.
References hwloc_get_root_obj(), and hwloc_obj::online_cpuset.
|
static |
Get topology CPU set.
References hwloc_obj::cpuset, and hwloc_get_root_obj().