Function rust_mpi::mpi_send_scalar [] [src]

pub fn mpi_send_scalar<T: MpiType>(
    buf: &T,
    dest: i32,
    tag: i32,
    comm: MpiComm
) -> i32