source: XIOS/dev/branch_openmp/extern/ep_dev/ep_mpi.hpp @ 1381

Last change on this file since 1381 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: 403 bytes
RevLine 
[1381]1#ifndef EP_MPI_HPP_INCLUDED
2#define EP_MPI_HPP_INCLUDED
3
4#include "ep_type.hpp"
5
6MPI_Datatype to_mpi_type(ep_lib::MPI_Datatype type);
7MPI_Op       to_mpi_op(ep_lib::MPI_Op op);
8MPI_Comm     to_mpi_comm(void* comm);
9MPI_Message  to_mpi_message(void* message);
10MPI_Info     to_mpi_info(void* info);
11MPI_Win      to_mpi_win(void* win);
12MPI_Aint      to_mpi_aint(void* aint);
13
14#endif // EP_MPI_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.