# PetscInfoSetFilterCommSelf
Sets `PetscInfoCommFlag` enum to determine communicator filtering for `PetscInfo()` 
## Synopsis
```
#include "petscsys.h"   
PetscErrorCode PetscInfoSetFilterCommSelf(PetscInfoCommFlag commSelfFlag)
```
Not Collective


## Input Parameter

- ***commSelfFlag -*** Enum value indicating method with which to filter `PetscInfo()` based on the size of the communicator of the object calling `PetscInfo()`





## See Also
 `PetscInfo()`, `PetscInfoGetInfo()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/info/verboseinfo.c.html#PetscInfoSetFilterCommSelf">src/sys/info/verboseinfo.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/info/verboseinfo.c)


[Index of all Profiling routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
