#ifndef EP_MPI_HPP_INCLUDED #define EP_MPI_HPP_INCLUDED #include "ep_type.hpp" MPI_Datatype to_mpi_type(ep_lib::MPI_Datatype type); MPI_Op to_mpi_op(ep_lib::MPI_Op op); MPI_Comm to_mpi_comm(void* comm); MPI_Message to_mpi_message(void* message); MPI_Info to_mpi_info(ep_lib::MPI_Info info); MPI_Win to_mpi_win(void* win); MPI_Aint to_mpi_aint(ep_lib::MPI_Aint aint); MPI_Status* to_mpi_status_ptr (ep_lib::MPI_Status status); MPI_Request* to_mpi_request_ptr(ep_lib::MPI_Request request); MPI_Message* to_mpi_message_ptr(ep_lib::MPI_Message message); #endif // EP_MPI_HPP_INCLUDED