Bridge++  Ver. 2.0.2
communicator_impl.h
Go to the documentation of this file.
1 #ifndef COMMUNICATOR_IMPL_INCLUDED
2 #define COMMUNICATOR_IMPL_INCLUDED
3 
4 
5 #ifdef USE_MPI
6 #include <mpi.h>
7 
8 #ifdef USE_FJMPI
10 #else
11 #include "MPI/communicator_mpi.h"
12 #endif
13 
14 #else // USE_MPI not defined
15 #include "Single/channel.h"
16 #endif
17 
18 #endif
channel.h
communicator_mpi.h