Blob Blame History Raw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MPIR_Type_get_contents</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<H1 id="MPIR_Type_get_contents">MPIR_Type_get_contents</H1>
get content information from datatype 
<H2>Synopsis</H2>
<PRE>
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[])
</PRE>
<H2>Input Parameters</H2>
<DL>
<DT><B>datatype </B> <DD> MPI datatype

<DT><B>max_integers </B> <DD> size of array_of_integers

<DT><B>max_addresses </B> <DD> size of array_of_addresses

<DT><B>max_datatypes </B> <DD> size of array_of_datatypes
</DL>
<P>
<H2>Output Parameters</H2>
<DL>
<DT><B>array_of_integers </B> <DD> integers used in creating type

<DT><B>array_of_addresses </B> <DD> MPI_Aints used in creating type

<DT><B>array_of_datatypes </B> <DD> MPI_Datatypes used in creating type
</DL>
<P>
</BODY></HTML>