Function mpi_sys::MPI_Type_create_darray
[−]
[src]
pub unsafe extern "C" fn MPI_Type_create_darray(
size: c_int,
rank: c_int,
ndims: c_int,
array_of_gsizes: *const c_int,
array_of_distribs: *const c_int,
array_of_dargs: *const c_int,
array_of_psizes: *const c_int,
order: c_int,
oldtype: MPI_Datatype,
newtype: *mut MPI_Datatype
) -> c_int