blob: 87811c349a7853926cebcac60a6c343cdb91a4df [file] [log] [blame]
<html><head><title>MPI_Gather</title>
<body>
<H3>MPI_Gather</H3>
<PRE>
int MPI_Gather(void* , int, MPI_Datatype, void*, int, MPI_Datatype, int, MPI_Comm); 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 in a group at the root task.
<P></DL></font></body></html>