pub trait Operation: AsRaw<Raw = MPI_Op> {
// Provided method
fn is_commutative(&self) -> bool { ... }
}
Expand description
An operation to be used in a reduction or scan type operation, e.g. MPI_SUM
pub trait Operation: AsRaw<Raw = MPI_Op> {
// Provided method
fn is_commutative(&self) -> bool { ... }
}
An operation to be used in a reduction or scan type operation, e.g. MPI_SUM