source: XIOS/dev/branch_openmp/extern/src_ep_dev/ep_info.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: 258 bytes
Line 
1#ifndef EP_INFO_HPP_INCLUDED
2#define EP_INFO_HPP_INCLUDED
3
4
5namespace ep_lib
6{
7
8  class ep_info
9  {
10    public:
11
12      void* mpi_info;
13
14      ep_info(){};
15      ep_info(void* info);
16  };
17 
18  typedef ep_info* MPI_Info;
19
20
21}
22
23
24
25#endif // EP_INFO_HPP_INCLUDED
26
Note: See TracBrowser for help on using the repository browser.