#include "petsc.h" int PLogBegin(void)Collective over PETSC_COMM_WORLD
-log_summary | - Prints summary of flop and timing information to the screen (for code compiled with PETSC_USE_LOG) | |
-log | - Prints detailed log information (for code compiled with PETSC_USE_LOG) |
PetscInitialize(...); PLogBegin(); ... code ... PLogPrintSummary(MPI_Comm,filename); or PLogDump(); PetscFinalize();
Level:advanced
Location:src/sys/src/plog/plog.c
Logging Index
Table of Contents