1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
.TH "hwloc_topology_discovery_support" 3 "Thu Feb 11 2021" "Version 2.4.1" "Hardware Locality (hwloc)" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hwloc_topology_discovery_support
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <hwloc\&.h>\fP
.SS "Data Fields"
.in +1c
.ti -1c
.RI "unsigned char \fBpu\fP"
.br
.ti -1c
.RI "unsigned char \fBnuma\fP"
.br
.ti -1c
.RI "unsigned char \fBnuma_memory\fP"
.br
.ti -1c
.RI "unsigned char \fBdisallowed_pu\fP"
.br
.ti -1c
.RI "unsigned char \fBdisallowed_numa\fP"
.br
.ti -1c
.RI "unsigned char \fBcpukind_efficiency\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
Flags describing actual discovery support for this topology\&.
.SH "Field Documentation"
.PP
.SS "unsigned char hwloc_topology_discovery_support::cpukind_efficiency"
.PP
Detecting the efficiency of CPU kinds is supported, see \fBKinds of CPU cores\fP\&.
.SS "unsigned char hwloc_topology_discovery_support::disallowed_numa"
.PP
Detecting and identifying NUMA nodes that are not available to the current process is supported\&.
.SS "unsigned char hwloc_topology_discovery_support::disallowed_pu"
.PP
Detecting and identifying PU objects that are not available to the current process is supported\&.
.SS "unsigned char hwloc_topology_discovery_support::numa"
.PP
Detecting the number of NUMA nodes is supported\&.
.SS "unsigned char hwloc_topology_discovery_support::numa_memory"
.PP
Detecting the amount of memory in NUMA nodes is supported\&.
.SS "unsigned char hwloc_topology_discovery_support::pu"
.PP
Detecting the number of PU objects is supported\&.
.SH "Author"
.PP
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.
|