Skip to main content

MPI_Type_vector

Function MPI_Type_vector 

Source
pub unsafe extern "C" fn MPI_Type_vector(
    count: i32,
    blocklength: i32,
    stride: i32,
    oldtype: MPI_Datatype,
    newtype: *mut MPI_Datatype,
) -> i32