OpenMPI  0.1.1
mpi-ext.h
1 /*
2  * $HEADER$
3  */
4 
5 #ifndef OMPI_MPI_EXT_H
6 #define OMPI_MPI_EXT_H 1
7 
8 #if defined(c_plusplus) || defined(__cplusplus)
9 extern "C" {
10 #endif
11 
12 #define OMPI_HAVE_MPI_EXT 1
13 
14 /* Enabled Extension: ftmpi */
15 #define OMPI_HAVE_MPI_EXT_FTMPI 1
16 #include "openmpi/ompi/mpiext/ftmpi/mpiext_ftmpi_c.h"
17 
18 
19 #if defined(c_plusplus) || defined(__cplusplus)
20 }
21 #endif
22 
23 #endif /* OMPI_MPI_EXT_H */
24