Trait mpi::collective::Operation [] [src]

pub trait Operation: AsRaw<Raw = MPI_Op> { }

An operation to be used in a reduction or scan type operation, e.g. MPI_SUM

Implementors