source: XIOS/dev/branch_openmp/extern/ep_dev/ep_global.hpp @ 1501

Last change on this file since 1501 was 1381, checked in by yushan, 6 years ago

add folder for MPI EP-RMA development. Current: MPI_Win, MPI_win_create, MPI_win_fence, MPI_win_free

File size: 250 bytes
Line 
1#ifndef EP_GLOBAL_HPP_INCLUDED
2#define EP_GLOBAL_HPP_INCLUDED
3
4extern int MPI_MODE_NOPRECEDE;
5extern int MPI_MODE_NOCHECK;
6extern int MPI_MODE_NOPUT;
7extern int MPI_MODE_NOSTORE;
8extern int MPI_MODE_NOSUCCEED;
9   
10
11
12#endif // EP_GLOBAL_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.