MPI_TAG_UB        115 ompi/attribute/attribute_predefined.c     if (OMPI_SUCCESS != (ret = create_comm(MPI_TAG_UB, true)) ||
MPI_TAG_UB        132 ompi/attribute/attribute_predefined.c     if (OMPI_SUCCESS != (ret = set_f(MPI_TAG_UB, mca_pml.pml_max_tag)) ||
MPI_TAG_UB        163 ompi/attribute/attribute_predefined.c     if (OMPI_SUCCESS != (ret = free_comm(MPI_TAG_UB)) ||
MPI_TAG_UB        216 ompi/mpi/cxx/constants.h static const int TAG_UB = MPI_TAG_UB;
MPI_TAG_UB         68 ompi/mpi/java/c/mpi_Constant.c     ompi_java_setIntField(env, c, obj, "TAG_UB",          MPI_TAG_UB);