Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b96b0d782c858619536ab397b702cc7e > files > 36

mpich2-doc-1.0.8-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MPE_Log_comm_receive</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="MPE_Log_comm_receive"><H1>MPE_Log_comm_receive</H1></A>
log the receive event of a message within a specified MPI_Comm (on the calling thread where receive event takes place) 
<H2>Synopsis</H2>
<PRE>
int MPE_Log_comm_receive( MPI_Comm comm, int other_party, int tag, int size )
</PRE>
<H2>Input Parameters</H2>
<DL>
<DT><B>comm          </B><DD>MPI_Comm where this process is part of.

<DT><B>other_party   </B><DD>the rank of the other party, i.e. send event's rank.

<DT><B>tag           </B><DD>message tag ID.

<DT><B>size          </B><DD>message size in byte.
</DL>
<P>
<H2>Notes</H2>
This function is threadsafe.
<P><B>Location:</B>../src/logging/src/mpe_log.c<P>
</BODY></HTML>