Function mpi_send_slice

Source
pub fn mpi_send_slice<T: MpiType + Default>(
    buf: &[T],
    dest: i32,
    tag: i32,
    comm: MpiComm,
) -> i32