source: XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_window.hpp @ 1646

Last change on this file since 1646 was 1646, checked in by yushan, 5 years ago

branch merged with trunk @1645. arch file (ep&mpi) added for ADA

File size: 320 bytes
Line 
1#ifndef EP_WINDOW_HPP_INCLUDED
2#define EP_WINDOW_HPP_INCLUDED
3
4#ifdef _usingEP
5
6namespace ep_lib
7{
8
9  class ep_win
10  {
11    public:
12    bool is_ep;
13    MPI_Comm comm;
14
15    void* server_win[16];
16    void* client_win;
17    void* null_win[16];
18  };
19 
20  typedef ep_win* MPI_Win;
21
22}
23
24#endif
25
26#endif // EP_WINDOW_HPP_INCLUDED
27
Note: See TracBrowser for help on using the repository browser.