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 ompi_mpiext_component_t *ompi_mpiext_components[] = {
11 
12  NULL
13 };
14 
15 #if defined(c_plusplus) || defined(__cplusplus)
16 }
17 #endif
18 
Definition: mpiext.h:16