Changeset 1522 for XIOS/dev/branch_openmp/extern/ep_dev/ep_lib_mpi.hpp
- Timestamp:
- 06/05/18 19:14:40 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/branch_openmp/extern/ep_dev/ep_lib_mpi.hpp
r1517 r1522 18 18 int MPI_Irecv_mpi (void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm, MPI_Request *request); 19 19 20 20 int MPI_Iprobe_mpi(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status); 21 21 22 int MPI_Comm_rank_mpi(MPI_Comm comm, int* rank); 22 23 int MPI_Comm_size_mpi(MPI_Comm comm, int* size);
Note: See TracChangeset
for help on using the changeset viewer.