blob: b6bc7404f82877b913a74966f46952abb0bc6002 [file] [log] [blame]
<html><head><title>MPI_Scatter</title>
<body>
<H3>MPI_Scatter</H3>
<PRE>
int MPI_Scatter(void* , int, MPI_Datatype, void*, int, MPI_Datatype, int, MPI_Comm);
</PRE>
<DL><DD>
Distributes individual messages fromroot to each task in comm.
<P></DL></font></body></html>