Function mpi::collective::reduce_local_into [] [src]

pub fn reduce_local_into<S: ?Sized, R: ?Sized, O>(inbuf: &S,
                                                  inoutbuf: &mut R,
                                                  op: &O) where S: Buffer, R: BufferMut, O: Operation

Perform a local reduction.

Examples

See examples/redure.rs

Standard section(s)

5.9.7