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

#include "sys.h"   
int PetscCommRestoreNewTag(MPI_Comm comm,int *tag)
Collective on MPI_Comm

Input Parameters

comm - the PETSc communicator
tag - the new tag

Keywords

comm, restore, new, tag

See Also

PetscCommGetNewTag(),PetscObjectGetNewTag(),PetscObjectRestoreNewTag()

Level:developer
Location:src/sys/src/objects/tagm.c
System Index
Table of Contents