MPE_Log_comm_send

Langue: en

Version: 173318 (fedora - 06/07/09)

Section: 4 (Pilotes et protocoles réseau)

NAME

MPE_Log_comm_send - Log the send event of a message within a specified MPI_Comm (on the calling thread where the send event takes place).

SYNOPSIS

 int MPE_Log_comm_send( MPI_Comm comm, int other_party, int tag, int size )
 

INPUT PARAMETERS

comm
- MPI_Comm where this process is part of.
other_party
- the rank of the other party, i.e. receive event's rank.
tag
- message tag ID.
size
- message size in byte.

NOTES

This function is threadsafe.

LOCATION