.TH "Interoperability with Myrinet Express" 3 "Sun Nov 2 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\&.