blob: b196aff9aad4896d84dfb04a1d470530e6fc787f [file] [log] [blame]
<html><head><title>MPI_Type_create_hindexed</title>
<body>
<H3>MPI_Type_create_hindexed</H3>
<PRE>
int MPI_Type_create_hindexed(int, int [], MPI_Aint [], MPI_Datatype, MPI_Datatype *);
</PRE>
<DL><DD>
Returns a new datatype that representscount blocks. Each block is defined by an entry in array_of_blocklengths andarray_of_displacements. Displacements are expressed in bytes.
<P></DL></font></body></html>