1 #ifndef PyMPI_CONFIG_MPICH3_H
2 #define PyMPI_CONFIG_MPICH3_H
3 
4 #include "mpi-11.h"
5 #include "mpi-12.h"
6 #include "mpi-20.h"
7 #include "mpi-22.h"
8 #include "mpi-30.h"
9 #include "mpi-31.h"
10 
11 /* These types are difficult to implement portably */
12 #undef PyMPI_HAVE_MPI_REAL2
13 #undef PyMPI_HAVE_MPI_COMPLEX4
14 
15 #ifndef ROMIO_VERSION
16 #include "mpich3-io.h"
17 #endif
18 
19 #endif /* !PyMPI_CONFIG_MPICH3_H */
20