blob: f1233f7f28199bfaf0af8355b0ec083b3a776aff [file] [log] [blame]
<html><head><title>MPI_Allgather</title>
<body>
<H3>MPI_Allgather</H3>
<PRE>
int MPI_Allgather(void* , int, MPI_Datatype, void*, int, MPI_Datatype, MPI_Comm);
</PRE>
<DL><DD>
Collects messages from each task and distributes the resulting message to each.
<P></DL></font></body></html>