PLogDump
Dumps logs of objects to a file. This file is intended to be read by petsc/bin/petscview.
Synopsis
int PLogDump(char* sname)
Collective on
PETSC_COMM_WORLD
Input Parameter
name -an optional file name
Options Database Keys
-log -Prints basic log information (for code compiled with USE_PETSC_LOG)
-log_all -Prints extensive log information (for code compiled with USE_PETSC_LOG)
Notes:
The default file name is
Log.<rank>
where <rank> is the processor number. If no name is specified,
this file will be used.
Keywords
log, dump
See Also
PLogBegin(), PLogPrintSummary()
Location: src/plog/src/plog.c
Logging Index
Table of Contents