Function mpi::ffi::MPI_Type_create_subarray
[−]
[src]
pub unsafe extern fn MPI_Type_create_subarray(ndims: c_int,
size_array: *const c_int,
subsize_array: *const c_int,
start_array: *const c_int,
order: c_int,
oldtype: MPI_Datatype,
newtype: *mut MPI_Datatype)
-> c_int