Portable Hardware Locality (hwloc) Documentation: v1.6.1
|
Home
|
Support
|
FAQ
|
About
Publications
Open MPI Team
FAQ
Videos
Open MPI Software
Download
Documentation
Source Code Access
Bug Tracking
Regression Testing
Version Information
Sub-Projects
Hardware Locality
Download v1.7 (stable)
Download v1.6 (old)
Download v1.5 (older)
Download v1.4 (older)
Download v1.3 (ancient)
Download v1.2 (ancient)
Download v1.1 (ancient)
Download v1.0 (jurassic)
Download v0.9 (big-bang)
Documentation
License
Mailing lists
Bug tracking
Subversion access
Nightly snapshots
MPI Testing Tool
Portable Linux Processor Affinity
Open MPI User Docs
Open Tool for Parameter Optimization
Community
Mailing Lists
Getting Help/Support
Contribute
Mirrors
Contact
License
Main Page
Related Pages
Modules
Data Structures
include
hwloc
linux.h
1
/*
2
* Copyright © 2009 CNRS
3
* Copyright © 2009-2010 inria. All rights reserved.
4
* Copyright © 2009-2011 Université Bordeaux 1
5
* See COPYING in top-level directory.
6
*/
7
15
#ifndef HWLOC_LINUX_H
16
#define HWLOC_LINUX_H
17
18
#include <hwloc.h>
19
#include <stdio.h>
20
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
40
HWLOC_DECLSPEC
int
hwloc_linux_parse_cpumap_file
(FILE *file,
hwloc_cpuset_t
set
);
41
47
HWLOC_DECLSPEC
int
hwloc_linux_set_tid_cpubind
(
hwloc_topology_t
topology, pid_t tid,
hwloc_const_cpuset_t
set
);
48
54
HWLOC_DECLSPEC
int
hwloc_linux_get_tid_cpubind
(
hwloc_topology_t
topology, pid_t tid,
hwloc_cpuset_t
set
);
55
59
#ifdef __cplusplus
60
}
/* extern "C" */
61
#endif
62
63
64
#endif
/* HWLOC_GLIBC_SCHED_H */
Indiana University (Main Open MPI server)
This site is located in: Bloomington, IN, USA
Page last modified: 17-Jan-2013
©2004-2013 The Open MPI Project