DOKK / manpages / debian 10 / mpich-doc / MPIR_Type_vector.3.en
MPIR_Type_vector(3) MPI MPIR_Type_vector(3)

MPIR_Type_vector - create a vector datatype

int MPIR_Type_vector(int count,

int blocklength,
MPI_Aint stride,
int strideinbytes, MPI_Datatype oldtype, MPI_Datatype * newtype)

- number of blocks in vector
- number of elements in each block
- distance from beginning of one block to the next (see next parameter for units)
- if nonzero, then stride is in bytes, otherwise stride is in terms of extent of oldtype
- type (using handle) of datatype on which vector is based

- handle of new vector datatype

0 on success, MPI error code on failure.

11/21/2018