source: XIOS/dev/branch_openmp/extern/ep_dev/ep_info.hpp @ 1502

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

save dev

File size: 256 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.