PetscCommRestoreNewTag
Restores a new tag from a PETSc comm. All processors that share the communicator MUST call this routine EXACTLY the same number of times.
Synopsis
int PetscCommRestoreNewTag(MPI_Comm comm,int *tag)
Collective on comm
Input Parameter
comm -the PETSc communicator
Output Parameter
tag -the new tag
Keywords
comm, restore, new, tag
See Also
PetscCommRestoreNewTag(),PetscObjectGetNewTag(),PetscObjectRestoreNewTag()
Level:developer
Location:src/sys/src/objects/tagm.c
System Index
Table of Contents