source: XIOS/dev/branch_openmp/extern/src_ep_dev/ep_window.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: 298 bytes
Line 
1#ifndef EP_WINDOW_HPP_INCLUDED
2#define EP_WINDOW_HPP_INCLUDED
3
4
5namespace ep_lib
6{
7
8  class ep_win
9  {
10    public:
11    bool is_ep;
12    MPI_Comm comm;
13
14    void* server_win[16];
15    void* client_win;
16    void* null_win[16];
17  };
18 
19  typedef ep_win* MPI_Win;
20
21}
22
23
24
25#endif // EP_WINDOW_HPP_INCLUDED
26
Note: See TracBrowser for help on using the repository browser.