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

MPIR_Type_contiguous - create a contiguous datatype

int MPIR_Type_contiguous(int count, MPI_Datatype oldtype, MPI_Datatype * newtype)

- number of elements in the contiguous block
- type (using handle) of datatype on which vector is based

- handle of new contiguous datatype

MPI_SUCCESS on success, MPI error code on failure.

11/21/2018