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

MPIR_Type_get_contents - get content information from datatype

int MPIR_Type_get_contents(MPI_Datatype datatype,

int max_integers,
int max_addresses,
int max_datatypes,
int array_of_integers[],
MPI_Aint array_of_addresses[], MPI_Datatype array_of_datatypes[])

- MPI datatype
- size of array_of_integers
- size of array_of_addresses
- size of array_of_datatypes

- integers used in creating type
- MPI_Aints used in creating type
- MPI_Datatypes used in creating type

11/21/2018