source: XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_info.hpp @ 1603

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

branch_openmp merged with trunk r1597

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.