Variable MPI_Status.MPI_TAG

struct MPI_Status
{
  // ...
  int MPI_TAG;
  // ...
}