OpenMPI  0.1.1
pubsub_pmi.h
1 /*
2  * Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
3  * $COPYRIGHT$
4  *
5  * Additional copyrights may follow
6  *
7  * $HEADER$
8  */
9 
10 #ifndef OMPI_PUBSUB_PMI_H
11 #define OMPI_PUBSUB_PMI_H
12 
13 #include "ompi_config.h"
14 
15 #include "orte/types.h"
16 
17 #include "ompi/mca/pubsub/pubsub.h"
18 
19 BEGIN_C_DECLS
20 
21 /* access to module */
22 extern ompi_pubsub_base_module_t ompi_pubsub_pmi_module;
23 
24 /* access to component */
25 OMPI_MODULE_DECLSPEC extern ompi_pubsub_base_component_t mca_pubsub_pmi_component;
26 
27 END_C_DECLS
28 
29 #endif /* OMPI_PUBSUB_PMI_H */
Structure for PUBSUB components.
Definition: pubsub.h:87
Structure for PUBSUB modules.
Definition: pubsub.h:66
Dynamic Process Management Interface.