MPE_Log_event

Langue: en

Autres versions - même langue

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

Section: 4 (Pilotes et protocoles réseau)

NAME

MPE_Log_event - Log an event in MPI_COMM_WORLD.

SYNOPSIS

 int MPE_Log_event( int event, int data, const char *bytebuf )
 

INPUT PARAMETERS

event
- event number.
data
- integer data value (not used, provided for backward compatibility purpose).
bytebuf
- optional byte informational array. In C, bytebuf should be set to NULL when no extra byte informational data. In Fortran, an zero-length string "", or a single blank string " ", is equivalent to NULL in C.

NOTES

This function is threadsafe.

RETURNS

alway returns MPE_LOG_OK

LOCATION