OpenMPI  0.1.1
ess_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 ORTE_ESS_PMI_H
11 #define ORTE_ESS_PMI_H
12 
13 BEGIN_C_DECLS
14 
15 ORTE_MODULE_DECLSPEC extern orte_ess_base_component_t mca_ess_pmi_component;
16 
17 END_C_DECLS
18 
19 #endif /* ORTE_ESS_PMI_H */
Definition: ess.h:173