source: XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_mpi.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: 673 bytes
Line 
1#ifndef EP_MPI_HPP_INCLUDED
2#define EP_MPI_HPP_INCLUDED
3
4#ifdef _usingEP
5#include "ep_type.hpp"
6
7MPI_Datatype to_mpi_type(ep_lib::MPI_Datatype type);
8MPI_Op       to_mpi_op(ep_lib::MPI_Op op);
9MPI_Comm     to_mpi_comm(void* comm);
10MPI_Comm*    to_mpi_comm_ptr(void* comm);
11MPI_Message  to_mpi_message(void* message);
12MPI_Info     to_mpi_info(ep_lib::MPI_Info info);
13MPI_Win      to_mpi_win(void* win);
14MPI_Aint     to_mpi_aint(ep_lib::MPI_Aint aint);
15MPI_Status*  to_mpi_status_ptr (ep_lib::MPI_Status status);
16MPI_Request* to_mpi_request_ptr(ep_lib::MPI_Request request);
17MPI_Message* to_mpi_message_ptr(ep_lib::MPI_Message message);
18#endif
19
20#endif // EP_MPI_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.