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