#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(void* info); MPI_Win to_mpi_win(void* win); MPI_Aint to_mpi_aint(void* aint); #endif // EP_MPI_HPP_INCLUDED