source: XIOS/dev/branch_openmp/extern/src_ep_dev/ep_lib_intracomm.hpp @ 1521

Last change on this file since 1521 was 1521, checked in by yushan, 6 years ago

save dev. TO DO : test with xios

File size: 403 bytes
Line 
1#ifndef EP_LIB_INTRACOMM_HPP_INCLUDED
2#define EP_LIB_INTRACOMM_HPP_INCLUDED
3
4namespace ep_lib
5{
6
7  typedef void* MPI_Datatype;
8  typedef void* MPI_Op;
9
10
11  int MPI_Barrier_intracomm(MPI_Comm comm);
12
13  int MPI_Comm_free_intracomm(MPI_Comm* comm);
14
15  int Message_Check_intracomm(MPI_Comm comm);
16 
17  int MPI_Comm_dup_intracomm(MPI_Comm comm, MPI_Comm *newcomm);
18
19}
20
21#endif // EP_LIB_INTRACOMM_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.