source: XIOS/dev/branch_openmp/extern/src_ep_dev/ep_message.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: 293 bytes
RevLine 
[1521]1#ifndef EP_MESSAGE_HPP_INCLUDED
2#define EP_MESSAGE_HPP_INCLUDED
3
4
5namespace ep_lib
6{
7
8  class ep_message
9  {
10    public:
11
12      void* mpi_message;
13      int ep_src;
14      int ep_tag;
15      void* mpi_status;
16
17  };
18 
19  typedef ep_message* MPI_Message;
20
21
22}
23
24
25
26#endif // EP_MESSAGE_HPP_INCLUDED
27
Note: See TracBrowser for help on using the repository browser.