Function mpi_send_scalar

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