Function mpi::ffi::PMPI_Scan [] [src]

pub unsafe extern fn PMPI_Scan(sendbuf: *const c_void,
                               recvbuf: *mut c_void,
                               count: c_int,
                               datatype: MPI_Datatype,
                               op: MPI_Op,
                               comm: MPI_Comm)
                               -> c_int