
Go to the source code of this file.
Functions | |
| int | MPI_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 MPI_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 43 of file subarray.c.
References MPI_Abort(), MPI_COMM_WORLD, MPI_DATATYPE_NULL, MPI_LB, MPI_SUCCESS, MPI_Type_contiguous(), MPI_Type_extent(), MPI_Type_free(), MPI_Type_hvector(), MPI_Type_struct(), MPI_Type_vector(), MPI_UB, and size.
Referenced by mpi_type_create_subarray_().
1.5.5