OpenMPI  0.1.1
dpm_orte.h
1 /*
2  * Copyright (c) 2004-2005 The Trustees of Indiana University.
3  * All rights reserved.
4  * Copyright (c) 2004-2006 The Trustees of the University of Tennessee.
5  * All rights reserved.
6  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
7  * University of Stuttgart. All rights reserved.
8  * Copyright (c) 2004-2005 The Regents of the University of California.
9  * All rights reserved.
10  * Copyright (c) 2007 Los Alamos National Security, LLC. All rights
11  * reserved.
12  * $COPYRIGHT$
13  *
14  * Additional copyrights may follow
15  *
16  * $HEADER$
17  */
18 
19 #ifndef OMPI_DPM_ORTE_H
20 #define OMPI_DPM_ORTE_H
21 
22 #include "ompi_config.h"
23 
24 
25 #include "ompi/mca/dpm/dpm.h"
26 
27 BEGIN_C_DECLS
28 
29 /* access to module */
30 extern ompi_dpm_base_module_t ompi_dpm_orte_module;
31 
32 OMPI_MODULE_DECLSPEC extern ompi_dpm_base_component_t mca_dpm_orte_component;
33 
34 END_C_DECLS
35 
36 #endif /* OMPI_DPM_ORTE_H */
Structure for DPM modules.
Definition: dpm.h:148
Dynamic Process Management Interface.
Structure for DPM components.
Definition: dpm.h:183