blob: cc46db34f381facc29aa9fda26846541d8483976 [file] [log] [blame]
<html><head><title>MPI_Gatherv</title>
<body>
<H3>MPI_Gatherv</H3>
<PRE>
int MPI_Gatherv(void* , int, MPI_Datatype, void*, int *, int *, MPI_Datatype, int, MPI_Comm); int MPI_Scatter(void* , int, MPI_Datatype, void*, int, MPI_Datatype, int, MPI_Comm);
</PRE>
<DL><DD>
Collects individual messages from each task incomm at the root task. Messages can have different sizes and displacements.
<P></DL></font></body></html>