PetscCommSynchronizeTags

It is possible for the private PETSc tags to get out of synch between processes. This function rectifies this disparity.

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscCommSynchronizeTags(MPI_Comm comm)
Collective on comm

Input Parameter

comm -the PETSc communicator

See Also

PetscObjectCheckTags()

Level:developer
Location:
src/sys/objects/tagm.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages