petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscLogDump

Dumps logs of objects to a file. This file is intended to be read by bin/petscview. This program no longer exists.

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscLogDump(const char sname[])
Collective on PETSC_COMM_WORLD Many br

Input Parameter

name -an optional file name Many br

Usage

     PetscInitialize(...);
     PetscLogDefaultBegin(); or PetscLogAllBegin();
     ... code ...
     PetscLogDump(filename);
     PetscFinalize();
Many br

Notes

The default file name is Many br
   Log.<rank>
where <rank> is the processor number. If no name is specified, Many brthis file will be used. Many br

Many br

Keywords

log, dump

See Also

PetscLogDefaultBegin(), PetscLogAllBegin(), PetscLogView()

Level:advanced
Location:
src/sys/logging/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages