blob: 32983133835abda8f2ae58ef85ebb53bf741773d [file] [log] [blame]
<html><head><title>MPI_Allgatherv</title>
<body>
<H3>MPI_Allgatherv</H3>
<PRE>
int MPI_Allgatherv(void* , int, MPI_Datatype, void*, int *, int *, MPI_Datatype, MPI_Comm);
</PRE>
<DL><DD>
Collects messages from each task and distributes the resulting message to all tasks. Messages can have variable sizes and displacements.
<P></DL></font></body></html>