blob: adf21dfc0c9530352b1cddd7e0d074e8e3a90cd0 [file] [log] [blame]
<html><head><title>MPI_Type_create_struct</title>
<body>
<H3>MPI_Type_create_struct</H3>
<PRE>
int MPI_Type_create_struct(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,array_of_displacements, and array_of_types. Displacements are expressed in bytes.
<P></DL></font></body></html>