Go to the source code of this file.
Functions | |
int | ADIO_Type_create_subarray (int ndims, int *array_of_sizes, int *array_of_subsizes, int *array_of_starts, int order, MPI_Datatype oldtype, MPI_Datatype *newtype) |
int ADIO_Type_create_subarray | ( | int | ndims, | |
int * | array_of_sizes, | |||
int * | array_of_subsizes, | |||
int * | array_of_starts, | |||
int | order, | |||
MPI_Datatype | oldtype, | |||
MPI_Datatype * | newtype | |||
) |
Definition at line 11 of file ad_subarray.c.
References MPI_Type_contiguous, MPI_Type_free, MPI_Type_struct, and size.
Referenced by ADIOI_Count_contiguous_blocks(), ADIOI_Flatten(), and MPI_Type_create_subarray().