Function mpi_sys::PMPI_Recv
[−]
[src]
pub unsafe extern "C" fn PMPI_Recv(
buf: *mut c_void,
count: c_int,
datatype: MPI_Datatype,
source: c_int,
tag: c_int,
comm: MPI_Comm,
status: *mut MPI_Status
) -> c_int