source: XIOS/dev/branch_openmp/extern/src_ep_dev/ep_declaration.hpp @ 1369

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

unify type : MPI_Fint

File size: 998 bytes
Line 
1#ifndef EP_DECLARATION_HPP_INCLUDED
2#define EP_DECLARATION_HPP_INCLUDED
3
4#undef MPI_INT
5#undef MPI_FLOAT
6#undef MPI_DOUBLE
7#undef MPI_CHAR
8#undef MPI_LONG
9#undef MPI_UNSIGNED_LONG
10#undef MPI_UNSIGNED_CHAR
11
12#undef MPI_SUM
13#undef MPI_MAX
14#undef MPI_MIN
15
16#undef MPI_COMM_WORLD
17#undef MPI_COMM_NULL
18
19#undef MPI_REQUEST_NULL
20#undef MPI_STATUS_IGNORE
21#undef MPI_INFO_NULL
22
23extern ep_lib::MPI_Datatype MPI_INT;
24extern ep_lib::MPI_Datatype MPI_FLOAT;
25extern ep_lib::MPI_Datatype MPI_DOUBLE;
26extern ep_lib::MPI_Datatype MPI_CHAR;
27extern ep_lib::MPI_Datatype MPI_LONG;
28extern ep_lib::MPI_Datatype MPI_UNSIGNED_LONG;
29extern ep_lib::MPI_Datatype MPI_UNSIGNED_CHAR;
30
31extern ep_lib::MPI_Op MPI_SUM;
32extern ep_lib::MPI_Op MPI_MAX;
33extern ep_lib::MPI_Op MPI_MIN;
34
35extern ep_lib::MPI_Comm MPI_COMM_WORLD;
36extern ep_lib::MPI_Comm MPI_COMM_NULL;
37
38extern ep_lib::MPI_Status MPI_STATUS_IGNORE;
39extern ep_lib::MPI_Request MPI_REQUEST_NULL;
40extern ep_lib::MPI_Info MPI_INFO_NULL;
41
42
43#endif // EP_DECLARATION_HPP_INCLUDED
44
Note: See TracBrowser for help on using the repository browser.