PetscInfoCommFlag#

Describes the method by which to filter PetscInfo() by communicator size

Synopsis#

Used as an input for PetscInfoSetFilterCommSelf()

`PETSC_INFO_COMM_ALL` - Default uninitialized value. `PetscInfo()` will not filter based on

communicator size (i.e. will print for all communicators)

`PETSC_INFO_COMM_NO_SELF` - `PetscInfo()` will NOT print for communicators with size = 1 (i.e. *_COMM_SELF)
`PETSC_INFO_COMM_ONLY_SELF` - `PetscInfo()` will ONLY print for communicators with size = 1

See Also#

PetscInfo(), PetscInfoSetFromOptions(), PetscInfoSetFilterCommSelf()

Level#

intermediate

Location#

include/petsclog.h


Edit on GitLab

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