PLogPrintSummary

Prints a summary of the logging.

Synopsis

int PLogPrintSummary(MPI_Comm comm,char* filename)
Collective over PETSC_COMM_WORLD

Input Parameter

file - an optional file name
comm - MPI communicator (one processor prints)

Options Database Keys

-log_summary -Prints summary of log information (for code compiled with USE_PETSC_LOG)

Notes

By defult the summary is printed to stdout. More extensive examination of the log information can be done withPLogDump(), which is activated by the option -log or -log_all, incombination with petsc/bin/petscview. .keywords: log, dump, print

See Also

PLogBegin(), PLogDump()

Location: src/plog/src/plog.c
Logging Index
Table of Contents