source: XIOS/dev/branch_openmp/extern/ep_dev/ep_tag.hpp @ 1512

Last change on this file since 1512 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: 944 bytes
Line 
1#ifndef EP_TAG_HPP_INCLUDED
2#define EP_TAG_HPP_INCLUDED
3
4
5
6namespace ep_lib
7{
8  int print_comm_info(MPI_Comm comm);
9
10
11
12//  int MPI_Imrecv(void *buf, int count, MPI_Datatype datatype, MPI_Message *message, MPI_Request *request);
13//  int MPI_Mrecv(void *buf, int count, MPI_Datatype datatype, MPI_Message *message);
14
15
16//  int MPI_Testall(int count, MPI_Request *array_of_requests, int *flag, MPI_Status *array_of_statuses);
17//  int MPI_Testany(int count, MPI_Request *array_of_requests, int *index, int *flag, MPI_Status *status);
18//  int MPI_Testsome(int incount, MPI_Request *array_of_requests, int *outcount, int *array_of_indices, MPI_Status *array_of_statuses);
19
20
21//  int MPI_Waitany(int count, MPI_Request *array_of_requests,  int *index, MPI_Status *array_of_statuses);
22//  int MPI_Waitsome(int incount, MPI_Request *array_of_requests, int *outcount, int *array_of_indices, MPI_Status *array_of_statuses);
23}
24
25#endif // EP_TAG_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.