#include "petscsys.h" PetscErrorCode PetscLogPrintDetailed(MPI_Comm comm, const char filename[])Collective over MPI_Comm
comm | - The MPI communicator (only one processor prints output) | |
file | - [Optional] The output file name |
PetscInitialize(...); PetscLogBegin(); ... code ... PetscLogPrintDetailed(MPI_Comm,filename); PetscFinalize(...);
Level:beginner
Location:src/sys/plog/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages