int PLogDump(const char sname[])Collective on PETSC_COMM_WORLD
-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) |
PetscInitialize(...); PLogBegin(); or PLogAllBegin(); ... code ... PLogDump(filename); PetscFinalize();
Log.<rank>where <rank> is the processor number. If no name is specified, this file will be used.
Level:advanced
Location:src/sys/src/plog/plog.c
Logging Index
Table of Contents