source: XIOS/dev/dev_trunk_omp/extern/src_ep_dev2/ep_info.hpp @ 2129

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

dev on EP for tracing with itac. Tested on ADA with test_omp

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.