File: hwlocality_myriexpress.3

package info (click to toggle)
hwloc-contrib 1.10.0-1
  • links: PTS, VCS
  • area: contrib
  • in suites: jessie, jessie-kfreebsd
  • size: 15,604 kB
  • ctags: 6,628
  • sloc: ansic: 34,014; sh: 12,810; xml: 8,466; makefile: 1,614; sed: 9; php: 8
file content (39 lines) | stat: -rw-r--r-- 2,037 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
.TH "Interoperability with Myrinet Express" 3 "Tue Oct 7 2014" "Version 1.10.0" "Hardware Locality (hwloc)" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Interoperability with Myrinet Express \- 
.SS "Functions"

.in +1c
.ti -1c
.RI "static int \fBhwloc_mx_board_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology, unsigned id, \fBhwloc_cpuset_t\fP set)"
.br
.ti -1c
.RI "static int \fBhwloc_mx_endpoint_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology, mx_endpoint_t endpoint, \fBhwloc_cpuset_t\fP set)"
.br
.in -1c
.SH "Detailed Description"
.PP 
This interface offers ways to retrieve topology information about Myrinet Express hardware\&. 
.SH "Function Documentation"
.PP 
.SS "static int hwloc_mx_board_get_device_cpuset (\fBhwloc_topology_t\fPtopology, unsignedid, \fBhwloc_cpuset_t\fPset)\fC [inline]\fP, \fC [static]\fP"

.PP
Get the CPU set of logical processors that are physically close the MX board \fCid\fP\&. Return the CPU set describing the locality of the Myrinet Express board whose index is \fCid\fP\&.
.PP
Topology \fCtopology\fP and device \fCid\fP must match the local machine\&. I/O devices detection is not needed in the topology\&.
.PP
The function only returns the locality of the device\&. No additional information about the device is available\&. 
.SS "static int hwloc_mx_endpoint_get_device_cpuset (\fBhwloc_topology_t\fPtopology, mx_endpoint_tendpoint, \fBhwloc_cpuset_t\fPset)\fC [inline]\fP, \fC [static]\fP"

.PP
Get the CPU set of logical processors that are physically close the MX endpoint \fCendpoint\fP\&. Return the CPU set describing the locality of the Myrinet Express board that runs the MX endpoint \fCendpoint\fP\&.
.PP
Topology \fCtopology\fP and device \fCid\fP must match the local machine\&. I/O devices detection is not needed in the topology\&.
.PP
The function only returns the locality of the endpoint\&. No additional information about the endpoint or device is available\&. 
.SH "Author"
.PP 
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.