PetscLogViewFromOptions#

Processes command line options to determine if/how a PetscLog is to be viewed.

Synopsis#

#include "petscsys.h"   
PetscErrorCode PetscLogViewFromOptions(void)

Collective on PETSC_COMM_WORLD

Options Database Key#

  • -log_view viewer_specification,viewer_specification - list of up to four specifications of viewers, see PetscOptionsCreateViewer() for their format

Note#

This function has a different API and behavior than PetscObjectViewFromOptions()

See Also#

Profiling, PetscLogView()

Level#

developer

Location#

src/sys/logging/plog.c


Index of all Log routines
Table of Contents for all manual pages
Index of all manual pages