OpenMPI  0.1.1
routed_cm.h
1 /*
2  * Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
3  * $COPYRIGHT$
4  *
5  * Additional copyrights may follow
6  *
7  * $HEADER$
8  */
9 
10 #ifndef MCA_ROUTED_CM_H
11 #define MCA_ROUTED_CM_H
12 
13 #include "orte_config.h"
14 
15 #include "orte/mca/routed/routed.h"
16 
17 BEGIN_C_DECLS
18 
19 ORTE_MODULE_DECLSPEC extern orte_routed_component_t mca_routed_cm_component;
20 
21 extern orte_routed_module_t orte_routed_cm_module;
22 
23 END_C_DECLS
24 
25 #endif
routed module interface
Definition: routed.h:251
routed component interface
Definition: routed.h:65
Routing table for the RML.