source: XIOS/dev/dev_trunk_omp/extern/src_ep_dev2/ep_global.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: 272 bytes
Line 
1#ifndef EP_GLOBAL_HPP_INCLUDED
2#define EP_GLOBAL_HPP_INCLUDED
3#ifdef _usingEP
4
5extern int MPI_MODE_NOPRECEDE;
6extern int MPI_MODE_NOCHECK;
7extern int MPI_MODE_NOPUT;
8extern int MPI_MODE_NOSTORE;
9extern int MPI_MODE_NOSUCCEED;
10   
11
12#endif
13#endif // EP_GLOBAL_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.