Function mpi::ffi::PMPI_Rsend

source ·
pub unsafe extern "C" fn PMPI_Rsend(
    ibuf: *const c_void,
    count: i32,
    datatype: *mut ompi_datatype_t,
    dest: i32,
    tag: i32,
    comm: *mut ompi_communicator_t
) -> i32