blob: 10344c0e513543bbda41d900c9918965d80ed8d8 [file] [log] [blame]
<html><head><title>MPI_Reduce_scatter</title>
<body>
<H3>MPI_Reduce_scatter</H3>
<PRE>
int MPI_Reduce_scatter(void* , void*, int *, MPI_Datatype, MPI_Op, MPI_Comm);
</PRE>
<DL><DD>
Applies a reduction operation to the vectorsendbuf over the set of tasks specified bycomm and scatters the result according to the values in recvcounts.
<P></DL></font></body></html>