OpenMPI  0.1.1
hwloc132.h
1 /*
2  * Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
3  *
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  *
10  * When this component is used, this file is included in the rest of
11  * the OPAL/ORTE/OMPI code base via opal/mca/event/event.h. As such,
12  * this header represents the public interface to this static component.
13  */
14 
15 #ifndef MCA_OPAL_HWLOC_HWLOC132_H
16 #define MCA_OPAL_HWLOC_HWLOC132_H
17 
18 #include "hwloc/include/hwloc.h"
19 
20 END_C_DECLS
21 
22 #endif /* MCA_OPAL_HWLOC_HWLOC132_H */
The hwloc API.