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:../src/logging/src/mpe_log.c