OpenMPI  0.1.1
static-components.h
1 /*
2  * $HEADER$
3  */
4 #if defined(c_plusplus) || defined(__cplusplus)
5 extern "C" {
6 #endif
7 
8 
9 
10 const mca_base_component_t *mca_op_base_static_components[] = {
11 
12  NULL
13 };
14 
15 #if defined(c_plusplus) || defined(__cplusplus)
16 }
17 #endif
18 
Common type for all MCA components.
Definition: mca.h:250