OpenMPI  0.1.1
odls_process.h
1 /*
2  * Copyright (c) 2004-2005 The University of Tennessee and The University
3  * of Tennessee Research Foundation. All rights
4  * reserved.
5  * Copyright (c) 2004-2008 The Trustees of Indiana University.
6  * All rights reserved.
7  * $COPYRIGHT$
8  *
9  * Additional copyrights may follow
10  *
11  * $HEADER$
12  */
13 
14 #ifndef ORTE_ODLS_PROCESS_EXPORT_H
15 #define ORTE_ODLS_PROCESS_EXPORT_H
16 
17 #include "orte_config.h"
18 
19 #include "opal/mca/mca.h"
20 
21 #include "orte/mca/odls/odls.h"
22 
23 BEGIN_C_DECLS
24 /*
25  * Module open / close
26  */
27 int orte_odls_process_component_open(void);
28 int orte_odls_process_component_close(void);
29 int orte_odls_process_component_query(mca_base_module_t **module, int *priority);
30 
31 /*
32  * ODLS Process module
33  */
34 extern orte_odls_base_module_t orte_odls_process_module;
35 ORTE_MODULE_DECLSPEC extern orte_odls_base_component_t mca_odls_process_component;
36 
37 END_C_DECLS
38 
39 #endif /* ORTE_ODLS_PROCESS_EXPORT_H */
odls component
Definition: odls.h:111
Common type for all MCA modules.
Definition: mca.h:100
Top-level interface for all MCA components.
pls module version
Definition: odls.h:93
The OpenRTE Daemon's Local Launch Subsystem.