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