MPE_ReturnTags
- Returns tags allocated with MPE_GetTags.
Input Parameters
- comm - Communicator to return tags to
- first_tag - First of the tags to return
- ntags - Number of tags to return.
See Also
MPE_GetTags
Synopsis
#include
#include "mpe.h"
int MPE_ReturnTags( comm, first_tag, ntags )
MPI_Comm comm;
int first_tag, ntags;
Location: privtags.c