File: hwlocality_disc_components.3

package info (click to toggle)
hwloc 1.11.12-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,088 kB
  • sloc: ansic: 39,703; xml: 7,505; sh: 5,885; makefile: 1,684; php: 8; sed: 4
file content (59 lines) | stat: -rw-r--r-- 1,477 bytes parent folder | download | duplicates (2)
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
.TH "hwlocality_disc_components" 3 "Thu Dec 13 2018" "Version 1.11.12" "Hardware Locality (hwloc)" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hwlocality_disc_components
.SH SYNOPSIS
.br
.PP
.SS "Data Structures"

.in +1c
.ti -1c
.RI "struct \fBhwloc_disc_component\fP"
.br
.in -1c
.SS "Typedefs"

.in +1c
.ti -1c
.RI "typedef enum \fBhwloc_disc_component_type_e\fP \fBhwloc_disc_component_type_t\fP"
.br
.in -1c
.SS "Enumerations"

.in +1c
.ti -1c
.RI "enum \fBhwloc_disc_component_type_e\fP { \fBHWLOC_DISC_COMPONENT_TYPE_CPU\fP, \fBHWLOC_DISC_COMPONENT_TYPE_GLOBAL\fP, \fBHWLOC_DISC_COMPONENT_TYPE_MISC\fP }"
.br
.in -1c
.SH "Detailed Description"
.PP 

.SH "Typedef Documentation"
.PP 
.SS "typedef enum \fBhwloc_disc_component_type_e\fP  \fBhwloc_disc_component_type_t\fP"

.PP
Discovery component type\&. 
.SH "Enumeration Type Documentation"
.PP 
.SS "enum \fBhwloc_disc_component_type_e\fP"

.PP
Discovery component type\&. 
.PP
\fBEnumerator\fP
.in +1c
.TP
\fB\fIHWLOC_DISC_COMPONENT_TYPE_CPU \fP\fP
CPU-only discovery through the OS, or generic no-OS support\&. 
.TP
\fB\fIHWLOC_DISC_COMPONENT_TYPE_GLOBAL \fP\fP
xml, synthetic or custom, platform-specific components such as bgq\&. Anything the discovers CPU and everything else\&. No misc backend is expected to complement a global component\&. 
.TP
\fB\fIHWLOC_DISC_COMPONENT_TYPE_MISC \fP\fP
OpenCL, Cuda, etc\&. 
.SH "Author"
.PP 
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.