MPE_Init_log

Initialize for logging

Synopsis

int MPE_Init_log( void )

Notes

Initializes the MPE logging package. This must be called before any of the other MPE logging routines. It is collective over 'MPI_COMM_WORLD'

Notes

MPE_Init_log() & MPE_Finish_log() are NOT needed when liblmpe.a is linked because MPI_Init() would have called MPE_Init_log() already. liblmpe.a will be included in the final executable if it is linked with mpicc -mpe=log

Returns

Always return MPE_LOG_OK.

See Also

MPE_Finish_log

Location:../src/logging/src/mpe_log.c