Skip to main content
summaryrefslogtreecommitdiffstats
blob: 32fe30dfd5ad2e6bdaa05a68efc562027c7bde57 (plain) (blame)
1
2
3
4
5
6
7
8
9
<html><head><title>MPI_Send</title>
<body>
<H3>MPI_Send</H3>
<PRE>
int MPI_Send(void*, int, MPI_Datatype, int, int, MPI_Comm);
</PRE>
<DL><DD>
Blocking standard mode send.
<P></DL></font></body></html>

Back to the top