source:
XIOS/dev/branch_openmp/extern/src_ep_dev/ep_mpi.hpp
@
1355
Last change on this file since 1355 was 1355, checked in by yushan, 4 years ago | |
---|---|
File size: 245 bytes |
Rev | Line | |
---|---|---|
[1287] | 1 | #ifndef EP_MPI_HPP_INCLUDED |
2 | #define EP_MPI_HPP_INCLUDED | |
3 | ||
4 | #include "ep_type.hpp" | |
5 | ||
6 | MPI_Datatype to_mpi_type(ep_lib::MPI_Datatype type); | |
7 | MPI_Op to_mpi_op(ep_lib::MPI_Op op); | |
[1355] | 8 | MPI_Comm to_mpi_comm(int* comm); |
[1287] | 9 | |
10 | #endif // EP_MPI_HPP_INCLUDED |
Note: See TracBrowser
for help on using the repository browser.