Scroll to navigation

MPIR_Type_get_contents(3) MPI MPIR_Type_get_contents(3)

NAME

MPIR_Type_get_contents - get content information from datatype

SYNOPSIS

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[])

INPUT PARAMETERS

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

OUTPUT PARAMETERS

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

11/12/2019