source: XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_global.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: 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.