Function mpi_sys::MPI_Reduce_local
[−]
[src]
pub unsafe extern "C" fn MPI_Reduce_local(
inbuf: *const c_void,
inoutbuf: *mut c_void,
count: c_int,
datatype: MPI_Datatype,
op: MPI_Op
) -> c_int