MPE_Finish_log

Send log to master, who writes it out

Synopsis

int MPE_Finish_log( const char *filename )

Notes

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

This routine dumps the logfile in clog2 format. It is collective over 'MPI_COMM_WORLD'.

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