.TH MPE_Log_receive 4 "6/15/2009" " " "MPE" .SH NAME MPE_Log_receive \- log the receive event of a message within MPI_COMM_WORLD. (on the calling thread where send event takes place) .SH SYNOPSIS .nf int MPE_Log_receive( int other_party, int tag, int size ) .fi .SH INPUT PARAMETERS .PD 0 .TP .B other_party - the rank of the other party, i.e. send event's rank. .PD 1 .PD 0 .TP .B tag - message tag ID. .PD 1 .PD 0 .TP .B size - message size in byte. .PD 1 .SH NOTES This function is threadsafe. .SH LOCATION ../src/logging/src/mpe_log.c