tag               370 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c                       mca_btl_base_tag_t tag )
tag               391 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     frag->hdr.base.tag = tag;
tag               432 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     frag->hdr.base.tag = MCA_BTL_TAG_BTL;
tag               469 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     frag->hdr.base.tag = MCA_BTL_TAG_BTL;
tag               228 contrib/build-mca-comps-outside-of-tree/btl_tcp2.h     mca_btl_base_tag_t tag
tag                17 examples/Ring.java 	int tag=50;  // Tag for messages
tag                40 examples/Ring.java 	    MPI.COMM_WORLD.send(message, 1, MPI.INT, next, tag);
tag                52 examples/Ring.java 	    MPI.COMM_WORLD.recv(message, 1, MPI.INT, prev, tag);
tag                59 examples/Ring.java 	    MPI.COMM_WORLD.send(message, 1, MPI.INT, next, tag);
tag                70 examples/Ring.java 	    MPI.COMM_WORLD.recv(message, 1, MPI.INT, prev, tag);
tag                15 examples/ring_c.c     int rank, size, next, prev, message, tag = 201;
tag                38 examples/ring_c.c                message, next, tag, size);
tag                39 examples/ring_c.c         MPI_Send(&message, 1, MPI_INT, next, tag, MPI_COMM_WORLD);
tag                52 examples/ring_c.c         MPI_Recv(&message, 1, MPI_INT, prev, tag, MPI_COMM_WORLD,
tag                60 examples/ring_c.c         MPI_Send(&message, 1, MPI_INT, next, tag, MPI_COMM_WORLD);
tag                71 examples/ring_c.c         MPI_Recv(&message, 1, MPI_INT, prev, tag, MPI_COMM_WORLD,
tag                22 examples/ring_cxx.cc     int rank, size, next, prev, message, tag = 201;
tag                44 examples/ring_cxx.cc                   << ", tag " << tag << " (" << size << " processes in ring)"
tag                46 examples/ring_cxx.cc         MPI::COMM_WORLD.Send(&message, 1, MPI::INT, next, tag);
tag                59 examples/ring_cxx.cc         MPI::COMM_WORLD.Recv(&message, 1, MPI::INT, prev, tag);
tag                67 examples/ring_cxx.cc         MPI::COMM_WORLD.Send(&message, 1, MPI::INT, next, tag);
tag                78 examples/ring_cxx.cc         MPI::COMM_WORLD.Recv(&message, 1, MPI::INT, prev, tag);
tag              1191 ompi/communicator/comm.c int ompi_comm_create_group (ompi_communicator_t *comm, ompi_group_t *group, int tag, ompi_communicator_t **newcomm)
tag              1214 ompi/communicator/comm.c     rc = ompi_comm_nextcid (newcomp, comm, NULL, &tag, NULL, false, mode);
tag              1225 ompi/communicator/comm.c     rc = ompi_comm_activate (&newcomp, comm, NULL, &tag, NULL, false, mode);
tag              1529 ompi/communicator/comm.c                            int tag,
tag              1574 ompi/communicator/comm.c         rc = MCA_PML_CALL(irecv (&rlen, 1, MPI_INT, remote_leader, tag,
tag              1581 ompi/communicator/comm.c         rc = MCA_PML_CALL(send (&int_len, 1, MPI_INT, remote_leader, tag,
tag              1609 ompi/communicator/comm.c         rc = MCA_PML_CALL(irecv (recvbuf, rlen, MPI_BYTE, remote_leader, tag,
tag              1614 ompi/communicator/comm.c         rc = MCA_PML_CALL(send(sendbuf, int_len, MPI_BYTE, remote_leader, tag,
tag               423 ompi/communicator/communicator.h int ompi_comm_create_group (ompi_communicator_t *comm, ompi_group_t *group, int tag,
tag               656 ompi/communicator/communicator.h                            int tag,
tag                32 ompi/contrib/libompitrace/isend.c               int tag, MPI_Comm comm, MPI_Request *request)
tag                43 ompi/contrib/libompitrace/isend.c            rank, (uintptr_t) buf, count, typename, dest, tag, commname);
tag                46 ompi/contrib/libompitrace/isend.c     return PMPI_Isend(buf, count, type, dest, tag, comm, request);
tag                29 ompi/contrib/libompitrace/recv.c              int tag, MPI_Comm comm, MPI_Status *status)
tag                40 ompi/contrib/libompitrace/recv.c            rank, (uintptr_t) buf, count, typename, source, tag, commname);
tag                43 ompi/contrib/libompitrace/recv.c     return PMPI_Recv(buf, count, type, source, tag, comm, status);
tag                32 ompi/contrib/libompitrace/send.c              int tag, MPI_Comm comm)
tag                43 ompi/contrib/libompitrace/send.c            rank, (uintptr_t) buf, count, typename, dest, tag, commname);
tag                46 ompi/contrib/libompitrace/send.c     return PMPI_Send(buf, count, type, dest, tag, comm);
tag               104 ompi/mca/bml/base/bml_base_btl.c                        mca_btl_base_tag_t tag )
tag               137 ompi/mca/bml/base/bml_base_btl.c                               des, tag );
tag               260 ompi/mca/bml/bml.h                        mca_btl_base_tag_t tag );
tag               267 ompi/mca/bml/bml.h                                      mca_btl_base_tag_t tag )
tag               273 ompi/mca/bml/bml.h     rc = btl->btl_send(btl, bml_btl->btl_endpoint, des, tag);
tag               284 ompi/mca/bml/bml.h                                             mca_btl_base_tag_t tag )
tag               289 ompi/mca/bml/bml.h     return btl->btl_send(btl, bml_btl->btl_endpoint, des, tag);
tag               299 ompi/mca/bml/bml.h                                        mca_btl_base_tag_t tag,
tag               305 ompi/mca/bml/bml.h                           payload_size, order, flags, tag, descriptor);
tag               547 ompi/mca/bml/bml.h                                                  mca_btl_base_tag_t tag,
tag               906 ompi/mca/bml/r2/bml_r2.c static int mca_bml_r2_register( mca_btl_base_tag_t tag,
tag               910 ompi/mca/bml/r2/bml_r2.c     mca_btl_base_active_message_trigger[tag].cbfunc = cbfunc;
tag               911 ompi/mca/bml/r2/bml_r2.c     mca_btl_base_active_message_trigger[tag].cbdata = data;
tag               923 ompi/mca/bml/r2/bml_r2.c             rc = btl->btl_register(btl, tag, cbfunc, data);
tag                58 ompi/mca/coll/hcoll/coll_hcoll_rte.c                    uint32_t tag,
tag                66 ompi/mca/coll/hcoll/coll_hcoll_rte.c                    uint32_t tag, rte_request_handle_t *req);
tag               180 ompi/mca/coll/hcoll/coll_hcoll_rte.c                    uint32_t tag,
tag               205 ompi/mca/coll/hcoll/coll_hcoll_rte.c                            tag,comm,&ompi_req)))
tag               221 ompi/mca/coll/hcoll/coll_hcoll_rte.c                     uint32_t tag,
tag               244 ompi/mca/coll/hcoll/coll_hcoll_rte.c                            tag,MCA_PML_BASE_SEND_STANDARD,comm,&ompi_req)))
tag                97 ompi/mca/coll/libnbc/coll_libnbc.h     int tag;
tag               128 ompi/mca/coll/libnbc/coll_libnbc.h     int tag;
tag               442 ompi/mca/coll/libnbc/nbc.c                   sendargs.count, sendargs.datatype, sendargs.dest, handle->tag);
tag               461 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(isend(buf1, sendargs.count, sendargs.datatype, sendargs.dest, handle->tag,
tag               466 ompi/mca/coll/libnbc/nbc.c                      sendargs.datatype, sendargs.dest, handle->tag, (unsigned long)handle->comm, res);
tag               477 ompi/mca/coll/libnbc/nbc.c                   recvargs.datatype, recvargs.source, handle->tag);
tag               496 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(irecv(buf1, recvargs.count, recvargs.datatype, recvargs.source, handle->tag, recvargs.local?handle->comm->c_local_comm:handle->comm,
tag               500 ompi/mca/coll/libnbc/nbc.c                     recvargs.datatype, recvargs.source, handle->tag, (unsigned long)handle->comm, res);
tag               598 ompi/mca/coll/libnbc/nbc.c   comminfo->tag= MCA_COLL_BASE_TAG_NONBLOCKING_BASE;
tag               689 ompi/mca/coll/libnbc/nbc.c     tmp_tag = module->tag--;
tag               691 ompi/mca/coll/libnbc/nbc.c       tmp_tag = module->tag = MCA_COLL_BASE_TAG_NONBLOCKING_BASE;
tag               716 ompi/mca/coll/libnbc/nbc.c   tmp_tag = module->tag--;
tag               718 ompi/mca/coll/libnbc/nbc.c       tmp_tag = module->tag = MCA_COLL_BASE_TAG_NONBLOCKING_BASE;
tag               728 ompi/mca/coll/libnbc/nbc.c   handle->tag = tmp_tag;
tag               745 ompi/mca/coll/libnbc/nbc.c   NBC_DEBUG(3, "got tag %i\n", handle->tag);
tag               502 ompi/mca/common/monitoring/common_monitoring.c void mca_common_monitoring_record_pml(int world_rank, size_t data_size, int tag)
tag               517 ompi/mca/common/monitoring/common_monitoring.c     if( (tag < 0) && (mca_common_monitoring_filter()) ) {
tag                54 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC void mca_common_monitoring_record_pml(int world_rank, size_t data_size, int tag);
tag                80 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status, ompi_crcp_base_pml_state_t* );
tag                82 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status, ompi_crcp_base_pml_state_t* );
tag                84 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag                87 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag                90 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag                93 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag                96 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag                99 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               129 ompi/mca/crcp/base/base.h                                       mca_btl_base_tag_t tag,
tag               170 ompi/mca/crcp/base/base.h                                   mca_btl_base_tag_t tag,
tag               157 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_iprobe(int dst, int tag,
tag               166 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_probe( int dst, int tag,
tag               177 ompi/mca/crcp/base/crcp_base_fns.c                                                                 int dst, int tag,
tag               189 ompi/mca/crcp/base/crcp_base_fns.c                                                            int dst, int tag,
tag               201 ompi/mca/crcp/base/crcp_base_fns.c                                                            int dst, int tag,
tag               212 ompi/mca/crcp/base/crcp_base_fns.c                                                                 int src, int tag,
tag               223 ompi/mca/crcp/base/crcp_base_fns.c                                                            int src, int tag,
tag               234 ompi/mca/crcp/base/crcp_base_fns.c                                                            int src, int tag,
tag               301 ompi/mca/crcp/base/crcp_base_fns.c                                   mca_btl_base_tag_t tag,
tag               366 ompi/mca/crcp/base/crcp_base_fns.c                               mca_btl_base_tag_t tag,
tag                71 ompi/mca/crcp/bkmrk/crcp_bkmrk_btl.c                                   mca_btl_base_tag_t tag,
tag               136 ompi/mca/crcp/bkmrk/crcp_bkmrk_btl.c                               mca_btl_base_tag_t tag,
tag                56 ompi/mca/crcp/bkmrk/crcp_bkmrk_btl.h       mca_btl_base_tag_t tag,
tag                97 ompi/mca/crcp/bkmrk/crcp_bkmrk_btl.h       mca_btl_base_tag_t tag,
tag               137 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                int src, int tag, int tmp_ddt_size);
tag               140 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                int src, int tag, int tmp_ddt_size);
tag               143 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                int src, int tag, int tmp_ddt_size);
tag               146 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                int src, int tag, int tmp_ddt_size);
tag               157 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int tag,
tag               206 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 size_t count, int tag, int peer, uint32_t comm_id,
tag               216 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      int rank, uint32_t comm_id, int tag,
tag               239 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 int tag,int dest,
tag               255 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     int *src, int *tag,
tag               265 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                               size_t count, int tag, int peer,
tag               273 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int drain_message_find_any(size_t count, int tag, int peer,
tag               290 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      int *src, int *tag,
tag               352 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_rml_tag_t tag,
tag               389 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                               int *rank, uint32_t *comm_id, int *tag,
tag               399 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     int rank, uint32_t comm_id, int tag,
tag               425 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_rml_tag_t tag,
tag               829 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->tag        = 0;
tag               853 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->tag        = 0;
tag               889 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->tag        = 0;
tag               917 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->tag        = 0;
tag              1018 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c    msg_ref->tag     = v_tag;                                     \
tag              1046 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c    msg_ref->tag     = v_tag;                                     \
tag              1255 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int dst, int tag,
tag              1267 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                         "crcp:bkmrk: pml_iprobe(%d, %d)", dst, tag));
tag              1278 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_find_any(PROBE_ANY_COUNT, tag, dst,
tag              1325 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int dst, int tag,
tag              1336 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                         "crcp:bkmrk: pml_probe(%d, %d)", dst, tag));
tag              1347 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_find_any(PROBE_ANY_COUNT, tag, dst,
tag              1504 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int dst, int tag,
tag              1539 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
tag              1646 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                int src, int tag, int tmp_ddt_size)
tag              1658 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     tag, src,
tag              1717 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int dst, int tag,
tag              1752 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
tag              1803 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                           int src, int tag, int tmp_ddt_size)
tag              1815 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     tag, src,
tag              1876 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int dst, int tag,
tag              1910 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
tag              1960 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int src, int tag,
tag              1996 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                    count, datatype, 0, tag, src, comm,
tag              2015 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                    count, datatype, 0, tag, src, comm,
tag              2137 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                       msg_ref->count, msg_ref->tag, msg_ref->rank,
tag              2146 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_find_any(msg_ref->count, msg_ref->tag, msg_ref->rank,
tag              2269 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                int src, int tag, int tmp_ddt_size)
tag              2283 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     tag, src,
tag              2301 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                         tag,
tag              2389 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int src, int tag,
tag              2414 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                             &src, &tag, comm, request, NULL,
tag              2445 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
tag              2464 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
tag              2514 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                           int src, int tag, int tmp_ddt_size)
tag              2528 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     tag, src,
tag              2546 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                         tag,
tag              2627 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int src, int tag,
tag              2653 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                             &src, &tag, comm, NULL, &status,
tag              2681 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
tag              2697 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
tag              2886 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     int src, tag;
tag              2906 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     tag = breq->req_tag;
tag              2937 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                                              src, tag, tmp_ddt_size) ) ) {
tag              2947 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                                                   src, tag, tmp_ddt_size) ) ) {
tag              2962 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                                              src, tag, tmp_ddt_size) ) ) {
tag              2972 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                                                   src, tag, tmp_ddt_size) ) ) {
tag              2984 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c int ompi_crcp_bkmrk_pml_quiesce_start(ompi_crcp_bkmrk_pml_quiesce_tag_type_t tag ) {
tag              2994 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c int ompi_crcp_bkmrk_pml_quiesce_end(ompi_crcp_bkmrk_pml_quiesce_tag_type_t tag ) {
tag              3184 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int tag,
tag              3206 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, dest,
tag              3227 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                            count, ddt_size, tag, dest, comm,
tag              3232 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                            count, ddt_size, tag, dest, comm,
tag              3327 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                  old_msg_ref->tag,
tag              3513 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                          (*posted_msg_ref)->tag,
tag              3614 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                              int rank, uint32_t comm_id, int tag,
tag              3634 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
tag              3647 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
tag              3660 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
tag              3673 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
tag              3686 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
tag              3705 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 size_t count, int tag, int peer,
tag              3747 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c            (msg_ref->tag  == MPI_ANY_TAG || msg_ref->tag  == tag)   &&
tag              3753 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 tag, peer));
tag              3770 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 int tag,int dest,
tag              3783 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                   count, tag, dest,
tag              3795 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                              count, NULL, tag, dest, comm,
tag              3837 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     int *src, int *tag,
tag              3856 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_SUCCESS != (ret = drain_message_find_any(count, *tag, *src,
tag              3878 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                              src, tag, request, status,
tag              3897 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int drain_message_find_any(size_t count, int tag, int peer,
tag              3931 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                            count, tag, peer,
tag              3947 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                               size_t count, int tag, int peer,
tag              3972 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                              (int)ddt_size, (int)count, tag, peer,
tag              3973 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                              (int)drain_msg->ddt_size, (int)drain_msg->count, (int)drain_msg->tag, (int)drain_msg->rank));
tag              3983 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( MPI_ANY_TAG    != tag &&
tag              3984 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             drain_msg->tag != tag) {
tag              4091 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      int *src, int *tag,
tag              4103 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( NULL != tag ) {
tag              4104 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         *tag = drain_msg_ref->tag;
tag              4751 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_rml_tag_t tag,
tag              4977 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                              drain_msg_ref->tag,
tag              5340 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_rml_tag_t tag,
tag              5556 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     PACK_BUFFER(buffer, msg_ref->tag, 1, OPAL_INT,
tag              5745 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                               int *rank, uint32_t *comm_id, int *tag,
tag              5768 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     UNPACK_BUFFER(&rb->data, (*tag), 1, OPAL_INT,
tag              5785 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     int rank, uint32_t comm_id, int tag,
tag              5823 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     rank, comm_id, tag, count, datatype_size, /* Message signature */
tag              6103 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                        count, datatype_size, tag, rank,
tag              6362 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                     msg_ref->tag,
tag              6428 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                     msg_ref->tag,
tag                62 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     (int dst, int tag, struct ompi_communicator_t* comm,
tag                67 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( int dst, int tag, struct ompi_communicator_t* comm,
tag                73 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h       int dst, int tag, mca_pml_base_send_mode_t mode,
tag                80 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h       int dst, int tag, mca_pml_base_send_mode_t mode,
tag                87 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h        int dst, int tag, mca_pml_base_send_mode_t mode,
tag                93 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h       int src, int tag, struct ompi_communicator_t* comm,
tag                99 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h       int src, int tag, struct ompi_communicator_t* comm,
tag               105 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h        int src, int tag, struct ompi_communicator_t* comm,
tag               129 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     int ompi_crcp_bkmrk_pml_quiesce_start(ompi_crcp_bkmrk_pml_quiesce_tag_type_t tag );
tag               130 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     int ompi_crcp_bkmrk_pml_quiesce_end(ompi_crcp_bkmrk_pml_quiesce_tag_type_t tag );
tag               225 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h         int tag;
tag               303 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h         int tag;
tag               123 ompi/mca/crcp/crcp.h      (int dst, int tag, struct ompi_communicator_t* comm, int *matched,
tag               127 ompi/mca/crcp/crcp.h      ( int dst, int tag, struct ompi_communicator_t* comm,
tag               131 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               136 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               141 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               146 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               151 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               156 ompi/mca/crcp/crcp.h      (  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               216 ompi/mca/crcp/crcp.h        mca_btl_base_tag_t tag,
tag               248 ompi/mca/crcp/crcp.h        mca_btl_base_tag_t tag,
tag               218 ompi/mca/mtl/mtl.h                           int tag,
tag               266 ompi/mca/mtl/mtl.h                           int tag,
tag               308 ompi/mca/mtl/mtl.h                           int tag,
tag               336 ompi/mca/mtl/mtl.h                           int tag,
tag               349 ompi/mca/mtl/mtl.h                                                 int tag,
tag               348 ompi/mca/mtl/ofi/mtl_ofi.h                   int tag)
tag               390 ompi/mca/mtl/ofi/mtl_ofi.h                   int tag,
tag               432 ompi/mca/mtl/ofi/mtl_ofi.h         match_bits = mtl_ofi_create_send_tag_CQD(comm->c_contextid, tag);
tag               436 ompi/mca/mtl/ofi/mtl_ofi.h                                              comm->c_my_rank, tag);
tag               443 ompi/mca/mtl/ofi/mtl_ofi.h                                                            &match_bits, tag);
tag               524 ompi/mca/mtl/ofi/mtl_ofi.h                    int tag,
tag               564 ompi/mca/mtl/ofi/mtl_ofi.h         match_bits = mtl_ofi_create_send_tag_CQD(comm->c_contextid, tag);
tag               567 ompi/mca/mtl/ofi/mtl_ofi.h                           comm->c_my_rank, tag);
tag               574 ompi/mca/mtl/ofi/mtl_ofi.h                                                            &match_bits, tag);
tag               640 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_TAG = MTL_OFI_GET_TAG(wc->tag);
tag               670 ompi/mca/mtl/ofi/mtl_ofi.h     assert(!MTL_OFI_IS_SYNC_SEND_ACK(wc->tag));
tag               684 ompi/mca/mtl/ofi/mtl_ofi.h     if (OPAL_UNLIKELY(MTL_OFI_IS_SYNC_SEND(wc->tag))) {
tag               704 ompi/mca/mtl/ofi/mtl_ofi.h         tagged_msg.tag = (wc->tag | ompi_mtl_ofi.sync_send_ack) & ~ompi_mtl_ofi.sync_send;
tag               753 ompi/mca/mtl/ofi/mtl_ofi.h                    int tag,
tag               780 ompi/mca/mtl/ofi/mtl_ofi.h                                     tag);
tag               783 ompi/mca/mtl/ofi/mtl_ofi.h                                 tag);
tag               836 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_TAG = MTL_OFI_GET_TAG(wc->tag);
tag               924 ompi/mca/mtl/ofi/mtl_ofi.h     msg.tag = ofi_req->match_bits;
tag               946 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->match_bits = wc->tag;
tag               948 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status.MPI_TAG = MTL_OFI_GET_TAG(wc->tag);
tag               973 ompi/mca/mtl/ofi/mtl_ofi.h                     int tag,
tag              1000 ompi/mca/mtl/ofi/mtl_ofi.h                                     tag);
tag              1004 ompi/mca/mtl/ofi/mtl_ofi.h                                 tag);
tag              1020 ompi/mca/mtl/ofi/mtl_ofi.h     msg.tag = match_bits;
tag              1061 ompi/mca/mtl/ofi/mtl_ofi.h                      int tag,
tag              1097 ompi/mca/mtl/ofi/mtl_ofi.h                                     tag);
tag              1102 ompi/mca/mtl/ofi/mtl_ofi.h                                 tag);
tag              1117 ompi/mca/mtl/ofi/mtl_ofi.h     msg.tag = match_bits;
tag              1447 ompi/mca/mtl/ofi/mtl_ofi.h                   int tag,
tag              1451 ompi/mca/mtl/ofi/mtl_ofi.h     return ompi_mtl_ofi_send_generic(mtl, comm, dest, tag,
tag              1460 ompi/mca/mtl/ofi/mtl_ofi.h                int tag,
tag              1466 ompi/mca/mtl/ofi/mtl_ofi.h     return ompi_mtl_ofi_isend_generic(mtl, comm, dest, tag,
tag              1475 ompi/mca/mtl/ofi/mtl_ofi.h                int tag,
tag              1479 ompi/mca/mtl/ofi/mtl_ofi.h     return ompi_mtl_ofi_irecv_generic(mtl, comm, src, tag,
tag              1488 ompi/mca/mtl/ofi/mtl_ofi.h                 int tag,
tag              1492 ompi/mca/mtl/ofi/mtl_ofi.h     return ompi_mtl_ofi_iprobe_generic(mtl, comm, src, tag,
tag              1501 ompi/mca/mtl/ofi/mtl_ofi.h                  int tag,
tag              1506 ompi/mca/mtl/ofi/mtl_ofi.h     return ompi_mtl_ofi_improbe_generic(mtl, comm, src, tag,
tag                30 ompi/mca/mtl/ofi/mtl_ofi_opt.h               int tag,
tag                37 ompi/mca/mtl/ofi/mtl_ofi_opt.h                int tag,
tag                46 ompi/mca/mtl/ofi/mtl_ofi_opt.h                int tag,
tag                53 ompi/mca/mtl/ofi/mtl_ofi_opt.h                 int tag,
tag                60 ompi/mca/mtl/ofi/mtl_ofi_opt.h                  int tag,
tag               146 ompi/mca/mtl/ofi/mtl_ofi_types.h mtl_ofi_create_send_tag_CQD(int comm_id, int tag)
tag               151 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits |= (tag & MTL_OFI_TAG_MASK_DATA);
tag               158 ompi/mca/mtl/ofi/mtl_ofi_types.h                             int comm_id, int tag)
tag               164 ompi/mca/mtl/ofi/mtl_ofi_types.h     if (MPI_ANY_TAG == tag) {
tag               171 ompi/mca/mtl/ofi/mtl_ofi_types.h         *match_bits |= (ompi_mtl_ofi.mpi_tag_mask & tag);
tag               213 ompi/mca/mtl/ofi/mtl_ofi_types.h mtl_ofi_create_send_tag(int comm_id, int source, int tag)
tag               220 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits |= (tag & ompi_mtl_ofi.mpi_tag_mask);
tag               227 ompi/mca/mtl/ofi/mtl_ofi_types.h                             int comm_id, int source, int tag)
tag               243 ompi/mca/mtl/ofi/mtl_ofi_types.h     if (MPI_ANY_TAG == tag) {
tag               250 ompi/mca/mtl/ofi/mtl_ofi_types.h         *match_bits |= (ompi_mtl_ofi.mpi_tag_mask & tag);
tag               274 ompi/mca/mtl/ofi/mtl_ofi_types.h         src = (int)((wc->tag >> (MTL_OFI_PROTO_BIT_COUNT +
tag               171 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, source, tag, type) \
tag               177 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits |= (MTL_PORTALS4_TAG_MASK & tag) | type;             \
tag               181 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, contextid, source, tag) \
tag               197 ompi/mca/mtl/portals4/mtl_portals4.h         if (MPI_ANY_TAG == tag) {                                       \
tag               200 ompi/mca/mtl/portals4/mtl_portals4.h             match_bits |= (MTL_PORTALS4_TAG_MASK & tag);                \
tag               269 ompi/mca/mtl/portals4/mtl_portals4.h                                   int tag,
tag               276 ompi/mca/mtl/portals4/mtl_portals4.h                                    int tag,
tag               285 ompi/mca/mtl/portals4/mtl_portals4.h                                    int tag,
tag               292 ompi/mca/mtl/portals4/mtl_portals4.h                                     int tag,
tag               304 ompi/mca/mtl/portals4/mtl_portals4.h                                      int tag,
tag                26 ompi/mca/mtl/portals4/mtl_portals4_flowctl.h     int tag;
tag                61 ompi/mca/mtl/portals4/mtl_portals4_probe.c                          int tag,
tag                86 ompi/mca/mtl/portals4/mtl_portals4_probe.c                                src, tag);
tag               134 ompi/mca/mtl/portals4/mtl_portals4_probe.c                           int tag,
tag               147 ompi/mca/mtl/portals4/mtl_portals4_probe.c                         __FILE__, __LINE__, comm->c_contextid, src, tag);
tag               164 ompi/mca/mtl/portals4/mtl_portals4_probe.c                                src, tag);
tag               432 ompi/mca/mtl/portals4/mtl_portals4_recv.c                         int tag,
tag               461 ompi/mca/mtl/portals4/mtl_portals4_recv.c                                src, tag);
tag               232 ompi/mca/mtl/portals4/mtl_portals4_send.c                               void *start, int length, int contextid, int tag,
tag               242 ompi/mca/mtl/portals4/mtl_portals4_send.c     MTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, localrank, tag,
tag               319 ompi/mca/mtl/portals4/mtl_portals4_send.c ompi_mtl_portals4_long_isend(void *start, size_t length, int contextid, int tag,
tag               330 ompi/mca/mtl/portals4/mtl_portals4_send.c     MTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, localrank, tag,
tag               443 ompi/mca/mtl/portals4/mtl_portals4_send.c                                                 pending->tag,
tag               451 ompi/mca/mtl/portals4/mtl_portals4_send.c                                                pending->tag,
tag               470 ompi/mca/mtl/portals4/mtl_portals4_send.c                              int tag,
tag               517 ompi/mca/mtl/portals4/mtl_portals4_send.c     pending->tag = tag;
tag               550 ompi/mca/mtl/portals4/mtl_portals4_send.c                                             tag,
tag               558 ompi/mca/mtl/portals4/mtl_portals4_send.c                                            tag,
tag               572 ompi/mca/mtl/portals4/mtl_portals4_send.c                        int tag,
tag               584 ompi/mca/mtl/portals4/mtl_portals4_send.c     ret = ompi_mtl_portals4_send_start(mtl, comm, dest, tag,
tag               606 ompi/mca/mtl/portals4/mtl_portals4_send.c                         int tag,
tag               619 ompi/mca/mtl/portals4/mtl_portals4_send.c     ret = ompi_mtl_portals4_send_start(mtl, comm, dest, tag,
tag                50 ompi/mca/mtl/psm/mtl_psm.h                  int tag,
tag                57 ompi/mca/mtl/psm/mtl_psm.h                              int tag,
tag                66 ompi/mca/mtl/psm/mtl_psm.h                              int tag,
tag                74 ompi/mca/mtl/psm/mtl_psm.h                               int tag,
tag                86 ompi/mca/mtl/psm/mtl_psm.h                                 int tag,
tag                32 ompi/mca/mtl/psm/mtl_psm_probe.c                               int tag,
tag                40 ompi/mca/mtl/psm/mtl_psm_probe.c     PSM_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel);
tag                77 ompi/mca/mtl/psm/mtl_psm_probe.c                      int tag,
tag                35 ompi/mca/mtl/psm/mtl_psm_recv.c                   int tag,
tag                64 ompi/mca/mtl/psm/mtl_psm_recv.c     PSM_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel);
tag                38 ompi/mca/mtl/psm/mtl_psm_send.c                  int tag,
tag                53 ompi/mca/mtl/psm/mtl_psm_send.c     mqtag = PSM_MAKE_MQTAG(comm->c_contextid, comm->c_my_rank, tag);
tag                94 ompi/mca/mtl/psm/mtl_psm_send.c                   int tag,
tag               111 ompi/mca/mtl/psm/mtl_psm_send.c     mqtag = PSM_MAKE_MQTAG(comm->c_contextid, comm->c_my_rank, tag);
tag                82 ompi/mca/mtl/psm/mtl_psm_types.h #define PSM_MAKE_TAGSEL(user_rank, user_tag, user_ctxt, tag, tagsel)		\
tag                85 ompi/mca/mtl/psm/mtl_psm_types.h 	    (tag)    = PSM_MAKE_MQTAG((user_ctxt),(user_rank),(user_tag));	\
tag                88 ompi/mca/mtl/psm/mtl_psm_types.h 		(tag) &= ~0xffffffffULL;					\
tag                53 ompi/mca/mtl/psm2/mtl_psm2.h                  int tag,
tag                60 ompi/mca/mtl/psm2/mtl_psm2.h                              int tag,
tag                69 ompi/mca/mtl/psm2/mtl_psm2.h                              int tag,
tag                77 ompi/mca/mtl/psm2/mtl_psm2.h                               int tag,
tag                89 ompi/mca/mtl/psm2/mtl_psm2.h                                 int tag,
tag                34 ompi/mca/mtl/psm2/mtl_psm2_probe.c                               int tag,
tag                42 ompi/mca/mtl/psm2/mtl_psm2_probe.c     PSM2_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel);
tag                80 ompi/mca/mtl/psm2/mtl_psm2_probe.c                      int tag,
tag                91 ompi/mca/mtl/psm2/mtl_psm2_probe.c     PSM2_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel);
tag                37 ompi/mca/mtl/psm2/mtl_psm2_recv.c                   int tag,
tag                66 ompi/mca/mtl/psm2/mtl_psm2_recv.c     PSM2_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel);
tag                36 ompi/mca/mtl/psm2/mtl_psm2_send.c                  int tag,
tag                51 ompi/mca/mtl/psm2/mtl_psm2_send.c     PSM2_MAKE_MQTAG(comm->c_contextid, comm->c_my_rank, tag, mqtag);
tag                92 ompi/mca/mtl/psm2/mtl_psm2_send.c                   int tag,
tag               109 ompi/mca/mtl/psm2/mtl_psm2_send.c     PSM2_MAKE_MQTAG(comm->c_contextid, comm->c_my_rank, tag, mqtag);
tag                77 ompi/mca/mtl/psm2/mtl_psm2_types.h #define PSM2_MAKE_MQTAG(ctxt,rank,utag,tag) \
tag                79 ompi/mca/mtl/psm2/mtl_psm2_types.h       (tag).tag0 = utag;                    \
tag                80 ompi/mca/mtl/psm2/mtl_psm2_types.h       (tag).tag1 = rank;                    \
tag                81 ompi/mca/mtl/psm2/mtl_psm2_types.h       (tag).tag2 = ctxt;                    \
tag                84 ompi/mca/mtl/psm2/mtl_psm2_types.h #define PSM2_MAKE_TAGSEL(user_rank, user_tag, user_ctxt, tag, _tagsel)  \
tag                86 ompi/mca/mtl/psm2/mtl_psm2_types.h         (tag).tag0 = user_tag;                                          \
tag                87 ompi/mca/mtl/psm2/mtl_psm2_types.h         (tag).tag1 = user_rank;                                         \
tag                88 ompi/mca/mtl/psm2/mtl_psm2_types.h         (tag).tag2 = user_ctxt;                                         \
tag                95 ompi/mca/mtl/psm2/mtl_psm2_types.h             (tag).tag0 = 0x00000000ULL;                                 \
tag               478 ompi/mca/osc/pt2pt/osc_pt2pt.h                                   int tag,
tag               731 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline int tag_to_target(int tag)
tag               734 ompi/mca/osc/pt2pt/osc_pt2pt.h     return tag + 0;
tag               744 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline int tag_to_origin(int tag)
tag               747 ompi/mca/osc/pt2pt/osc_pt2pt.h     return tag + 2;
tag                74 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                              int tag, ompi_osc_pt2pt_request_t *request)
tag                81 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm,
tag                85 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm,
tag               283 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     int tag = -1, ret;
tag               335 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         tag = get_tag(module);
tag               376 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                             target, tag_to_target(tag), module->comm,
tag               403 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c             header->tag = tag;
tag               407 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                             target, tag_to_target(tag), request);
tag               451 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     int tag = -1;
tag               503 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         tag = get_tag (module);
tag               506 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         tag = !!(module->passive_target_access_epoch);
tag               529 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->tag = tag;
tag               545 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                             target, tag_to_target(tag), module->comm,
tag               575 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                  "acc: starting long accumulate with tag %d", tag));
tag               578 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                             target, tag_to_target(tag), request);
tag               619 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     int ret, tag;
tag               666 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     tag = get_tag (module);
tag               674 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->tag = tag;
tag               688 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                     target, tag_to_origin(tag), module->comm,
tag               755 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     int ret, tag;
tag               820 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     tag = get_tag (module);
tag               836 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->tag = tag;
tag               853 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                             target, tag_to_target(tag), module->comm,
tag               869 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                         target, tag_to_origin(tag), module->comm,
tag               964 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     int tag;
tag              1040 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     tag = get_tag (module);
tag              1055 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->tag = tag;
tag              1072 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                             target_rank, tag_to_target(tag), module->comm,
tag              1086 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                         target_rank, tag_to_origin(tag), module->comm,
tag              1105 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                             target_rank, tag_to_target(tag), module->comm,
tag               401 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                          tag_to_target(put_header->tag),
tag               479 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                    ompi_datatype_t *datatype, int peer, int tag)
tag               492 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     data->peer = (tag & 0x1) ? peer : MPI_PROC_NULL;
tag               495 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = ompi_osc_pt2pt_isend_w_cb (source, count, datatype, peer, tag, module->comm,
tag               534 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                   target, tag_to_origin(get_header->tag));
tag               849 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                             source, tag_to_target(acc_header->tag), module->comm,
tag               878 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         source, tag_to_target(acc_header->tag), module->comm,
tag               928 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         source, tag_to_origin(acc_header->tag), module->comm,
tag               998 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         source, tag_to_target(acc_header->tag), module->comm,
tag              1006 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         source, tag_to_origin(acc_header->tag), module->comm,
tag              1059 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = MCA_PML_CALL(send(target, 1, datatype, source, tag_to_origin(cswap_header->tag),
tag              1066 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         mark_incoming_completion (module, (cswap_header->tag & 0x1) ? source : MPI_PROC_NULL);
tag              1149 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     bool active_target = !(acc_header->tag & 0x1);
tag              1186 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     bool active_target = !(acc_header->tag & 0x1);
tag              1218 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     bool active_target = !(acc_header->tag & 0x1);
tag              1272 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     bool active_target = !(acc_header->tag & 0x1);
tag              1305 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     bool active_target = !(cswap_header->tag & 0x1);
tag              1463 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     int header_len, tag, ret;
tag              1470 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         tag = header->put.tag;
tag              1474 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         tag = header->get.tag;
tag              1478 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         tag = header->acc.tag;
tag              1482 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         tag = header->acc.tag;
tag              1514 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                     source, tag_to_target(tag), module->comm,
tag              1732 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                    int src, int tag, struct ompi_communicator_t *comm)
tag              1734 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     return ompi_osc_pt2pt_irecv_w_cb (buf, count, datatype, src, tag, comm, NULL,
tag              1738 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int ompi_osc_pt2pt_isend_w_cb (const void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
tag              1746 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          count, target, tag));
tag              1748 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = MCA_PML_CALL(isend_init((void *)ptr, count, datatype, target, tag,
tag              1764 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int ompi_osc_pt2pt_irecv_w_cb (void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
tag              1777 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          count, target, tag));
tag              1779 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = MCA_PML_CALL(irecv_init(ptr, count, datatype, target, tag, comm, request_out));
tag                71 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int ompi_osc_pt2pt_isend_w_cb (const void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
tag                94 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int ompi_osc_pt2pt_irecv_w_cb (void *ptr, int count, ompi_datatype_t *datatype, int source, int tag,
tag                73 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint16_t tag;
tag                83 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint16_t tag;
tag                94 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint16_t tag;
tag               113 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint16_t tag;
tag               217 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = ntohs((h).tag);                   \
tag               222 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = htons((h).tag);                   \
tag               228 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = ntohs((h).tag);                   \
tag               233 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = htons((h).tag);                   \
tag               239 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = ntohs((h).tag);                   \
tag               245 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = htons((h).tag);                   \
tag               288 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = ntohs((h).tag);                   \
tag               292 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).tag = htons((h).tag);                   \
tag                64 ompi/mca/pml/base/pml_base_recvreq.h     tag,                                                                 \
tag                78 ompi/mca/pml/base/pml_base_recvreq.h     (request)->req_base.req_tag = tag;                                   \
tag                75 ompi/mca/pml/base/pml_base_sendreq.h                                         tag,                              \
tag                92 ompi/mca/pml/base/pml_base_sendreq.h       (request)->req_base.req_tag = (int32_t)tag;                         \
tag                78 ompi/mca/pml/cm/pml_cm.h                       int tag,
tag                91 ompi/mca/pml/cm/pml_cm.h     MCA_PML_CM_HVY_RECV_REQUEST_INIT(recvreq, ompi_proc, comm, tag, src,
tag               104 ompi/mca/pml/cm/pml_cm.h                  int tag,
tag               127 ompi/mca/pml/cm/pml_cm.h     MCA_PML_CM_THIN_RECV_REQUEST_START(recvreq, comm, tag, src, ret);
tag               147 ompi/mca/pml/cm/pml_cm.h                 int tag,
tag               205 ompi/mca/pml/cm/pml_cm.h                               tag,
tag               228 ompi/mca/pml/cm/pml_cm.h                         int tag,
tag               242 ompi/mca/pml/cm/pml_cm.h     MCA_PML_CM_HVY_SEND_REQUEST_INIT(sendreq, ompi_proc, comm, tag, dst,
tag               261 ompi/mca/pml/cm/pml_cm.h                    int tag,
tag               281 ompi/mca/pml/cm/pml_cm.h                                          tag,
tag               306 ompi/mca/pml/cm/pml_cm.h                                           tag,
tag               317 ompi/mca/pml/cm/pml_cm.h                                            tag,
tag               335 ompi/mca/pml/cm/pml_cm.h                 int tag,
tag               352 ompi/mca/pml/cm/pml_cm.h                                          tag,
tag               398 ompi/mca/pml/cm/pml_cm.h                                  tag,
tag               408 ompi/mca/pml/cm/pml_cm.h mca_pml_cm_iprobe(int src, int tag,
tag               413 ompi/mca/pml/cm/pml_cm.h                                 comm, src, tag,
tag               418 ompi/mca/pml/cm/pml_cm.h mca_pml_cm_probe(int src, int tag,
tag               426 ompi/mca/pml/cm/pml_cm.h                                    comm, src, tag,
tag               438 ompi/mca/pml/cm/pml_cm.h                    int tag,
tag               445 ompi/mca/pml/cm/pml_cm.h                                  comm, src, tag,
tag               452 ompi/mca/pml/cm/pml_cm.h                   int tag,
tag               461 ompi/mca/pml/cm/pml_cm.h                                     comm, src, tag,
tag               156 ompi/mca/pml/cm/pml_cm_recvreq.h                                           tag,                          \
tag               170 ompi/mca/pml/cm/pml_cm_recvreq.h     request->req_tag = tag;                                             \
tag               195 ompi/mca/pml/cm/pml_cm_recvreq.h                                           tag,                          \
tag               209 ompi/mca/pml/cm/pml_cm_recvreq.h     request->req_tag = tag;                                             \
tag               233 ompi/mca/pml/cm/pml_cm_recvreq.h #define MCA_PML_CM_THIN_RECV_REQUEST_START(request, comm, tag, src, ret) \
tag               250 ompi/mca/pml/cm/pml_cm_recvreq.h                               tag,                                      \
tag               125 ompi/mca/pml/cm/pml_cm_sendreq.h                                             tag,                        \
tag               147 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_ompi.req_status.MPI_TAG = tag;             \
tag               156 ompi/mca/pml/cm/pml_cm_sendreq.h                                             tag,                        \
tag               178 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_ompi.req_status.MPI_TAG = tag;             \
tag               189 ompi/mca/pml/cm/pml_cm_sendreq.h                                             tag,                        \
tag               211 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_ompi.req_status.MPI_TAG = tag;             \
tag               221 ompi/mca/pml/cm/pml_cm_sendreq.h                                             tag,                        \
tag               258 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_ompi.req_status.MPI_TAG = tag;             \
tag               268 ompi/mca/pml/cm/pml_cm_sendreq.h                                           tag,                          \
tag               280 ompi/mca/pml/cm/pml_cm_sendreq.h         sendreq->req_tag = tag;                                         \
tag               287 ompi/mca/pml/cm/pml_cm_sendreq.h                                              tag,                       \
tag               306 ompi/mca/pml/cm/pml_cm_sendreq.h                                            tag,                         \
tag               319 ompi/mca/pml/cm/pml_cm_sendreq.h                                              tag,                       \
tag               341 ompi/mca/pml/cm/pml_cm_sendreq.h                                            tag,                         \
tag               351 ompi/mca/pml/cm/pml_cm_sendreq.h                               tag,                                      \
tag                93 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status );
tag                95 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status );
tag                99 ompi/mca/pml/crcpw/pml_crcpw.h                              int tag,
tag               106 ompi/mca/pml/crcpw/pml_crcpw.h                             int tag,
tag               111 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               114 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               117 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               120 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               123 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               126 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               285 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status )
tag               296 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_iprobe(dst, tag, comm, matched, status, pml_state);
tag               308 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_iprobe(dst, tag, comm, matched, status) ) ) {
tag               315 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_iprobe(dst, tag, comm, matched, status, pml_state);
tag               328 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status )
tag               339 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_probe(dst, tag, comm, status, pml_state);
tag               351 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_probe(dst, tag, comm, status) ) ) {
tag               358 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_probe(dst, tag, comm, status, pml_state);
tag               371 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               383 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
tag               391 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request) ) ) {
tag               398 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
tag               410 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               422 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
tag               430 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend(buf, count, datatype, dst, tag, mode, comm, request) ) ) {
tag               437 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
tag               452 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
tag               464 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state);
tag               472 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_send(buf, count, datatype, dst, tag, mode, comm) ) ) {
tag               479 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state);
tag               494 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               506 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request,  pml_state);
tag               514 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv_init(buf, count, datatype, src, tag, comm, request) ) ) {
tag               521 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request,  pml_state);
tag               533 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               545 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state);
tag               557 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv(buf, count, datatype, src, tag, comm, request) ) ) {
tag               564 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state);
tag               577 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
tag               597 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
tag               609 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (actual_ret = mca_pml_crcpw_module.wrapped_pml_module.pml_recv(buf, count, datatype, src, tag, comm, status) ) ) {
tag               616 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
tag               762 ompi/mca/pml/crcpw/pml_crcpw_module.c                       int tag,
tag               774 ompi/mca/pml/crcpw/pml_crcpw_module.c                      int tag,
tag                58 ompi/mca/pml/example/pml_example.h                                int tag,
tag                64 ompi/mca/pml/example/pml_example.h                               int tag,
tag                69 ompi/mca/pml/example/pml_example.h                                    int tag,
tag                76 ompi/mca/pml/example/pml_example.h                                   int tag,
tag                88 ompi/mca/pml/example/pml_example.h                                    int tag,
tag                97 ompi/mca/pml/example/pml_example.h                               int tag,
tag               106 ompi/mca/pml/example/pml_example.h                              int tag,
tag               114 ompi/mca/pml/example/pml_example.h                                    int tag,
tag               122 ompi/mca/pml/example/pml_example.h                               int tag,
tag               130 ompi/mca/pml/example/pml_example.h                              int tag,
tag                16 ompi/mca/pml/example/pml_example_iprobe.c int mca_pml_example_iprobe( int src, int tag,
tag                23 ompi/mca/pml/example/pml_example_iprobe.c int mca_pml_example_probe( int src, int tag,
tag                31 ompi/mca/pml/example/pml_example_iprobe.c                             int tag,
tag                41 ompi/mca/pml/example/pml_example_iprobe.c                            int tag,
tag                21 ompi/mca/pml/example/pml_example_irecv.c                             int tag,
tag                32 ompi/mca/pml/example/pml_example_irecv.c                        int tag,
tag                44 ompi/mca/pml/example/pml_example_irecv.c                       int tag,
tag                19 ompi/mca/pml/example/pml_example_isend.c                             int tag,
tag                32 ompi/mca/pml/example/pml_example_isend.c                        int tag,
tag                44 ompi/mca/pml/example/pml_example_isend.c                       int tag,
tag                49 ompi/mca/pml/monitoring/pml_monitoring.h                                      int tag,
tag                55 ompi/mca/pml/monitoring/pml_monitoring.h                                     int tag,
tag                60 ompi/mca/pml/monitoring/pml_monitoring.h                                       int tag,
tag                67 ompi/mca/pml/monitoring/pml_monitoring.h                                      int tag,
tag                76 ompi/mca/pml/monitoring/pml_monitoring.h                                          int tag,
tag                85 ompi/mca/pml/monitoring/pml_monitoring.h                                     int tag,
tag                94 ompi/mca/pml/monitoring/pml_monitoring.h                                    int tag,
tag               102 ompi/mca/pml/monitoring/pml_monitoring.h                                          int tag,
tag               110 ompi/mca/pml/monitoring/pml_monitoring.h                                     int tag,
tag               118 ompi/mca/pml/monitoring/pml_monitoring.h                                    int tag,
tag                20 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                                int tag,
tag                25 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c     return pml_selected_module.pml_iprobe(dst, tag, comm,
tag                30 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                               int tag,
tag                34 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c     return pml_selected_module.pml_probe(dst, tag, comm, status);
tag                38 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                                int tag,
tag                44 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c     return pml_selected_module.pml_improbe(dst, tag, comm,
tag                50 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                               int tag,
tag                55 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c     return pml_selected_module.pml_mprobe(dst, tag, comm, message, status);
tag                23 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                                   int tag,
tag                28 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                                               src, tag, comm, request);
tag                36 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                              int tag,
tag                41 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                                          src, tag, comm, request);
tag                49 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                             int tag,
tag                54 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                                         src, tag, comm, status);
tag                20 ompi/mca/pml/monitoring/pml_monitoring_isend.c                                   int tag,
tag                26 ompi/mca/pml/monitoring/pml_monitoring_isend.c                                               dst, tag, mode, comm, request);
tag                33 ompi/mca/pml/monitoring/pml_monitoring_isend.c                              int tag,
tag                47 ompi/mca/pml/monitoring/pml_monitoring_isend.c         mca_common_monitoring_record_pml(world_rank, data_size, tag);
tag                51 ompi/mca/pml/monitoring/pml_monitoring_isend.c                                          dst, tag, mode, comm, request);
tag                58 ompi/mca/pml/monitoring/pml_monitoring_isend.c                             int tag,
tag                68 ompi/mca/pml/monitoring/pml_monitoring_isend.c         mca_common_monitoring_record_pml(world_rank, data_size, tag);
tag                72 ompi/mca/pml/monitoring/pml_monitoring_isend.c                                         dst, tag, mode, comm);
tag                97 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
tag               112 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = ((elem->tags[i] & elem->tmask[i]) ==  (tag & elem->tmask[i])) && ((elem->srcs[i] & elem->smask[i]) == (peer & elem->smask[i]));
tag               124 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
tag               139 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = ((elem->tags[i] & elem->tmask[i]) ==  (tag & elem->tmask[i])) && ((elem->srcs[i] & elem->smask[i]) == (peer & elem->smask[i]));
tag               183 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
tag               194 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     if(tag == OMPI_ANY_TAG)
tag               204 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_prq_append list: %x mask: %x tag: %x peer: %x\n", list, mask_tag, tag, source);
tag               245 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->tags[elem->end] = tag;
tag               371 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
tag               375 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               391 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     if(tag == OMPI_ANY_TAG)
tag               397 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     tag = tag & tmask;
tag               406 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = (tag == (elem->tags[i] & tmask))  && (peer == (elem->srcs[i] & smask));
tag               456 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
tag               459 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_umq_append list: %x payload: %x tag: %d src: %d\n", list, payload, tag, source);
tag               506 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->tags[elem->end] = tag;
tag                93 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
tag                96 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_prq_find_verify list: %x tag: %x peer: %x\n", list, tag, peer);
tag               101 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = peer ^ tag;
tag               113 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                     if((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG))
tag               128 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
tag               131 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_prq_find_dequeue_verify list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               137 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = peer ^ tag;
tag               159 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                 if(((0x1l << i) & result) && req && ((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG)))
tag               202 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
tag               205 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     key = source ^ tag;
tag               206 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     if(source == OMPI_ANY_SOURCE || tag == OMPI_ANY_TAG)
tag               375 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
tag               378 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               387 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = peer ^ tag;
tag               389 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     if(peer == OMPI_ANY_SOURCE || tag == OMPI_ANY_TAG)
tag               411 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                     if((req->hdr.hdr_match.hdr_src == peer || peer == OMPI_ANY_SOURCE) && (req->hdr.hdr_match.hdr_tag == tag || tag == OMPI_ANY_TAG))
tag               463 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
tag               465 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = source ^ tag;
tag               467 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
tag                93 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
tag                96 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_prq_find_verify list: %x tag: %x peer: %x\n", list, tag, peer);
tag               101 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = peer ^ tag;
tag               113 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                     if((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG))
tag               128 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
tag               131 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_prq_find_dequeue_verify list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               137 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = peer ^ tag;
tag               153 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                 if((0x1 << i & result) && req && ((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG)))
tag               196 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
tag               199 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     key = source ^ tag;
tag               200 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     if(source == OMPI_ANY_SOURCE || tag == OMPI_ANY_TAG)
tag               367 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
tag               370 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               377 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = peer ^ tag;
tag               381 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     if(peer == OMPI_ANY_SOURCE || tag == OMPI_ANY_TAG)
tag               402 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                     if((req->hdr.hdr_match.hdr_src == peer || peer == OMPI_ANY_SOURCE) && (req->hdr.hdr_match.hdr_tag == tag || tag == OMPI_ANY_TAG))
tag               454 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
tag               456 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = source ^ tag;
tag               458 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
tag                91 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
tag                94 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_prq_find_verify list: %x tag: %x peer: %x\n", list, tag, peer);
tag               100 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
tag               112 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                     if((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG))
tag               127 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
tag               130 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_prq_find_dequeue_verify list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               137 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
tag               153 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                 if((0x1 << i & result) && req && ((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG)))
tag               196 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
tag               209 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     if(tag == OMPI_ANY_TAG)
tag               211 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         ((int8_t*)&key)[3] = (int8_t)tag;
tag               216 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         ((int8_t*)&key)[3] = (int8_t)tag;
tag               376 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
tag               379 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               387 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
tag               399 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     if(tag == OMPI_ANY_TAG)
tag               420 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                     if((req->hdr.hdr_match.hdr_src == peer || peer == OMPI_ANY_SOURCE) && (req->hdr.hdr_match.hdr_tag == tag || tag == OMPI_ANY_TAG))
tag               472 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
tag               475 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
tag                22 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     int tag;
tag                51 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             elem->tag = ~0;
tag                79 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
tag                82 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_prq_find_verify list: %x tag: %x peer: %x\n", list, tag, peer);
tag                89 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         result = ((elem->tag & elem->tmask) == (tag & elem->tmask)) &&
tag               100 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
tag               103 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_prq_find_dequeue_verify list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               111 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         result = ((elem->tag & elem->tmask) == (tag & elem->tmask)) &&
tag               116 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             elem->tag = ~0;
tag               152 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
tag               163 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     if(tag == OMPI_ANY_TAG)
tag               173 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_prq_append list: %x tag: %x soruce: %x tag: %x peer: %x\n", list, tag, source, req->req_tag, req->req_peer);
tag               202 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     elem->tag = tag;
tag               268 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         printf("%d The key is %d, the mask is %d, the value is %ld\n", i, elem->tag, elem->tmask, elem->value);
tag               310 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     int tag;
tag               326 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
tag               329 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
tag               343 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     if(tag == OMPI_ANY_TAG)
tag               348 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     tag = tag & tmask;
tag               353 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         result = ((elem->tag & tmask) == tag) &&
tag               358 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             printf("Found list: %x tag: %x peer: %x\n", list, tag, peer);
tag               377 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     elem->tag = ~0;
tag               397 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
tag               400 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_umq_append list: %x payload: %x tag: %d src: %d\n", list,  payload, tag, source);
tag               439 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     elem->tag = tag;
tag                95 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
tag                98 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_prq_find_verify list: %p tag: %x peer: %x\n", (void *) list, tag, peer);
tag               103 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __m512i tsearch = _mm512_set1_epi32(tag);
tag               129 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
tag               132 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_prq_find_dequeue_verify list: %p:%d tag: %x peer: %x\n", (void *) list, list->size, tag, peer);
tag               138 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __m512i tsearch = _mm512_set1_epi32(tag);
tag               155 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 if((0x1 << i & result) && req && ((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG)))
tag               200 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
tag               211 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     if(tag == OMPI_ANY_TAG)
tag               263 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->tags)))[elem->end] = tag;
tag               387 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
tag               390 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_umq_find_verify_hold list: %p:%d tag: %x peer: %x\n", (void *) list, list->size, tag, peer);
tag               397 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __m512i tsearch = _mm512_set1_epi32(tag);
tag               407 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     if(tag == OMPI_ANY_TAG)
tag               475 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
tag               479 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
tag               520 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->tags)))[elem->end] = tag;
tag               119 ompi/mca/pml/ob1/pml_ob1.h                                int tag,
tag               125 ompi/mca/pml/ob1/pml_ob1.h                               int tag,
tag               130 ompi/mca/pml/ob1/pml_ob1.h                                int tag,
tag               137 ompi/mca/pml/ob1/pml_ob1.h                               int tag,
tag               146 ompi/mca/pml/ob1/pml_ob1.h                                    int tag,
tag               155 ompi/mca/pml/ob1/pml_ob1.h                               int tag,
tag               164 ompi/mca/pml/ob1/pml_ob1.h                              int tag,
tag               172 ompi/mca/pml/ob1/pml_ob1.h                                    int tag,
tag               180 ompi/mca/pml/ob1/pml_ob1.h                               int tag,
tag               188 ompi/mca/pml/ob1/pml_ob1.h                              int tag,
tag                28 ompi/mca/pml/ob1/pml_ob1_iprobe.c                        int tag,
tag                39 ompi/mca/pml/ob1/pml_ob1_iprobe.c     MCA_PML_OB1_RECV_REQUEST_INIT(&recvreq, NULL, 0, &ompi_mpi_char.dt, src, tag, comm, false);
tag                58 ompi/mca/pml/ob1/pml_ob1_iprobe.c                       int tag,
tag                69 ompi/mca/pml/ob1/pml_ob1_iprobe.c     MCA_PML_OB1_RECV_REQUEST_INIT(&recvreq, NULL, 0, &ompi_mpi_char.dt, src, tag, comm, false);
tag                85 ompi/mca/pml/ob1/pml_ob1_iprobe.c                     int tag,
tag               106 ompi/mca/pml/ob1/pml_ob1_iprobe.c                                   src, tag, comm, false);
tag               140 ompi/mca/pml/ob1/pml_ob1_iprobe.c                    int tag,
tag               160 ompi/mca/pml/ob1/pml_ob1_iprobe.c                                   src, tag, comm, false);
tag                48 ompi/mca/pml/ob1/pml_ob1_irecv.c                            int tag,
tag                60 ompi/mca/pml/ob1/pml_ob1_irecv.c                                    count, datatype, src, tag, comm, true);
tag                80 ompi/mca/pml/ob1/pml_ob1_irecv.c                       int tag,
tag                92 ompi/mca/pml/ob1/pml_ob1_irecv.c                                    count, datatype, src, tag, comm, false);
tag               108 ompi/mca/pml/ob1/pml_ob1_irecv.c                      int tag,
tag               128 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   src, tag, comm, false);
tag               185 ompi/mca/pml/ob1/pml_ob1_irecv.c     int src, tag;
tag               195 ompi/mca/pml/ob1/pml_ob1_irecv.c     tag = recvreq->req_recv.req_base.req_ompi.req_status.MPI_TAG;
tag               213 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   src, tag, comm, false);
tag               278 ompi/mca/pml/ob1/pml_ob1_irecv.c     int src, tag, rc;
tag               289 ompi/mca/pml/ob1/pml_ob1_irecv.c     tag = recvreq->req_recv.req_base.req_ompi.req_status.MPI_TAG;
tag               306 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   src, tag, comm, false);
tag                46 ompi/mca/pml/ob1/pml_ob1_isend.c                            int tag,
tag                60 ompi/mca/pml/ob1/pml_ob1_isend.c                                   dst, tag,
tag                80 ompi/mca/pml/ob1/pml_ob1_isend.c                                            int dst, int tag, int16_t seqn,
tag               115 ompi/mca/pml/ob1/pml_ob1_isend.c                                    tag, seqn);
tag               132 ompi/mca/pml/ob1/pml_ob1_isend.c         SPC_USER_OR_MPI(tag, (ompi_spc_value_t)size, OMPI_SPC_BYTES_SENT_USER, OMPI_SPC_BYTES_SENT_MPI);
tag               151 ompi/mca/pml/ob1/pml_ob1_isend.c                       int tag,
tag               172 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_send_inline (buf, count, datatype, dst, tag, seqn, dst_proc,
tag               191 ompi/mca/pml/ob1/pml_ob1_isend.c                                   dst, tag,
tag               207 ompi/mca/pml/ob1/pml_ob1_isend.c                      int tag,
tag               226 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_isend (buf, count, datatype, dst, tag, sendmode, comm, &brequest);
tag               246 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_send_inline (buf, count, datatype, dst, tag, seqn, dst_proc,
tag               271 ompi/mca/pml/ob1/pml_ob1_isend.c                                   dst, tag,
tag               344 ompi/mca/pml/ob1/pml_ob1_recvfrag.c                                           mca_btl_base_tag_t tag,
tag               523 ompi/mca/pml/ob1/pml_ob1_recvfrag.c                                          mca_btl_base_tag_t tag,
tag               540 ompi/mca/pml/ob1/pml_ob1_recvfrag.c                                          mca_btl_base_tag_t tag,
tag               559 ompi/mca/pml/ob1/pml_ob1_recvfrag.c                                         mca_btl_base_tag_t tag,
tag               626 ompi/mca/pml/ob1/pml_ob1_recvfrag.c                                          mca_btl_base_tag_t tag,
tag               663 ompi/mca/pml/ob1/pml_ob1_recvfrag.c                                         mca_btl_base_tag_t tag,
tag               683 ompi/mca/pml/ob1/pml_ob1_recvfrag.c                                         mca_btl_base_tag_t tag,
tag               730 ompi/mca/pml/ob1/pml_ob1_recvfrag.c     int tag = hdr->hdr_tag;
tag               758 ompi/mca/pml/ob1/pml_ob1_recvfrag.c         if(req_tag == tag || (req_tag == OMPI_ANY_TAG && tag >= 0)) {
tag               781 ompi/mca/pml/ob1/pml_ob1_recvfrag.c     int tag = hdr->hdr_tag;
tag               786 ompi/mca/pml/ob1/pml_ob1_recvfrag.c         if (req_tag == tag || (req_tag == OMPI_ANY_TAG && tag >= 0)) {
tag               117 ompi/mca/pml/ob1/pml_ob1_recvfrag.h                                                   mca_btl_base_tag_t tag,
tag               126 ompi/mca/pml/ob1/pml_ob1_recvfrag.h                                                  mca_btl_base_tag_t tag,
tag               134 ompi/mca/pml/ob1/pml_ob1_recvfrag.h                                                  mca_btl_base_tag_t tag,
tag               143 ompi/mca/pml/ob1/pml_ob1_recvfrag.h                                                 mca_btl_base_tag_t tag,
tag               151 ompi/mca/pml/ob1/pml_ob1_recvfrag.h                                                  mca_btl_base_tag_t tag,
tag               159 ompi/mca/pml/ob1/pml_ob1_recvfrag.h                                                 mca_btl_base_tag_t tag,
tag               167 ompi/mca/pml/ob1/pml_ob1_recvfrag.h                                                 mca_btl_base_tag_t tag,
tag              1124 ompi/mca/pml/ob1/pml_ob1_recvreq.c     int tag = req->req_recv.req_base.req_tag;
tag              1132 ompi/mca/pml/ob1/pml_ob1_recvreq.c     if( OMPI_ANY_TAG == tag ) {
tag              1139 ompi/mca/pml/ob1/pml_ob1_recvreq.c             if( frag->hdr.hdr_match.hdr_tag == tag )
tag               105 ompi/mca/pml/ob1/pml_ob1_recvreq.h                                        tag,                         \
tag               114 ompi/mca/pml/ob1/pml_ob1_recvreq.h                                     tag,                            \
tag               142 ompi/mca/pml/ob1/pml_ob1_sendreq.h                                        tag,                             \
tag               152 ompi/mca/pml/ob1/pml_ob1_sendreq.h                                        tag,                             \
tag               216 ompi/mca/pml/pml.h     int tag,
tag               238 ompi/mca/pml/pml.h     int tag,
tag               267 ompi/mca/pml/pml.h     int tag,
tag               297 ompi/mca/pml/pml.h     int tag,
tag               322 ompi/mca/pml/pml.h     int tag,
tag               346 ompi/mca/pml/pml.h     int tag,
tag               373 ompi/mca/pml/pml.h     int tag,
tag               381 ompi/mca/pml/pml.h     int tag,
tag               400 ompi/mca/pml/pml.h     int tag,
tag               407 ompi/mca/pml/pml.h     int tag,
tag               525 ompi/mca/pml/ucx/pml_ucx.c                              int src, int tag, struct ompi_communicator_t* comm,
tag               536 ompi/mca/pml/ucx/pml_ucx.c                        tag, comm, (void*)request, (void*)req);
tag               545 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_MAKE_RECV_TAG(req->tag, req->recv.tag_mask, tag, src, comm);
tag               552 ompi/mca/pml/ucx/pml_ucx.c                       int src, int tag, struct ompi_communicator_t* comm,
tag               558 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("irecv request *%p", buf, count, datatype, src, tag, comm,
tag               561 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm);
tag               578 ompi/mca/pml/ucx/pml_ucx.c                      int tag, struct ompi_communicator_t* comm,
tag               586 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("%s", buf, count, datatype, src, tag, comm, "recv");
tag               589 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm);
tag               625 ompi/mca/pml/ucx/pml_ucx.c                            int dst, int tag, mca_pml_base_send_mode_t mode,
tag               638 ompi/mca/pml/ucx/pml_ucx.c                        tag, mode, comm, (void*)request, (void*)req)
tag               650 ompi/mca/pml/ucx/pml_ucx.c     req->tag                      = PML_UCX_MAKE_SEND_TAG(tag, comm);
tag               729 ompi/mca/pml/ucx/pml_ucx.c                                                        ucp_tag_t tag,
tag               734 ompi/mca/pml/ucx/pml_ucx.c         return mca_pml_ucx_bsend(ep, buf, count, datatype, tag);
tag               736 ompi/mca/pml/ucx/pml_ucx.c         return ucp_tag_send_sync_nb(ep, buf, count, ucx_datatype, tag, cb);
tag               738 ompi/mca/pml/ucx/pml_ucx.c         return ucp_tag_send_nb(ep, buf, count, ucx_datatype, tag, cb);
tag               743 ompi/mca/pml/ucx/pml_ucx.c                       int dst, int tag, mca_pml_base_send_mode_t mode,
tag               751 ompi/mca/pml/ucx/pml_ucx.c                        buf, count, datatype, dst, tag, mode, comm, 
tag               762 ompi/mca/pml/ucx/pml_ucx.c                                                    PML_UCX_MAKE_SEND_TAG(tag, comm), mode,
tag               783 ompi/mca/pml/ucx/pml_ucx.c                     ucp_tag_t tag, mca_pml_base_send_mode_t mode,
tag               790 ompi/mca/pml/ucx/pml_ucx.c                                                    tag, mode, cb);
tag               805 ompi/mca/pml/ucx/pml_ucx.c                      ucp_datatype_t ucx_datatype, ucp_tag_t tag)
tag               813 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_tag_send_nbr(ep, buf, count, ucx_datatype, tag, req);
tag               823 ompi/mca/pml/ucx/pml_ucx.c                      int tag, mca_pml_base_send_mode_t mode,
tag               828 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_SEND("%s", buf, count, datatype, dst, tag, mode, comm,
tag               841 ompi/mca/pml/ucx/pml_ucx.c                                     PML_UCX_MAKE_SEND_TAG(tag, comm));
tag               847 ompi/mca/pml/ucx/pml_ucx.c                                PML_UCX_MAKE_SEND_TAG(tag, comm), mode,
tag               851 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_iprobe(int src, int tag, struct ompi_communicator_t* comm,
tag               860 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_PROBE("iprobe", src, tag, comm);
tag               862 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm);
tag               876 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_probe(int src, int tag, struct ompi_communicator_t* comm,
tag               883 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_PROBE("probe", src, tag, comm);
tag               885 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm);
tag               897 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_improbe(int src, int tag, struct ompi_communicator_t* comm,
tag               907 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_PROBE("improbe", src, tag, comm);
tag               909 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm);
tag               925 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_mprobe(int src, int tag, struct ompi_communicator_t* comm,
tag               933 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_PROBE("mprobe", src, tag, comm);
tag               935 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm);
tag              1018 ompi/mca/pml/ucx/pml_ucx.c                                                                preq->tag,
tag              1026 ompi/mca/pml/ucx/pml_ucx.c                                                        preq->tag,
tag                80 ompi/mca/pml/ucx/pml_ucx.h                              int src, int tag, struct ompi_communicator_t* comm,
tag                84 ompi/mca/pml/ucx/pml_ucx.h                         int src, int tag, struct ompi_communicator_t* comm,
tag                88 ompi/mca/pml/ucx/pml_ucx.h                        int tag, struct ompi_communicator_t* comm,
tag                92 ompi/mca/pml/ucx/pml_ucx.h                              int dst, int tag, mca_pml_base_send_mode_t mode,
tag                97 ompi/mca/pml/ucx/pml_ucx.h                         int dst, int tag, mca_pml_base_send_mode_t mode,
tag               102 ompi/mca/pml/ucx/pml_ucx.h                        int tag, mca_pml_base_send_mode_t mode,
tag               105 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_iprobe(int src, int tag, struct ompi_communicator_t* comm,
tag               108 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_probe(int src, int tag, struct ompi_communicator_t* comm,
tag               111 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_improbe(int src, int tag, struct ompi_communicator_t* comm,
tag               115 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_mprobe(int src, int tag, struct ompi_communicator_t* comm,
tag               106 ompi/mca/pml/ucx/pml_ucx_request.h     ucp_tag_t                         tag;
tag               161 ompi/mca/pml/ucx/pml_ucx_request.h     int64_t tag;
tag               164 ompi/mca/pml/ucx/pml_ucx_request.h         tag = info->sender_tag;
tag               166 ompi/mca/pml/ucx/pml_ucx_request.h         mpi_status->MPI_SOURCE = PML_UCX_TAG_GET_SOURCE(tag);
tag               167 ompi/mca/pml/ucx/pml_ucx_request.h         mpi_status->MPI_TAG    = PML_UCX_TAG_GET_MPI_TAG(tag);
tag               331 ompi/mca/pml/yalla/pml_yalla.c                              int src, int tag, struct ompi_communicator_t* comm,
tag               336 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm,
tag               342 ompi/mca/pml/yalla/pml_yalla.c                       src, tag, comm->c_name);
tag               347 ompi/mca/pml/yalla/pml_yalla.c                         int src, int tag, struct ompi_communicator_t* comm,
tag               353 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm,
tag               359 ompi/mca/pml/yalla/pml_yalla.c                       (void *)request, (void *)rreq, src, tag, datatype->name, count);
tag               371 ompi/mca/pml/yalla/pml_yalla.c                        int tag, struct ompi_communicator_t* comm,
tag               378 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, src, tag, comm, recv);
tag               381 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_VERBOSE(8, "receive from %d tag %d dtype %s count %zu", src, tag,
tag               393 ompi/mca/pml/yalla/pml_yalla.c                       rreq.tag, rreq.tag_mask,
tag               402 ompi/mca/pml/yalla/pml_yalla.c                              int dst, int tag, mca_pml_base_send_mode_t mode,
tag               408 ompi/mca/pml/yalla/pml_yalla.c     sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm,
tag               418 ompi/mca/pml/yalla/pml_yalla.c                       dst, tag, comm->c_name);
tag               469 ompi/mca/pml/yalla/pml_yalla.c                         int dst, int tag, mca_pml_base_send_mode_t mode,
tag               477 ompi/mca/pml/yalla/pml_yalla.c     sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm,
tag               483 ompi/mca/pml/yalla/pml_yalla.c                       (void *)request, (void *)sreq, dst, mode, tag, datatype->name, count);
tag               503 ompi/mca/pml/yalla/pml_yalla.c                        int tag, mca_pml_base_send_mode_t mode,
tag               509 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_SEND_REQ(&sreq, (void *)buf, count, datatype, dst, tag, mode, comm, send);
tag               512 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_VERBOSE(8, "send to %d tag %d dtype %s count %zu", dst, tag,
tag               534 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_iprobe(int src, int tag, struct ompi_communicator_t* comm,
tag               540 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_PROBE_REQ(&rreq, src, tag, comm);
tag               558 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_probe(int src, int tag, struct ompi_communicator_t* comm,
tag               564 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_PROBE_REQ(&rreq, src, tag, comm);
tag               581 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_improbe(int src, int tag, struct ompi_communicator_t* comm,
tag               589 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_PROBE_REQ(&rreq, src, tag, comm);
tag               608 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_mprobe(int src, int tag, struct ompi_communicator_t* comm,
tag               616 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_PROBE_REQ(&rreq, src, tag, comm);
tag               684 ompi/mca/pml/yalla/pml_yalla.c                       rreq.tag, rreq.tag_mask,
tag                99 ompi/mca/pml/yalla/pml_yalla.h                              int src, int tag, struct ompi_communicator_t* comm,
tag               103 ompi/mca/pml/yalla/pml_yalla.h                         int src, int tag, struct ompi_communicator_t* comm,
tag               107 ompi/mca/pml/yalla/pml_yalla.h                        int tag, struct ompi_communicator_t* comm,
tag               111 ompi/mca/pml/yalla/pml_yalla.h                              int dst, int tag, mca_pml_base_send_mode_t mode,
tag               116 ompi/mca/pml/yalla/pml_yalla.h                         int dst, int tag, mca_pml_base_send_mode_t mode,
tag               121 ompi/mca/pml/yalla/pml_yalla.h                        int tag, mca_pml_base_send_mode_t mode,
tag               124 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_iprobe(int src, int tag, struct ompi_communicator_t* comm,
tag               127 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_probe(int src, int tag, struct ompi_communicator_t* comm,
tag               130 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_improbe(int src, int tag, struct ompi_communicator_t* comm,
tag               134 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_mprobe(int src, int tag, struct ompi_communicator_t* comm,
tag               133 ompi/mca/pml/yalla/pml_yalla_request.c     mxm_sreq->op.send.tag      = 0;
tag               144 ompi/mca/pml/yalla/pml_yalla_request.c     mxm_rreq->tag             = 0;
tag               206 ompi/mca/pml/yalla/pml_yalla_request.c                       rreq->mxm.tag, rreq->mxm.tag_mask,
tag                89 ompi/mca/pml/yalla/pml_yalla_request.h         (_sreq)->op.send.tag      = _tag; \
tag                97 ompi/mca/pml/yalla/pml_yalla_request.h             (_rreq)->tag = 0; \
tag               100 ompi/mca/pml/yalla/pml_yalla_request.h             (_rreq)->tag = _tag; \
tag                41 ompi/mca/vprotocol/example/vprotocol_example.h                                             int tag,
tag                48 ompi/mca/vprotocol/example/vprotocol_example.h                                             int tag,
tag                55 ompi/mca/vprotocol/example/vprotocol_example.h                                             int tag,
tag                63 ompi/mca/vprotocol/example/vprotocol_example.h                                             int tag,
tag                71 ompi/mca/vprotocol/example/vprotocol_example.h                                             int tag,
tag                79 ompi/mca/vprotocol/example/vprotocol_example.h                                             int tag,
tag                83 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_iprobe(int src, int tag,
tag                86 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_probe(int src, int tag,
tag                15 ompi/mca/vprotocol/example/vprotocol_example_probe.c int mca_vprotocol_example_probe( int src, int tag,
tag                19 ompi/mca/vprotocol/example/vprotocol_example_probe.c   V_OUTPUT_VERBOSE(50, "mca_vprotocol_example_probe(%d, %d, %d)", src, tag, comm->c_contextid);
tag                20 ompi/mca/vprotocol/example/vprotocol_example_probe.c   return mca_pml_v.host_pml.pml_probe(src, tag, comm, status);
tag                23 ompi/mca/vprotocol/example/vprotocol_example_probe.c int mca_vprotocol_example_iprobe( int src, int tag,
tag                27 ompi/mca/vprotocol/example/vprotocol_example_probe.c   V_OUTPUT_VERBOSE(60, "mca_vprotocol_example_iprobe(%d, %d, %d)", src, tag, comm->c_contextid);
tag                28 ompi/mca/vprotocol/example/vprotocol_example_probe.c   return mca_pml_v.host_pml.pml_iprobe(src, tag, comm, matched, status);
tag                22 ompi/mca/vprotocol/example/vprotocol_example_recv.c                       int tag,
tag                28 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_irecv_init(addr, count, datatype, src, tag, comm, request);
tag                29 ompi/mca/vprotocol/example/vprotocol_example_recv.c   V_OUTPUT_VERBOSE(50, "posted\tirecv_init %ld\tcomm %d\tfrom %d\ttag %d\tsize %ld", ((mca_pml_base_request_t *)*request)->req_sequence, comm->c_contextid, src, tag, (long) count);
tag                37 ompi/mca/vprotocol/example/vprotocol_example_recv.c                      int tag,
tag                43 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, request);
tag                44 ompi/mca/vprotocol/example/vprotocol_example_recv.c   V_OUTPUT_VERBOSE(50, "posted\tirecv %ld\tcomm %d\tfrom %d\ttag %d\tsize %ld", ((mca_pml_base_request_t *)*request)->req_sequence, comm->c_contextid, src, tag, (long) count);
tag                52 ompi/mca/vprotocol/example/vprotocol_example_recv.c                       int tag,
tag                57 ompi/mca/vprotocol/example/vprotocol_example_recv.c   V_OUTPUT_VERBOSE(50, "posted\trecv \tcomm %d\tfrom %d\ttag %d\tsize %ld", comm->c_contextid, src, tag, (long) count);
tag                58 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_recv(addr, count, datatype, src, tag, comm, status);
tag                61 ompi/mca/vprotocol/example/vprotocol_example_recv.c       V_OUTPUT_VERBOSE(75, "deliver\trecv \tcomm %d\tfrom %d(%d)\ttag %d(%d)\tsize %ld(%ld)\tstatus %d", comm->c_contextid, src, status->MPI_SOURCE, tag, status->MPI_TAG, (long) count, (long) status->_ucount, status->MPI_ERROR);
tag                63 ompi/mca/vprotocol/example/vprotocol_example_recv.c       V_OUTPUT_VERBOSE(75, "deliver\trecv \tcomm %d\tfrom %d\ttag %d\tsize %ld", comm->c_contextid, src, tag, (long) count);
tag                19 ompi/mca/vprotocol/example/vprotocol_example_send.c                       int tag,
tag                24 ompi/mca/vprotocol/example/vprotocol_example_send.c   V_OUTPUT_VERBOSE(50, "request\tpisend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count);
tag                25 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_isend_init(addr, count, datatype, dst, tag, sendmode, comm, request);
tag                32 ompi/mca/vprotocol/example/vprotocol_example_send.c                      int tag,
tag                37 ompi/mca/vprotocol/example/vprotocol_example_send.c   V_OUTPUT_VERBOSE(50, "request\tisend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count);
tag                38 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_isend(addr, count, datatype, dst, tag, sendmode, comm, request);
tag                45 ompi/mca/vprotocol/example/vprotocol_example_send.c                       int tag,
tag                49 ompi/mca/vprotocol/example/vprotocol_example_send.c   V_OUTPUT_VERBOSE(50, "request\tsend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count);
tag                50 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_send(addr, count, datatype, dst, tag, sendmode, comm);
tag                71 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                   int tag,
tag                78 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                  int tag,
tag                86 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                   int tag,
tag                94 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                  int tag,
tag                98 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h int mca_vprotocol_pessimist_iprobe(int src, int tag,
tag               101 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h int mca_vprotocol_pessimist_probe(int src, int tag,
tag                14 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c static inline int replay_iprobe(int src, int tag,
tag                17 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c static inline void log_iprobe(int ret, int src, int tag,
tag                20 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c static inline int replay_probe(int src, int tag,
tag                23 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c static inline void log_probe(int ret, int src, int tag,
tag                30 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c int mca_vprotocol_pessimist_iprobe( int src, int tag,
tag                38 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     ret = replay_iprobe(src, tag, comm, matched, status);
tag                42 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     ret = mca_pml_v.host_pml.pml_iprobe(src, tag, comm, matched, status);
tag                43 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     log_iprobe(ret, src, tag, comm, matched, status);
tag                48 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c int mca_vprotocol_pessimist_probe( int src, int tag,
tag                56 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     ret = replay_probe(src, tag, comm, status);
tag                60 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     ret = mca_pml_v.host_pml.pml_probe(src, tag, comm, status);
tag                61 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     log_probe(ret, src, tag, comm, status);
tag                69 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c static inline int replay_iprobe(int src, int tag,
tag                76 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c static inline void log_iprobe(int ret, int src, int tag,
tag                83 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c static inline int replay_probe(int src, int tag,
tag                90 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c static inline void log_probe(int ret, int src, int tag,
tag                24 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                      int tag,
tag                31 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                         mca_vprotocol_pessimist.clock, src, tag, (unsigned long) count);
tag                36 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, request);
tag                50 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                       int tag,
tag                58 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                        mca_vprotocol_pessimist.clock, src, tag, (unsigned long) count);
tag                62 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, &request);
tag                21 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                        int tag,
tag                29 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                      mca_vprotocol_pessimist.clock, dst, tag, (unsigned long) count);
tag                32 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c     ret = mca_pml_v.host_pml.pml_isend(buf, count, datatype, dst, tag, sendmode,
tag                43 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                       int tag,
tag                51 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                      mca_vprotocol_pessimist.clock, dst, tag, (unsigned long) count);
tag                54 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c     mca_pml_v.host_pml.pml_isend(buf, count, datatype, dst, tag, sendmode,
tag               197 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.h     sbhdr->tag = pmlreq->req_base.req_tag;
tag                48 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based_types.h     int tag;
tag                46 ompi/mpi/c/bsend.c int MPI_Bsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
tag                66 ompi/mpi/c/bsend.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                83 ompi/mpi/c/bsend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag, MCA_PML_BASE_SEND_BUFFERED, comm));
tag                47 ompi/mpi/c/bsend_init.c                    int dest, int tag, MPI_Comm comm, MPI_Request *request)
tag                66 ompi/mpi/c/bsend_init.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                87 ompi/mpi/c/bsend_init.c     rc = MCA_PML_CALL(isend_init(buf, count, type, dest, tag,
tag                44 ompi/mpi/c/comm_create_group.c int MPI_Comm_create_group (MPI_Comm comm, MPI_Group group, int tag, MPI_Comm *newcomm) {
tag                58 ompi/mpi/c/comm_create_group.c         if (tag < 0 || tag > mca_pml.pml_max_tag)
tag                79 ompi/mpi/c/comm_create_group.c                                  tag, (ompi_communicator_t **) newcomm);
tag                47 ompi/mpi/c/ibsend.c                int tag, MPI_Comm comm, MPI_Request *request)
tag                65 ompi/mpi/c/ibsend.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                88 ompi/mpi/c/ibsend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag, MCA_PML_BASE_SEND_BUFFERED, comm, request));
tag                33 ompi/mpi/c/improbe.c int MPI_Improbe(int source, int tag, MPI_Comm comm, int *flag,
tag                45 ompi/mpi/c/improbe.c         if (((tag < 0) && (tag != MPI_ANY_TAG)) || (tag > mca_pml.pml_max_tag)) {
tag                75 ompi/mpi/c/improbe.c     rc = MCA_PML_CALL(improbe(source, tag, comm, flag, message, status));
tag                49 ompi/mpi/c/intercomm_create.c                          int tag, MPI_Comm *newintercomm)
tag               116 ompi/mpi/c/intercomm_create.c         rc = MCA_PML_CALL(irecv(&rsize, 1, MPI_INT, rleader, tag, bridge_comm,
tag               121 ompi/mpi/c/intercomm_create.c         rc = MCA_PML_CALL(send (&local_size, 1, MPI_INT, rleader, tag,
tag               141 ompi/mpi/c/intercomm_create.c                                remote_leader, tag, rsize, &rprocs );
tag                42 ompi/mpi/c/iprobe.c int MPI_Iprobe(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status)
tag                55 ompi/mpi/c/iprobe.c         if (((tag < 0) && (tag != MPI_ANY_TAG)) || (tag > mca_pml.pml_max_tag)) {
tag                83 ompi/mpi/c/iprobe.c     rc = MCA_PML_CALL(iprobe(source, tag, comm, flag, status));
tag                43 ompi/mpi/c/irecv.c               int tag, MPI_Comm comm, MPI_Request *request)
tag                61 ompi/mpi/c/irecv.c         } else if (((tag < 0) && (tag != MPI_ANY_TAG)) || (tag > mca_pml.pml_max_tag)) {
tag                83 ompi/mpi/c/irecv.c     rc = MCA_PML_CALL(irecv(buf,count,type,source,tag,comm,request));
tag                47 ompi/mpi/c/irsend.c                int tag, MPI_Comm comm, MPI_Request *request)
tag                66 ompi/mpi/c/irsend.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                90 ompi/mpi/c/irsend.c     rc = MCA_PML_CALL(isend(buf,count,type,dest,tag,
tag                47 ompi/mpi/c/isend.c               int tag, MPI_Comm comm, MPI_Request *request)
tag                67 ompi/mpi/c/isend.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                95 ompi/mpi/c/isend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag,
tag                46 ompi/mpi/c/issend.c                int tag, MPI_Comm comm, MPI_Request *request)
tag                64 ompi/mpi/c/issend.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                88 ompi/mpi/c/issend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag,
tag                33 ompi/mpi/c/mprobe.c int MPI_Mprobe(int source, int tag, MPI_Comm comm,
tag                45 ompi/mpi/c/mprobe.c         if (((tag < 0) && (tag != MPI_ANY_TAG)) || (tag > mca_pml.pml_max_tag)) {
tag                74 ompi/mpi/c/mprobe.c     rc = MCA_PML_CALL(mprobe(source, tag, comm, message, status));
tag                42 ompi/mpi/c/probe.c int MPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status *status)
tag                55 ompi/mpi/c/probe.c         if (((tag < 0) && (tag != MPI_ANY_TAG)) || (tag > mca_pml.pml_max_tag)) {
tag                82 ompi/mpi/c/probe.c     rc = MCA_PML_CALL(probe(source, tag, comm, status));
tag                43 ompi/mpi/c/recv.c              int tag, MPI_Comm comm, MPI_Status *status)
tag                62 ompi/mpi/c/recv.c         } else if (((tag < 0) && (tag != MPI_ANY_TAG)) || (tag > mca_pml.pml_max_tag)) {
tag                82 ompi/mpi/c/recv.c     rc = MCA_PML_CALL(recv(buf, count, type, source, tag, comm, status));
tag                43 ompi/mpi/c/recv_init.c                   int tag, MPI_Comm comm, MPI_Request *request)
tag                60 ompi/mpi/c/recv_init.c         } else if (((tag < 0) && (tag != MPI_ANY_TAG)) || (tag > mca_pml.pml_max_tag)) {
tag                83 ompi/mpi/c/recv_init.c     rc = MCA_PML_CALL(irecv_init(buf,count,type,source,tag,comm,request));
tag                45 ompi/mpi/c/rsend.c int MPI_Rsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
tag                65 ompi/mpi/c/rsend.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                82 ompi/mpi/c/rsend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag,
tag                47 ompi/mpi/c/rsend_init.c                    int dest, int tag, MPI_Comm comm,
tag                67 ompi/mpi/c/rsend_init.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                88 ompi/mpi/c/rsend_init.c     rc =  MCA_PML_CALL(isend_init(buf,count,type,dest,tag,
tag                46 ompi/mpi/c/send.c              int tag, MPI_Comm comm)
tag                64 ompi/mpi/c/send.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                81 ompi/mpi/c/send.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag, MCA_PML_BASE_SEND_STANDARD, comm));
tag                47 ompi/mpi/c/send_init.c                   int dest, int tag, MPI_Comm comm,
tag                64 ompi/mpi/c/send_init.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                88 ompi/mpi/c/send_init.c     rc = MCA_PML_CALL(isend_init(buf,count,type,dest,tag,MCA_PML_BASE_SEND_STANDARD,comm,request));
tag                45 ompi/mpi/c/ssend.c int MPI_Ssend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
tag                65 ompi/mpi/c/ssend.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                82 ompi/mpi/c/ssend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag,
tag                47 ompi/mpi/c/ssend_init.c                    int dest, int tag, MPI_Comm comm,
tag                67 ompi/mpi/c/ssend_init.c         } else if (tag < 0 || tag > mca_pml.pml_max_tag) {
tag                88 ompi/mpi/c/ssend_init.c     rc = MCA_PML_CALL(isend_init(buf, count, type, dest, tag,
tag               167 ompi/mpi/cxx/comm.h 		    const Datatype & datatype, int dest, int tag) const;
tag               170 ompi/mpi/cxx/comm.h 		    int source, int tag, Status & status) const;
tag               174 ompi/mpi/cxx/comm.h 		    int source, int tag) const;
tag               177 ompi/mpi/cxx/comm.h 		     const Datatype & datatype, int dest, int tag) const;
tag               180 ompi/mpi/cxx/comm.h 		     const Datatype & datatype, int dest, int tag) const ;
tag               183 ompi/mpi/cxx/comm.h 		     const Datatype & datatype, int dest, int tag) const;
tag               186 ompi/mpi/cxx/comm.h 			const Datatype & datatype, int dest, int tag) const;
tag               189 ompi/mpi/cxx/comm.h 			 Datatype & datatype, int dest, int tag) const;
tag               192 ompi/mpi/cxx/comm.h 			 const Datatype & datatype, int dest, int tag) const;
tag               195 ompi/mpi/cxx/comm.h 			 const Datatype & datatype, int dest, int tag) const;
tag               198 ompi/mpi/cxx/comm.h 			const Datatype & datatype, int source, int tag) const;
tag               200 ompi/mpi/cxx/comm.h   virtual bool Iprobe(int source, int tag, Status & status) const;
tag               202 ompi/mpi/cxx/comm.h   virtual bool Iprobe(int source, int tag) const;
tag               204 ompi/mpi/cxx/comm.h   virtual void Probe(int source, int tag, Status & status) const;
tag               206 ompi/mpi/cxx/comm.h   virtual void Probe(int source, int tag) const;
tag               210 ompi/mpi/cxx/comm.h 			     int tag) const;
tag               214 ompi/mpi/cxx/comm.h 			      int tag) const;
tag               218 ompi/mpi/cxx/comm.h 			      int tag) const;
tag               222 ompi/mpi/cxx/comm.h 			      int tag) const;
tag               226 ompi/mpi/cxx/comm.h 			     int tag) const;
tag                28 ompi/mpi/cxx/comm_inln.h 		const MPI::Datatype & datatype, int dest, int tag) const
tag                30 ompi/mpi/cxx/comm_inln.h   (void)MPI_Send(const_cast<void *>(buf), count, datatype, dest, tag, mpi_comm);
tag                35 ompi/mpi/cxx/comm_inln.h 		int source, int tag, MPI::Status & status) const
tag                37 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source, tag, mpi_comm, &status.mpi_status);
tag                42 ompi/mpi/cxx/comm_inln.h 				    int source, int tag) const
tag                45 ompi/mpi/cxx/comm_inln.h 		 tag, mpi_comm, MPI_STATUS_IGNORE);
tag                50 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int dest, int tag) const
tag                53 ompi/mpi/cxx/comm_inln.h 		  dest, tag, mpi_comm);
tag                58 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int dest, int tag) const
tag                61 ompi/mpi/cxx/comm_inln.h 		  tag, mpi_comm);
tag                66 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int dest, int tag) const
tag                69 ompi/mpi/cxx/comm_inln.h 		  dest, tag, mpi_comm);
tag                74 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int dest, int tag) const
tag                78 ompi/mpi/cxx/comm_inln.h 		  dest, tag, mpi_comm, &request);
tag                84 ompi/mpi/cxx/comm_inln.h 		  const MPI::Datatype & datatype, int dest, int tag) const
tag                88 ompi/mpi/cxx/comm_inln.h 		   dest, tag, mpi_comm, &request);
tag                94 ompi/mpi/cxx/comm_inln.h 		  const MPI::Datatype & datatype, int dest, int tag) const
tag                98 ompi/mpi/cxx/comm_inln.h 		   dest, tag, mpi_comm, &request);
tag               104 ompi/mpi/cxx/comm_inln.h 		  const MPI::Datatype & datatype, int dest, int tag) const
tag               108 ompi/mpi/cxx/comm_inln.h 		   dest, tag, mpi_comm, &request);
tag               114 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int source, int tag) const
tag               118 ompi/mpi/cxx/comm_inln.h 		  tag, mpi_comm, &request);
tag               124 ompi/mpi/cxx/comm_inln.h MPI::Comm::Iprobe(int source, int tag, MPI::Status & status) const
tag               127 ompi/mpi/cxx/comm_inln.h   (void)MPI_Iprobe(source, tag, mpi_comm, &t, &status.mpi_status);
tag               132 ompi/mpi/cxx/comm_inln.h MPI::Comm::Iprobe(int source, int tag) const
tag               135 ompi/mpi/cxx/comm_inln.h   (void)MPI_Iprobe(source, tag, mpi_comm, &t, MPI_STATUS_IGNORE);
tag               140 ompi/mpi/cxx/comm_inln.h MPI::Comm::Probe(int source, int tag, MPI::Status & status) const
tag               142 ompi/mpi/cxx/comm_inln.h   (void)MPI_Probe(source, tag, mpi_comm, &status.mpi_status);
tag               146 ompi/mpi/cxx/comm_inln.h MPI::Comm::Probe(int source, int tag) const
tag               148 ompi/mpi/cxx/comm_inln.h   (void)MPI_Probe(source, tag, mpi_comm, MPI_STATUS_IGNORE);
tag               153 ompi/mpi/cxx/comm_inln.h 		     const MPI::Datatype & datatype, int dest, int tag) const
tag               157 ompi/mpi/cxx/comm_inln.h 		      dest, tag, mpi_comm, &request);
tag               163 ompi/mpi/cxx/comm_inln.h 		      const MPI::Datatype & datatype, int dest, int tag) const
tag               167 ompi/mpi/cxx/comm_inln.h 		       dest, tag, mpi_comm, &request);
tag               173 ompi/mpi/cxx/comm_inln.h 		      const MPI::Datatype & datatype, int dest, int tag) const
tag               177 ompi/mpi/cxx/comm_inln.h 		       dest, tag, mpi_comm, &request);
tag               183 ompi/mpi/cxx/comm_inln.h 		      const MPI::Datatype & datatype, int dest, int tag) const
tag               187 ompi/mpi/cxx/comm_inln.h 		       dest, tag, mpi_comm, &request);
tag               193 ompi/mpi/cxx/comm_inln.h 		     const MPI::Datatype & datatype, int source, int tag) const
tag               197 ompi/mpi/cxx/comm_inln.h 		      tag, mpi_comm, &request);
tag               111 ompi/mpi/cxx/intracomm.h 		   int remote_leader, int tag) const;
tag                91 ompi/mpi/cxx/intracomm_inln.h 					int remote_leader, int tag) const
tag                95 ompi/mpi/cxx/intracomm_inln.h 			     remote_leader, tag, &newintercomm);
tag                98 ompi/mpi/cxx/status.h   virtual void Set_tag(int tag);
tag                69 ompi/mpi/cxx/status_inln.h   int tag;
tag                70 ompi/mpi/cxx/status_inln.h   tag = mpi_status.MPI_TAG;
tag                71 ompi/mpi/cxx/status_inln.h   return tag;
tag                75 ompi/mpi/cxx/status_inln.h MPI::Status::Set_tag(int tag)
tag                77 ompi/mpi/cxx/status_inln.h   mpi_status.MPI_TAG = tag;
tag                42 ompi/mpi/fortran/mpif-h/bsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/bsend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/bsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/bsend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
tag                70 ompi/mpi/fortran/mpif-h/bsend_f.c void ompi_bsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)
tag                80 ompi/mpi/fortran/mpif-h/bsend_f.c                        OMPI_FINT_2_INT(*tag), c_comm);
tag                42 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                70 ompi/mpi/fortran/mpif-h/bsend_init_f.c void ompi_bsend_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
tag                82 ompi/mpi/fortran/mpif-h/bsend_init_f.c                             OMPI_FINT_2_INT(*tag),
tag                44 ompi/mpi/fortran/mpif-h/comm_create_group_f.c                             (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *tag, MPI_Fint *newcomm, MPI_Fint *ierr),
tag                45 ompi/mpi/fortran/mpif-h/comm_create_group_f.c                             (comm, group, tag, newcomm, ierr) )
tag                64 ompi/mpi/fortran/mpif-h/comm_create_group_f.c                             (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *tag, MPI_Fint *newcomm, MPI_Fint *ierr),
tag                65 ompi/mpi/fortran/mpif-h/comm_create_group_f.c                             (comm, group, tag, newcomm, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/comm_create_group_f.c void ompi_comm_create_group_f(MPI_Fint *comm, MPI_Fint *group, MPI_Fint *tag, MPI_Fint *newcomm, MPI_Fint *ierr)
tag                78 ompi/mpi/fortran/mpif-h/comm_create_group_f.c     c_ierr = PMPI_Comm_create_group (c_comm, c_group, OMPI_FINT_2_INT(*tag), &c_newcomm);
tag                42 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/ibsend_f.c 		  MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm,
tag                83 ompi/mpi/fortran/mpif-h/ibsend_f.c                        OMPI_FINT_2_INT(*tag),
tag                46 ompi/mpi/fortran/mpif-h/improbe_f.c                             (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag,
tag                48 ompi/mpi/fortran/mpif-h/improbe_f.c                             (source, tag, comm, flag, message, status, ierr) )
tag                67 ompi/mpi/fortran/mpif-h/improbe_f.c                             (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag,
tag                69 ompi/mpi/fortran/mpif-h/improbe_f.c                             (source, tag, comm, flag, message, status, ierr) )
tag                76 ompi/mpi/fortran/mpif-h/improbe_f.c void ompi_improbe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
tag                91 ompi/mpi/fortran/mpif-h/improbe_f.c                                           OMPI_FINT_2_INT(*tag),
tag                41 ompi/mpi/fortran/mpif-h/intercomm_create_f.c                            (MPI_Fint *local_comm, MPI_Fint *local_leader, MPI_Fint *bridge_comm, MPI_Fint *remote_leader, MPI_Fint *tag, MPI_Fint *newintercomm, MPI_Fint *ierr),
tag                42 ompi/mpi/fortran/mpif-h/intercomm_create_f.c                            (local_comm, local_leader, bridge_comm, remote_leader, tag, newintercomm, ierr) )
tag                61 ompi/mpi/fortran/mpif-h/intercomm_create_f.c                            (MPI_Fint *local_comm, MPI_Fint *local_leader, MPI_Fint *bridge_comm, MPI_Fint *remote_leader, MPI_Fint *tag, MPI_Fint *newintercomm, MPI_Fint *ierr),
tag                62 ompi/mpi/fortran/mpif-h/intercomm_create_f.c                            (local_comm, local_leader, bridge_comm, remote_leader, tag, newintercomm, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/intercomm_create_f.c                             MPI_Fint *remote_leader, MPI_Fint *tag,
tag                84 ompi/mpi/fortran/mpif-h/intercomm_create_f.c                                   OMPI_FINT_2_INT(*tag),
tag                45 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
tag                46 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (source, tag, comm, flag, status, ierr) )
tag                65 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
tag                66 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (source, tag, comm, flag, status, ierr) )
tag                73 ompi/mpi/fortran/mpif-h/iprobe_f.c void ompi_iprobe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
tag                86 ompi/mpi/fortran/mpif-h/iprobe_f.c                         OMPI_FINT_2_INT(*tag),
tag                42 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/irecv_f.c 		 MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
tag                83 ompi/mpi/fortran/mpif-h/irecv_f.c                       OMPI_FINT_2_INT(*tag), c_comm, &c_req);
tag                42 ompi/mpi/fortran/mpif-h/irsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/irsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/irsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/irsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                70 ompi/mpi/fortran/mpif-h/irsend_f.c void ompi_irsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
tag                81 ompi/mpi/fortran/mpif-h/irsend_f.c                        OMPI_FINT_2_INT(*tag), c_comm,
tag                42 ompi/mpi/fortran/mpif-h/isend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/isend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/isend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/isend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                70 ompi/mpi/fortran/mpif-h/isend_f.c void ompi_isend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
tag                81 ompi/mpi/fortran/mpif-h/isend_f.c                       OMPI_FINT_2_INT(*tag),
tag                42 ompi/mpi/fortran/mpif-h/issend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/issend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/issend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/issend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                70 ompi/mpi/fortran/mpif-h/issend_f.c void ompi_issend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
tag                81 ompi/mpi/fortran/mpif-h/issend_f.c                        OMPI_FINT_2_INT(*tag),
tag                47 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message,
tag                49 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (source, tag, comm, message, status, ierr) )
tag                68 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message,
tag                70 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (source, tag, comm, message, status, ierr) )
tag                77 ompi/mpi/fortran/mpif-h/mprobe_f.c void ompi_mprobe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
tag                90 ompi/mpi/fortran/mpif-h/mprobe_f.c                                          OMPI_FINT_2_INT(*tag),
tag                45 ompi/mpi/fortran/mpif-h/probe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
tag                46 ompi/mpi/fortran/mpif-h/probe_f.c                            (source, tag, comm, status, ierr) )
tag                65 ompi/mpi/fortran/mpif-h/probe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
tag                66 ompi/mpi/fortran/mpif-h/probe_f.c                            (source, tag, comm, status, ierr) )
tag                73 ompi/mpi/fortran/mpif-h/probe_f.c void ompi_probe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)
tag                84 ompi/mpi/fortran/mpif-h/probe_f.c                        OMPI_FINT_2_INT(*tag),
tag               106 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend, mpi_bsend, MPI_BSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
tag               107 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend_init, mpi_bsend_init, MPI_BSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               127 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_create_group, mpi_comm_create_group, MPI_COMM_CREATE_GROUP, (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *tag, MPI_Fint *newcomm, MPI_Fint *ierr));
tag               271 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibsend, mpi_ibsend, MPI_IBSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               275 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Improbe, mpi_improbe, MPI_IMPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
tag               300 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Intercomm_create, mpi_intercomm_create, MPI_INTERCOMM_CREATE, (MPI_Fint *local_comm, MPI_Fint *local_leader, MPI_Fint *bridge_comm, MPI_Fint *remote_leader, MPI_Fint *tag, MPI_Fint *newintercomm, MPI_Fint *ierr));
tag               302 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iprobe, mpi_iprobe, MPI_IPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr));
tag               303 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irecv, mpi_irecv, MPI_IRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               304 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irsend, mpi_irsend, MPI_IRSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               305 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Isend, mpi_isend, MPI_ISEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               306 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Issend, mpi_issend, MPI_ISSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               311 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Mprobe, mpi_mprobe, MPI_MPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
tag               327 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Probe, mpi_probe, MPI_PROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
tag               332 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv_init, mpi_recv_init, MPI_RECV_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               333 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv, mpi_recv, MPI_RECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
tag               344 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend, mpi_rsend, MPI_RSEND, (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
tag               345 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend_init, mpi_rsend_init, MPI_RSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               349 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send_init, mpi_send_init, MPI_SEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               350 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send, mpi_send, MPI_SEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
tag               353 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend_init, mpi_ssend_init, MPI_SSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
tag               354 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend, mpi_ssend, MPI_SSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
tag                45 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
tag                46 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
tag                65 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
tag                66 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
tag                74 ompi/mpi/fortran/mpif-h/recv_f.c                 MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
tag                87 ompi/mpi/fortran/mpif-h/recv_f.c                      OMPI_FINT_2_INT(*tag), c_comm,
tag                42 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/recv_init_f.c 		     MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
tag                83 ompi/mpi/fortran/mpif-h/recv_init_f.c                           OMPI_INT_2_FINT(*tag), c_comm,
tag                42 ompi/mpi/fortran/mpif-h/rsend_f.c                            (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/rsend_f.c                            (ibuf, count, datatype, dest, tag, comm, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/rsend_f.c                            (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/rsend_f.c                            (ibuf, count, datatype, dest, tag, comm, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/rsend_f.c 		 MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)
tag                81 ompi/mpi/fortran/mpif-h/rsend_f.c                       OMPI_FINT_2_INT(*tag), c_comm);
tag                42 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                72 ompi/mpi/fortran/mpif-h/rsend_init_f.c 		      MPI_Fint *tag, MPI_Fint *comm,
tag                84 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            OMPI_FINT_2_INT(*tag),
tag                42 ompi/mpi/fortran/mpif-h/send_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/send_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/send_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/send_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/send_f.c                 MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)
tag                80 ompi/mpi/fortran/mpif-h/send_f.c                       OMPI_FINT_2_INT(*tag), c_comm);
tag                42 ompi/mpi/fortran/mpif-h/send_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/send_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/send_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/send_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/send_init_f.c 		     MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm,
tag                83 ompi/mpi/fortran/mpif-h/send_init_f.c                           OMPI_FINT_2_INT(*tag),
tag                42 ompi/mpi/fortran/mpif-h/ssend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/ssend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/ssend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/ssend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/ssend_f.c 		 MPI_Fint *dest, MPI_Fint *tag,
tag                82 ompi/mpi/fortran/mpif-h/ssend_f.c                       OMPI_FINT_2_INT(*tag), c_comm);
tag                42 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                43 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                62 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
tag                63 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
tag                71 ompi/mpi/fortran/mpif-h/ssend_init_f.c 		      MPI_Fint *dest, MPI_Fint *tag,
tag                83 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            OMPI_FINT_2_INT(*tag),
tag               166 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_f(buf,count,datatype,dest,tag,comm,ierror) &
tag               170 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               176 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
tag               180 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               224 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibsend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
tag               228 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               235 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irecv_f(buf,count,datatype,source,tag,comm,request,ierror) &
tag               239 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
tag               246 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irsend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
tag               250 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               257 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_isend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
tag               261 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               268 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_issend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
tag               272 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               279 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_probe_f(source,tag,comm,status,ierror) &
tag               283 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: source, tag
tag               289 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_f(buf,count,datatype,source,tag,comm,status,ierror) &
tag               294 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
tag               301 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_init_f(buf,count,datatype,source,tag,comm,request,ierror) &
tag               305 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
tag               319 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_f(buf,count,datatype,dest,tag,comm,ierror) &
tag               323 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               329 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
tag               333 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               340 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_f(buf,count,datatype,dest,tag,comm,ierror) &
tag               344 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               378 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
tag               382 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               389 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_f(buf,count,datatype,dest,tag,comm,ierror) &
tag               393 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag               399 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
tag               403 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
tag              1276 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_create_group_f(comm, group, tag, newcomm, ierror) &
tag              1281 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h   integer, intent(in) :: tag
tag              1552 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                    remote_leader,tag,newintercomm,ierror) &
tag              1556 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: local_leader, remote_leader, tag
tag              3330 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_mprobe_f(source,tag,comm,message,status,ierror) &
tag              3334 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: source, tag
tag               283 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_create_group(comm, group, tag, newcomm, ierror)
tag               286 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: tag
tag              1078 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Intercomm_create(local_comm, local_leader, bridge_comm, remote_leader, tag, &
tag              1084 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: tag
tag              1106 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Iprobe(source, tag, comm, flag, status&
tag              1110 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: tag
tag              1202 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Probe(source, tag, comm, status, ierror)
tag              1205 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: tag
tag              2268 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Mprobe(source, tag, comm, message, status, ierror)
tag              2271 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: tag
tag              2283 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Improbe(source, tag, comm, flag, message, status, ierror)
tag              2286 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: tag
tag               283 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_create_group(comm, group, tag, newcomm, ierror)
tag               286 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: tag
tag              1078 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Intercomm_create(local_comm, local_leader, bridge_comm, remote_leader, tag, &
tag              1084 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: tag
tag              1106 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Iprobe(source, tag, comm, flag, status&
tag              1110 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: tag
tag              1202 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Probe(source, tag, comm, status, ierror)
tag              1205 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: tag
tag              2270 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Mprobe(source, tag, comm, message, status, ierror)
tag              2273 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: tag
tag              2285 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Improbe(source, tag, comm, flag, message, status, ierror)
tag              2288 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: tag
tag                34 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c 		  int* dest, int* tag, int* comm, int* ierr)
tag                48 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c   if (*tag != 999) *ierr = 1;
tag                54 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c 		   int* dest, int* tag, int* comm, int* ierr)
tag                68 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c   if (*tag != 999) *ierr = 1;
tag               307 ompi/mpi/java/c/mpi_Comm.c         jint localLeader, jint remoteLeader, jint tag)
tag               313 ompi/mpi/java/c/mpi_Comm.c              (MPI_Comm)comm, remoteLeader, tag, &newintercomm);
tag               322 ompi/mpi/java/c/mpi_Comm.c         jlong jType, jint bType, jint dest, jint tag)
tag               331 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Send(ptr, count, type, dest, tag, comm);
tag               339 ompi/mpi/java/c/mpi_Comm.c         jlong jType, jint bType, jint source, jint tag, jlongArray jStatus)
tag               350 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Recv(ptr, count, type, source, tag, comm, &status);
tag               416 ompi/mpi/java/c/mpi_Comm.c         jint count, jlong jType, jint bType, jint dest, jint tag)
tag               425 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Bsend(ptr, count, type, dest, tag, comm);
tag               433 ompi/mpi/java/c/mpi_Comm.c         jint count, jlong jType, jint bType, jint dest, jint tag)
tag               442 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ssend(ptr, count, type, dest, tag, comm);
tag               450 ompi/mpi/java/c/mpi_Comm.c         jint count, jlong jType, jint bType, jint dest, jint tag)
tag               459 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Rsend(ptr, count, type, dest, tag, comm);
tag               466 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
tag               472 ompi/mpi/java/c/mpi_Comm.c                        dest, tag, (MPI_Comm)comm, &request);
tag               480 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
tag               486 ompi/mpi/java/c/mpi_Comm.c                         dest, tag, (MPI_Comm)comm, &request);
tag               494 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
tag               500 ompi/mpi/java/c/mpi_Comm.c                         dest, tag, (MPI_Comm)comm, &request);
tag               508 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
tag               514 ompi/mpi/java/c/mpi_Comm.c                         dest, tag, (MPI_Comm)comm, &request);
tag               522 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint source, jint tag)
tag               528 ompi/mpi/java/c/mpi_Comm.c                        source, tag, (MPI_Comm)comm, &request);
tag               536 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
tag               542 ompi/mpi/java/c/mpi_Comm.c                            dest, tag, (MPI_Comm)comm, &request);
tag               550 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
tag               556 ompi/mpi/java/c/mpi_Comm.c                             dest, tag, (MPI_Comm)comm, &request);
tag               564 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
tag               570 ompi/mpi/java/c/mpi_Comm.c                             dest, tag, (MPI_Comm)comm, &request);
tag               578 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
tag               584 ompi/mpi/java/c/mpi_Comm.c                             dest, tag, (MPI_Comm)comm, &request);
tag               592 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint source, jint tag)
tag               598 ompi/mpi/java/c/mpi_Comm.c                            source, tag, (MPI_Comm)comm, &request);
tag               663 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject jthis, jlong comm, jint source, jint tag)
tag               667 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iprobe(source, tag, (MPI_Comm)comm, &flag, &status);
tag               674 ompi/mpi/java/c/mpi_Comm.c         jint source, jint tag, jlongArray jStatus)
tag               677 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Probe(source, tag, (MPI_Comm)comm, &status);
tag                90 ompi/mpi/java/c/mpi_Intracomm.c         JNIEnv *env, jobject jthis, jlong comm, jlong group, int tag)
tag                93 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_create_group((MPI_Comm)comm, (MPI_Group)group, tag, &newcomm);
tag                40 ompi/mpi/java/c/mpi_Message.c         jint source, jint tag, jlong jComm, jlongArray jStatus)
tag                45 ompi/mpi/java/c/mpi_Message.c     int rc = MPI_Mprobe(source, tag, comm, &message, &status);
tag                54 ompi/mpi/java/c/mpi_Message.c         JNIEnv *env, jobject jthis, jint source, jint tag, jlong jComm)
tag                60 ompi/mpi/java/c/mpi_Message.c     rc = MPI_Improbe(source, tag, comm, &flag, &message, &status);
tag                58 ompi/mpi/java/c/mpi_Status.c static void getStatus(MPI_Status *status, jint source, jint tag,
tag                63 ompi/mpi/java/c/mpi_Status.c     status->MPI_TAG    = tag;
tag                75 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
tag                80 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
tag                88 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
tag                93 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
tag               100 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
tag               105 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
tag               113 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
tag               118 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
tag               128 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
tag               132 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
tag               140 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
tag               145 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
tag               153 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
tag               157 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
tag               341 ompi/mpi/java/java/Comm.java 			int remoteLeader, int tag)
tag               347 ompi/mpi/java/java/Comm.java 				localLeader, remoteLeader, tag));
tag               352 ompi/mpi/java/java/Comm.java 			int remoteLeader, int tag) throws MPIException;
tag               366 ompi/mpi/java/java/Comm.java 	public final void send(Object buf, int count, Datatype type, int dest, int tag)
tag               379 ompi/mpi/java/java/Comm.java 		send(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
tag               384 ompi/mpi/java/java/Comm.java 			long type, int baseType, int dest, int tag) throws MPIException;
tag               398 ompi/mpi/java/java/Comm.java 			Datatype type, int source, int tag)
tag               414 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, source, tag, status.data);
tag               421 ompi/mpi/java/java/Comm.java 			long type, int basetype, int source, int tag, long[] stat)
tag               543 ompi/mpi/java/java/Comm.java 	public final void bSend(Object buf, int count, Datatype type, int dest, int tag)
tag               556 ompi/mpi/java/java/Comm.java 		bSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
tag               561 ompi/mpi/java/java/Comm.java 			long type, int baseType, int dest, int tag) throws MPIException;
tag               574 ompi/mpi/java/java/Comm.java 	public final void sSend(Object buf, int count, Datatype type, int dest, int tag)
tag               587 ompi/mpi/java/java/Comm.java 		sSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
tag               592 ompi/mpi/java/java/Comm.java 			long type, int baseType, int dest, int tag) throws MPIException;
tag               605 ompi/mpi/java/java/Comm.java 	public final void rSend(Object buf, int count, Datatype type, int dest, int tag)
tag               618 ompi/mpi/java/java/Comm.java 		rSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
tag               623 ompi/mpi/java/java/Comm.java 			long type, int baseType, int dest, int tag) throws MPIException;
tag               640 ompi/mpi/java/java/Comm.java 			Datatype type, int dest, int tag)
tag               645 ompi/mpi/java/java/Comm.java 		Request req = new Request(iSend(handle, buf, count, type.handle, dest, tag));
tag               651 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
tag               667 ompi/mpi/java/java/Comm.java 			Datatype type, int dest, int tag)
tag               672 ompi/mpi/java/java/Comm.java 		Request req = new Request(ibSend(handle, buf, count, type.handle, dest, tag));
tag               678 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
tag               694 ompi/mpi/java/java/Comm.java 			Datatype type, int dest, int tag)
tag               699 ompi/mpi/java/java/Comm.java 		Request req = new Request(isSend(handle, buf, count, type.handle, dest, tag));
tag               705 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
tag               721 ompi/mpi/java/java/Comm.java 			Datatype type, int dest, int tag)
tag               726 ompi/mpi/java/java/Comm.java 		Request req = new Request(irSend(handle, buf, count, type.handle, dest, tag));
tag               732 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
tag               748 ompi/mpi/java/java/Comm.java 			Datatype type, int source, int tag)
tag               753 ompi/mpi/java/java/Comm.java 		Request req = new Request(iRecv(handle, buf, count, type.handle, source, tag));
tag               759 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int source, int tag)
tag               778 ompi/mpi/java/java/Comm.java 			Datatype type, int dest, int tag)
tag               783 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(sendInit(handle, buf, count, type.handle, dest, tag));
tag               789 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
tag               805 ompi/mpi/java/java/Comm.java 			Datatype type, int dest, int tag)
tag               810 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(bSendInit(handle, buf, count, type.handle, dest, tag));
tag               816 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
tag               832 ompi/mpi/java/java/Comm.java 			Datatype type, int dest, int tag)
tag               837 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(sSendInit(handle, buf, count, type.handle, dest, tag));
tag               843 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
tag               859 ompi/mpi/java/java/Comm.java 			Datatype type, int dest, int tag)
tag               864 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(rSendInit(handle, buf, count, type.handle, dest, tag));
tag               870 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
tag               886 ompi/mpi/java/java/Comm.java 			Datatype type, int source, int tag)
tag               891 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(recvInit(handle, buf, count, type.handle, source, tag));
tag               897 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int source, int tag)
tag              1009 ompi/mpi/java/java/Comm.java 	public final Status iProbe(int source, int tag) throws MPIException
tag              1012 ompi/mpi/java/java/Comm.java 		return iProbe(handle, source, tag);
tag              1015 ompi/mpi/java/java/Comm.java 	private native Status iProbe(long comm, int source, int tag)
tag              1028 ompi/mpi/java/java/Comm.java 	public final Status probe(int source, int tag) throws MPIException
tag              1032 ompi/mpi/java/java/Comm.java 		probe(handle, source, tag, status.data);
tag              1036 ompi/mpi/java/java/Comm.java 	private native void probe(long comm, int source, int tag, long[] stat)
tag               199 ompi/mpi/java/java/Intracomm.java 	public final Intracomm createGroup(Group group, int tag) throws MPIException
tag               202 ompi/mpi/java/java/Intracomm.java 	    return new Intracomm(createGroup(handle, group.handle, tag));
tag               205 ompi/mpi/java/java/Intracomm.java 	private native long createGroup(long comm, long group, int tag);
tag                83 ompi/mpi/java/java/Message.java 	public Status mProbe(int source, int tag, Comm comm) throws MPIException
tag                87 ompi/mpi/java/java/Message.java 		handle = mProbe(source, tag, comm.handle, status.data);
tag                91 ompi/mpi/java/java/Message.java 	private native long mProbe(int source, int tag, long comm, long[] status)
tag               102 ompi/mpi/java/java/Message.java 	public Status imProbe(int source, int tag, Comm comm) throws MPIException
tag               105 ompi/mpi/java/java/Message.java 		return imProbe(source, tag, comm.handle);
tag               108 ompi/mpi/java/java/Message.java 	private native Status imProbe(int source, int tag, long comm)
tag                84 ompi/mpi/java/java/Status.java 		int  tag       = (int)data[i++];
tag                88 ompi/mpi/java/java/Status.java 		return getCount(source, tag, error, cancelled, ucount, datatype.handle);
tag                92 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
tag               106 ompi/mpi/java/java/Status.java 		int  tag       = (int)data[i++];
tag               110 ompi/mpi/java/java/Status.java 		return isCancelled(source, tag, error, cancelled, ucount);
tag               114 ompi/mpi/java/java/Status.java 			int source, int tag, int error, int cancelled, long ucount)
tag               129 ompi/mpi/java/java/Status.java 		int  tag       = (int)data[i++];
tag               133 ompi/mpi/java/java/Status.java 		return getElements(source, tag, error, cancelled, ucount, datatype.handle);
tag               137 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
tag               152 ompi/mpi/java/java/Status.java 		int  tag       = (int)data[i++];
tag               156 ompi/mpi/java/java/Status.java 		return getElementsX(source, tag, error, cancelled, ucount, datatype.handle);
tag               160 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
tag               175 ompi/mpi/java/java/Status.java 		int  tag       = (int)data[i++];
tag               179 ompi/mpi/java/java/Status.java 		data[4] = setElements(source, tag, error, cancelled, ucount, datatype.handle, count);
tag               183 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
tag               198 ompi/mpi/java/java/Status.java 		int  tag       = (int)data[i++];
tag               202 ompi/mpi/java/java/Status.java 		data[4] = setElementsX(source, tag, error, cancelled, ucount, datatype.handle, count.getCount());
tag               206 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
tag               220 ompi/mpi/java/java/Status.java 		int  tag       = (int)data[i++];
tag               226 ompi/mpi/java/java/Status.java 			setCancelled(source, tag, error, cancelled, ucount, 1);
tag               229 ompi/mpi/java/java/Status.java 			setCancelled(source, tag, error, cancelled, ucount, 0);
tag               236 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
tag                25 ompi/patterns/net/allreduce.c                      int count, ompi_rml_tag_t tag, void* cbdata)
tag                33 ompi/patterns/net/allreduce.c                      int count, ompi_rml_tag_t tag, void* cbdata)
tag                91 ompi/patterns/net/allreduce.c     long long tag, base_tag;
tag               238 ompi/patterns/net/allreduce.c         tag=base_tag+1;
tag               239 ompi/patterns/net/allreduce.c         my_ctl_pointer->flag=tag;
tag                83 ompi/peruse/peruse-internal.h             _comm_spec.tag       = (base_req)->req_tag;                                \
tag               101 ompi/peruse/peruse-internal.h             _comm_spec.tag       = (base_req)->req_tag;                                \
tag               119 ompi/peruse/peruse-internal.h                 _comm_spec.tag       = (hdr_tag);                                 \
tag                30 ompi/peruse/peruse.h     int           tag;
tag               466 ompi/runtime/ompi_spc.c void ompi_spc_user_or_mpi(int tag, ompi_spc_value_t value, unsigned int user_enum, unsigned int mpi_enum)
tag               468 ompi/runtime/ompi_spc.c     SPC_RECORD( (tag >= 0 ? user_enum : mpi_enum), value);
tag               186 ompi/runtime/ompi_spc.h void ompi_spc_user_or_mpi(int tag, ompi_spc_value_t value, unsigned int user_enum, unsigned int mpi_enum);
tag               210 ompi/runtime/ompi_spc.h #define SPC_USER_OR_MPI(tag, value, enum_if_user, enum_if_mpi) \
tag               211 ompi/runtime/ompi_spc.h     ompi_spc_user_or_mpi(tag, value, enum_if_user, enum_if_mpi)
tag               236 ompi/runtime/ompi_spc.h #define SPC_USER_OR_MPI(tag, value, enum_if_user, enum_if_mpi) \
tag               520 opal/mca/btl/btl.h     mca_btl_base_tag_t tag;
tag               593 opal/mca/btl/btl.h     mca_btl_base_tag_t tag,
tag               721 opal/mca/btl/btl.h     mca_btl_base_tag_t tag,
tag               899 opal/mca/btl/btl.h     mca_btl_base_tag_t tag
tag               939 opal/mca/btl/btl.h     mca_btl_base_tag_t tag,
tag               186 opal/mca/btl/ofi/btl_ofi.h     mca_btl_base_tag_t tag;
tag                99 opal/mca/btl/ofi/btl_ofi_frag.c                       mca_btl_base_tag_t tag)
tag               111 opal/mca/btl/ofi/btl_ofi_frag.c     frag->hdr.tag = tag;
tag               150 opal/mca/btl/ofi/btl_ofi_frag.c     reg = mca_btl_base_active_message_trigger + frag->hdr.tag;
tag               151 opal/mca/btl/ofi/btl_ofi_frag.c     reg->cbfunc (&ofi_btl->super, frag->hdr.tag, &frag->base, reg->cbdata);
tag                42 opal/mca/btl/ofi/btl_ofi_frag.h                       mca_btl_base_tag_t tag);
tag               162 opal/mca/btl/portals4/btl_portals4.h #define BTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, source, tag, type) \
tag               168 opal/mca/btl/portals4/btl_portals4.h         match_bits |= (BTL_PORTALS4_TAG_MASK & tag) | type;             \
tag               222 opal/mca/btl/portals4/btl_portals4.h                          mca_btl_base_tag_t tag);
tag               233 opal/mca/btl/portals4/btl_portals4.h                           mca_btl_base_tag_t tag,
tag               571 opal/mca/btl/portals4/btl_portals4_component.c     mca_btl_base_tag_t tag;
tag               659 opal/mca/btl/portals4/btl_portals4_component.c                 tag = (unsigned char) (ev.hdr_data);
tag               666 opal/mca/btl/portals4/btl_portals4_component.c                 reg = mca_btl_base_active_message_trigger + tag;
tag               668 opal/mca/btl/portals4/btl_portals4_component.c                     "PTL_EVENT_PUT: tag=%x base_descriptor=%p cbfunc: %lx\n", tag, (void*)&btl_base_descriptor, (uint64_t)reg->cbfunc));
tag               669 opal/mca/btl/portals4/btl_portals4_component.c                 reg->cbfunc(&portals4_btl->super, tag, &btl_base_descriptor, reg->cbdata);
tag                78 opal/mca/btl/portals4/btl_portals4_rdma.c     frag->hdr.tag = MCA_BTL_TAG_MAX;
tag                33 opal/mca/btl/portals4/btl_portals4_send.c                      mca_btl_base_tag_t tag)
tag                42 opal/mca/btl/portals4/btl_portals4_send.c     frag->hdr.tag = tag;
tag                49 opal/mca/btl/portals4/btl_portals4_send.c     BTL_PORTALS4_SET_SEND_BITS(match_bits, 0, 0, tag, msglen_type);
tag                65 opal/mca/btl/portals4/btl_portals4_send.c                          (void*)frag,  endpoint->ptl_proc.rank, endpoint->ptl_proc.phys.pid, tag,
tag                77 opal/mca/btl/portals4/btl_portals4_send.c                  tag);                           /* hdr_data: tag */
tag                84 opal/mca/btl/portals4/btl_portals4_send.c             (void*)frag,  endpoint->ptl_proc.rank, endpoint->ptl_proc.phys.pid, tag,
tag                99 opal/mca/btl/portals4/btl_portals4_send.c                           mca_btl_base_tag_t tag,
tag               205 opal/mca/btl/self/btl_self.c                               mca_btl_base_tag_t tag)
tag               211 opal/mca/btl/self/btl_self.c     reg = mca_btl_base_active_message_trigger + tag;
tag               212 opal/mca/btl/self/btl_self.c     reg->cbfunc( btl, tag, des, reg->cbdata );
tag               226 opal/mca/btl/self/btl_self.c                                size_t payload_size, uint8_t order, uint32_t flags, mca_btl_base_tag_t tag,
tag               242 opal/mca/btl/self/btl_self.c         (void) mca_btl_self_send (btl, endpoint, &des, tag);
tag               254 opal/mca/btl/self/btl_self.c     (void) mca_btl_self_send (btl, endpoint, frag, tag);
tag               907 opal/mca/btl/smcuda/btl_smcuda.c                       mca_btl_base_tag_t tag,
tag               947 opal/mca/btl/smcuda/btl_smcuda.c         frag->hdr->tag = tag;
tag              1001 opal/mca/btl/smcuda/btl_smcuda.c                      mca_btl_base_tag_t tag )
tag              1019 opal/mca/btl/smcuda/btl_smcuda.c     frag->hdr->tag = tag;
tag              1230 opal/mca/btl/smcuda/btl_smcuda.c     frag->hdr->tag = MCA_BTL_TAG_SMCUDA;
tag              1276 opal/mca/btl/smcuda/btl_smcuda.c                              frag->hdr->tag);
tag               464 opal/mca/btl/smcuda/btl_smcuda.h                              mca_btl_base_tag_t tag,
tag               477 opal/mca/btl/smcuda/btl_smcuda.h     mca_btl_base_tag_t tag
tag               652 opal/mca/btl/smcuda/btl_smcuda_component.c     frag->hdr->tag = MCA_BTL_TAG_SMCUDA;
tag               682 opal/mca/btl/smcuda/btl_smcuda_component.c                                mca_btl_base_tag_t tag,
tag              1062 opal/mca/btl/smcuda/btl_smcuda_component.c                 reg = mca_btl_base_active_message_trigger + hdr->tag;
tag              1070 opal/mca/btl/smcuda/btl_smcuda_component.c                 reg->cbfunc(&mca_btl_smcuda.super, hdr->tag, &(Frag.base),
tag                51 opal/mca/btl/smcuda/btl_smcuda_frag.h     mca_btl_base_tag_t tag;
tag               311 opal/mca/btl/tcp/btl_tcp.c                       mca_btl_base_tag_t tag )
tag               332 opal/mca/btl/tcp/btl_tcp.c     frag->hdr.base.tag = tag;
tag               406 opal/mca/btl/tcp/btl_tcp.c     frag->hdr.base.tag = MCA_BTL_TAG_BTL;
tag               467 opal/mca/btl/tcp/btl_tcp.c     frag->hdr.base.tag = MCA_BTL_TAG_BTL;
tag                73 opal/mca/btl/tcp/btl_tcp.h             reg = mca_btl_base_active_message_trigger + frag->hdr.base.tag; \
tag                74 opal/mca/btl/tcp/btl_tcp.h             reg->cbfunc(&frag->endpoint->endpoint_btl->super, frag->hdr.base.tag, &frag->base, reg->cbdata); \
tag               267 opal/mca/btl/tcp/btl_tcp.h     mca_btl_base_tag_t tag
tag               978 opal/mca/btl/tcp/btl_tcp_endpoint.c                     reg = mca_btl_base_active_message_trigger + frag->hdr.base.tag;
tag               979 opal/mca/btl/tcp/btl_tcp_endpoint.c                     reg->cbfunc(&frag->btl->super, frag->hdr.base.tag, &frag->base, reg->cbdata);
tag               137 opal/mca/btl/template/btl_template.c                         mca_btl_base_tag_t tag,
tag               294 opal/mca/btl/template/btl_template.c     mca_btl_base_tag_t tag)
tag               186 opal/mca/btl/template/btl_template.h     mca_btl_base_tag_t tag
tag               312 opal/mca/btl/template/btl_template.h     mca_btl_base_tag_t tag,
tag               232 opal/mca/btl/uct/btl_uct_am.c                       mca_btl_base_tag_t tag)
tag               244 opal/mca/btl/uct/btl_uct_am.c     frag->header.data.tag = tag;
tag               290 opal/mca/btl/uct/btl_uct_am.c                        mca_btl_base_tag_t tag, mca_btl_base_descriptor_t **descriptor)
tag               311 opal/mca/btl/uct/btl_uct_am.c     am_header.data.tag = tag;
tag                25 opal/mca/btl/uct/btl_uct_am.h                        mca_btl_base_tag_t tag, mca_btl_base_descriptor_t **descriptor);
tag                28 opal/mca/btl/uct/btl_uct_am.h                       mca_btl_base_tag_t tag);
tag               311 opal/mca/btl/uct/btl_uct_component.c     reg = mca_btl_base_active_message_trigger + header->data.tag;
tag               312 opal/mca/btl/uct/btl_uct_component.c     reg->cbfunc (&uct_btl->super, header->data.tag, &frag.base, reg->cbdata);
tag               173 opal/mca/btl/uct/btl_uct_types.h         mca_btl_base_tag_t tag;
tag               394 opal/mca/btl/ugni/btl_ugni.h                    mca_btl_base_tag_t tag);
tag               418 opal/mca/btl/ugni/btl_ugni.h                     uint32_t flags, mca_btl_base_tag_t tag,
tag                62 opal/mca/btl/ugni/btl_ugni_device.h     int tag;
tag                71 opal/mca/btl/ugni/btl_ugni_device.h                             args->payload_len, args->msg_id, args->tag);
tag                79 opal/mca/btl/ugni/btl_ugni_device.h     uint8_t *tag;
tag                85 opal/mca/btl/ugni/btl_ugni_device.h     return GNI_SmsgGetNextWTag(args->ep_handle, (void **) args->data_ptr, args->tag);
tag               460 opal/mca/btl/ugni/btl_ugni_device.h                                                         void *payload, size_t payload_len, uint32_t msg_id, int tag)
tag               465 opal/mca/btl/ugni/btl_ugni_device.h                                               .tag = tag};
tag               470 opal/mca/btl/ugni/btl_ugni_device.h static inline int mca_btl_ugni_smsg_get_next_wtag (mca_btl_ugni_endpoint_handle_t *ep_handle, uintptr_t *data_ptr, uint8_t *tag)
tag               473 opal/mca/btl/ugni/btl_ugni_device.h     mca_btl_ugni_smsg_get_next_wtag_arg_t args = {.ep_handle = ep_handle->gni_handle, .data_ptr = data_ptr, .tag = tag};
tag                84 opal/mca/btl/ugni/btl_ugni_get.c     uint8_t tag = frag->hdr.eager.send.lag >> 24;
tag               109 opal/mca/btl/ugni/btl_ugni_get.c     reg = mca_btl_base_active_message_trigger + tag;
tag               110 opal/mca/btl/ugni/btl_ugni_get.c     reg->cbfunc(&ugni_module->super, tag, &(tmp.base), reg->cbdata);
tag                48 opal/mca/btl/ugni/btl_ugni_send.c                        mca_btl_base_tag_t tag)
tag                56 opal/mca/btl/ugni/btl_ugni_send.c     frag->hdr.send.lag = (tag << 24) | size;
tag               114 opal/mca/btl/ugni/btl_ugni_send.c                         uint32_t flags, mca_btl_base_tag_t tag,
tag               149 opal/mca/btl/ugni/btl_ugni_send.c         frag->hdr.send.lag = (tag << 24) | total_size;
tag                75 opal/mca/btl/ugni/btl_ugni_smsg.c         uint8_t tag = GNI_SMSG_ANY_TAG;
tag                77 opal/mca/btl/ugni/btl_ugni_smsg.c         rc = mca_btl_ugni_smsg_get_next_wtag (&ep->smsg_ep_handle, &data_ptr, &tag);
tag                94 opal/mca/btl/ugni/btl_ugni_smsg.c         BTL_VERBOSE(("got smsg fragment. tag = %d\n", tag));
tag                96 opal/mca/btl/ugni/btl_ugni_smsg.c         switch (tag) {
tag               100 opal/mca/btl/ugni/btl_ugni_smsg.c             tag = frag.hdr.send.lag >> 24;
tag               103 opal/mca/btl/ugni/btl_ugni_smsg.c             BTL_VERBOSE(("received smsg fragment. hdr = {len = %u, tag = %d}", len, tag));
tag               105 opal/mca/btl/ugni/btl_ugni_smsg.c             reg = mca_btl_base_active_message_trigger + tag;
tag               114 opal/mca/btl/ugni/btl_ugni_smsg.c             reg->cbfunc(&ugni_module->super, tag, &(frag.base), reg->cbdata);
tag               137 opal/mca/btl/ugni/btl_ugni_smsg.c             BTL_ERROR(("unknown tag %d\n", tag));
tag                77 opal/mca/btl/ugni/btl_ugni_smsg.h                                                mca_btl_ugni_smsg_tag_t tag)
tag                84 opal/mca/btl/ugni/btl_ugni_smsg.h                                                 frag->msg_id, tag);
tag               151 opal/mca/btl/usnic/btl_usnic_frag.h     mca_btl_base_tag_t tag;
tag              1061 opal/mca/btl/usnic/btl_usnic_module.c     chp->ch_hdr.tag = lfrag->lsf_tag;
tag              1176 opal/mca/btl/usnic/btl_usnic_module.c                     sseg->ss_base.us_btl_header->tag);
tag              1267 opal/mca/btl/usnic/btl_usnic_module.c     mca_btl_base_tag_t tag)
tag              1290 opal/mca/btl/usnic/btl_usnic_module.c             tag, (int)frag->sf_size);
tag              1339 opal/mca/btl/usnic/btl_usnic_module.c         sseg->ss_base.us_btl_header->tag = tag;
tag              1378 opal/mca/btl/usnic/btl_usnic_module.c         rc = opal_btl_usnic_finish_put_or_send(module, endpoint, frag, tag);
tag              1401 opal/mca/btl/usnic/btl_usnic_module.c                          mca_btl_base_tag_t tag,
tag               138 opal/mca/btl/usnic/btl_usnic_recv.c             reg = mca_btl_base_active_message_trigger + hdr->tag;
tag               143 opal/mca/btl/usnic/btl_usnic_recv.c                         (int)bseg->us_btl_header->tag);
tag               145 opal/mca/btl/usnic/btl_usnic_recv.c             reg->cbfunc(&module->super, hdr->tag, &seg->rs_desc, reg->cbdata);
tag               290 opal/mca/btl/usnic/btl_usnic_recv.c                         (int)chunk_hdr->ch_hdr.tag);
tag               293 opal/mca/btl/usnic/btl_usnic_recv.c                     chunk_hdr->ch_hdr.tag;
tag               296 opal/mca/btl/usnic/btl_usnic_recv.c                 reg->cbfunc(&module->super, chunk_hdr->ch_hdr.tag,
tag               327 opal/mca/btl/usnic/btl_usnic_recv.h         reg = mca_btl_base_active_message_trigger + bseg->us_btl_header->tag;
tag               329 opal/mca/btl/usnic/btl_usnic_recv.h         reg->cbfunc(&module->super, bseg->us_btl_header->tag,
tag               435 opal/mca/btl/usnic/btl_usnic_recv.h         reg = mca_btl_base_active_message_trigger + bseg->us_btl_header->tag;
tag               437 opal/mca/btl/usnic/btl_usnic_recv.h         reg->cbfunc(&module->super, bseg->us_btl_header->tag,
tag               123 opal/mca/btl/usnic/btl_usnic_send.c     mca_btl_base_tag_t tag)
tag               162 opal/mca/btl/usnic/btl_usnic_send.c         sseg->ss_base.us_btl_header->tag = tag;
tag               169 opal/mca/btl/usnic/btl_usnic_send.c         lfrag->lsf_tag = tag;
tag               325 opal/mca/btl/usnic/btl_usnic_send.h     mca_btl_base_tag_t tag)
tag               196 opal/mca/btl/vader/btl_vader.h                        mca_btl_base_tag_t tag);
tag               209 opal/mca/btl/vader/btl_vader.h                          uint32_t flags, mca_btl_base_tag_t tag,
tag               619 opal/mca/btl/vader/btl_vader_component.c     reg = mca_btl_base_active_message_trigger + hdr->tag;
tag               635 opal/mca/btl/vader/btl_vader_component.c         reg->cbfunc(&mca_btl_vader.super, hdr->tag, &frag, reg->cbdata);
tag               638 opal/mca/btl/vader/btl_vader_component.c         reg->cbfunc(&mca_btl_vader.super, hdr->tag, &frag, reg->cbdata);
tag                30 opal/mca/btl/vader/btl_vader_fbox.h         uint16_t  tag;
tag                56 opal/mca/btl/vader/btl_vader_fbox.h static inline void mca_btl_vader_fbox_set_header (mca_btl_vader_fbox_hdr_t *hdr, uint16_t tag,
tag                59 opal/mca/btl/vader/btl_vader_fbox.h     mca_btl_vader_fbox_hdr_t tmp = {.data = {.tag = tag, .seq = seq, .size = size}};
tag                77 opal/mca/btl/vader/btl_vader_fbox.h static inline bool mca_btl_vader_fbox_sendi (mca_btl_base_endpoint_t *ep, unsigned char tag,
tag               171 opal/mca/btl/vader/btl_vader_fbox.h     mca_btl_vader_fbox_set_header (MCA_BTL_VADER_FBOX_HDR(dst), tag, ep->fbox_out.seq++, data_size);
tag               198 opal/mca/btl/vader/btl_vader_fbox.h             if (0 == hdr.data.tag || hdr.data.seq != ep->fbox_in.seq) {
tag               208 opal/mca/btl/vader/btl_vader_fbox.h                          ep->peer_smp_rank, hdr.data.tag, hdr.data.size, hdr.data.seq, start));
tag               211 opal/mca/btl/vader/btl_vader_fbox.h             if (OPAL_LIKELY((0xfe & hdr.data.tag) != 0xfe)) {
tag               215 opal/mca/btl/vader/btl_vader_fbox.h                     mca_btl_base_active_message_trigger + hdr.data.tag;
tag               226 opal/mca/btl/vader/btl_vader_fbox.h                 reg->cbfunc(&mca_btl_vader.super, hdr.data.tag, &desc, reg->cbdata);
tag               227 opal/mca/btl/vader/btl_vader_fbox.h             } else if (OPAL_LIKELY(0xfe == hdr.data.tag)) {
tag                65 opal/mca/btl/vader/btl_vader_frag.h     mca_btl_base_tag_t tag;
tag                93 opal/mca/btl/vader/btl_vader_sc_emu.c static void mca_btl_vader_sc_emu_rdma (mca_btl_base_module_t *btl, mca_btl_base_tag_t tag, mca_btl_base_descriptor_t *desc, void *ctx)
tag                40 opal/mca/btl/vader/btl_vader_send.c                         mca_btl_base_tag_t tag)
tag                52 opal/mca/btl/vader/btl_vader_send.c     frag->hdr->tag = tag;
tag                45 opal/mca/btl/vader/btl_vader_sendi.c                          uint32_t flags, mca_btl_base_tag_t tag,
tag                66 opal/mca/btl/vader/btl_vader_sendi.c         mca_btl_vader_fbox_sendi (endpoint, tag, header, header_size, data_ptr, payload_size)) {
tag                85 opal/mca/btl/vader/btl_vader_sendi.c     frag->hdr->tag = tag;
tag                96 opal/mca/event/libevent2022/libevent/event_tagging.c int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
tag               172 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag)
tag               179 opal/mca/event/libevent2022/libevent/event_tagging.c 		ev_uint8_t lower = tag & 0x7f;
tag               180 opal/mca/event/libevent2022/libevent/event_tagging.c 		tag >>= 7;
tag               182 opal/mca/event/libevent2022/libevent/event_tagging.c 		if (tag)
tag               186 opal/mca/event/libevent2022/libevent/event_tagging.c 	} while (tag);
tag               248 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag,
tag               251 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_encode_tag(evbuf, tag);
tag               257 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
tag               260 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_encode_tag(evbuf, tag);
tag               268 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer)
tag               273 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_encode_tag(evbuf, tag);
tag               279 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
tag               285 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_encode_tag(evbuf, tag);
tag               291 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string)
tag               294 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string));
tag               298 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv)
tag               303 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_marshal(evbuf, tag, data, len);
tag               479 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
tag               483 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (decode_tag_internal(&tag, evbuf, 1 /* dodrain */) == -1)
tag               485 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (need_tag != tag)
tag               505 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
tag               509 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (decode_tag_internal(&tag, evbuf, 1 /* dodrain */) == -1)
tag               511 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (need_tag != tag)
tag               533 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
tag               537 opal/mca/event/libevent2022/libevent/event_tagging.c 	if ((tag_len = evtag_unmarshal_header(src, &tag)) < 0 ||
tag               538 opal/mca/event/libevent2022/libevent/event_tagging.c 	    tag != need_tag)
tag               552 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
tag               555 opal/mca/event/libevent2022/libevent/event_tagging.c 	if ((tag_len = evtag_unmarshal_header(evbuf, &tag)) == -1 ||
tag               556 opal/mca/event/libevent2022/libevent/event_tagging.c 	    tag != need_tag)
tag               574 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
tag               579 opal/mca/event/libevent2022/libevent/event_tagging.c 	if ((len = evtag_unmarshal_header(evbuf, &tag)) == -1)
tag               581 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (tag != need_tag)
tag                70 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
tag                72 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
tag                88 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
tag                90 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
tag                93 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
tag                96 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
tag               317 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
tag               319 opal/mca/event/libevent2022/libevent/test/regress.gen.c     if (evtag_peek(evbuf, &tag) == -1)
tag               321 opal/mca/event/libevent2022/libevent/test/regress.gen.c     switch (tag) {
tag               409 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
tag               414 opal/mca/event/libevent2022/libevent/test/regress.gen.c   if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)
tag               428 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg)
tag               433 opal/mca/event/libevent2022/libevent/test/regress.gen.c   evtag_marshal_buffer(evbuf, tag, _buf);
tag               634 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
tag               636 opal/mca/event/libevent2022/libevent/test/regress.gen.c     if (evtag_peek(evbuf, &tag) == -1)
tag               638 opal/mca/event/libevent2022/libevent/test/regress.gen.c     switch (tag) {
tag               700 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
tag               705 opal/mca/event/libevent2022/libevent/test/regress.gen.c   if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)
tag               719 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg)
tag               724 opal/mca/event/libevent2022/libevent/test/regress.gen.c   evtag_marshal_buffer(evbuf, tag, _buf);
tag              1089 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
tag              1091 opal/mca/event/libevent2022/libevent/test/regress.gen.c     if (evtag_peek(evbuf, &tag) == -1)
tag              1093 opal/mca/event/libevent2022/libevent/test/regress.gen.c     switch (tag) {
tag              1198 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
tag              1203 opal/mca/event/libevent2022/libevent/test/regress.gen.c   if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)
tag              1217 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, const struct run *msg)
tag              1222 opal/mca/event/libevent2022/libevent/test/regress.gen.c   evtag_marshal_buffer(evbuf, tag, _buf);
tag               735 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	ev_uint32_t tag;
tag               785 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (evtag_peek(tmp, &tag) == -1)
tag               788 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (tag != 0xdeaf)
tag               789 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		TT_DIE(("Got incorrect tag: %0x.", (unsigned)tag));
tag               120 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   char *tag;
tag               141 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   tag = nchildstate->tagname = buffer;
tag               163 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     *tagp = tag;
tag               173 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   *tagp = tag;
tag               457 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   char *buffer, *tmp, *tag;
tag               498 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   ret = hwloc__nolibxml_import_find_child(state, &childstate, &tag);
tag               501 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   if (strcmp(tag, "topologydiff"))
tag               534 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   char *tag;
tag               582 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       ret = state->global->find_child(state, &childstate, &tag);
tag               583 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       if (ret <= 0 || strcmp(tag, "latency")) {
tag               771 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   char *tag;
tag               826 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     tag = NULL;
tag               827 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->find_child(state, &childstate, &tag);
tag               833 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (!strcmp(tag, "object")) {
tag               837 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     } else if (!strcmp(tag, "page_type")) {
tag               845 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, tag);
tag               849 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     } else if (!strcmp(tag, "info")) {
tag               851 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     } else if (data->version_major < 2 && !strcmp(tag, "distances")) {
tag               853 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     } else if (!strcmp(tag, "userdata")) {
tag               858 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, tag);
tag              1100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   while (tag) {
tag              1103 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (!strcmp(tag, "object")) {
tag              1112 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, tag);
tag              1121 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     tag = NULL;
tag              1122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->find_child(state, &childstate, &tag);
tag              1250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     char *attrname, *attrvalue, *tag, *buffer;
tag              1255 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->find_child(state, &childstate, &tag);
tag              1259 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (!strcmp(tag, "indexes"))
tag              1261 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     else if (!strcmp(tag, "u64values"))
tag              1266 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, tag);
tag              1523 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     char *tag;
tag              1526 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->find_child(state, &childstate, &tag);
tag              1532 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (!strcmp(tag, "diff")) {
tag              1606 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   char *tag;
tag              1633 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   ret = state.global->find_child(&state, &childstate, &tag);
tag              1634 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   if (ret < 0 || !ret || strcmp(tag, "object"))
tag              1650 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       ret = state.global->find_child(&state, &childstate, &tag);
tag              1655 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       if (strcmp(tag, "distances2")) {
tag              1658 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  data->msgprefix, tag);
tag               477 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     rcv->tag = PMIX_PTL_TAG_IOF;
tag               463 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c         myflags.tag = pmix_globals.tag_output;
tag               526 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c         if (myflags.tag) {
tag               539 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     if (myflags.tag) {
tag                79 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h     pmix_iof_channel_t tag;
tag               114 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h     bool tag;
tag               155 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h         (snk)->tag = (tg);                                                  \
tag                97 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c             flags.tag = PMIX_INFO_TRUE(&directives[n]);
tag               212 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c         rcv->tag = PMIX_PTL_TAG_HEARTBEAT;
tag                97 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h                                                       pmix_ptl_tag_t tag);
tag                99 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h                                                     pmix_ptl_tag_t tag);
tag               133 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c     p->hdr.tag = UINT32_MAX;
tag               154 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c     p->hdr.tag = UINT32_MAX;
tag               173 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c     p->tag = UINT32_MAX;
tag               264 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c     p->tag = UINT32_MAX;
tag               243 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c             if (UINT_MAX != rcv->tag && NULL != rcv->cbfunc) {
tag               245 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                 hdr.tag = rcv->tag;
tag               399 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                         (NULL == msg) ? UINT_MAX : ntohl(msg->hdr.tag),
tag               406 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                             ntohl(msg->hdr.tag));
tag               513 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c             peer->recv_msg->hdr.tag = ntohl(hdr.tag);
tag               517 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                                 (int)peer->recv_msg->hdr.tag,
tag               524 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                                     peer->recv_msg->hdr.tag);
tag               577 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                                 peer->recv_msg->hdr.tag, peer->sd);
tag               648 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                         (queue->peer)->info->pname.rank, (queue->tag));
tag               658 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     snd->hdr.tag = htonl(queue->tag);
tag               687 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     uint32_t tag;
tag               713 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     tag = pmix_ptl_globals.current_tag;
tag               718 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c         req->tag = tag;
tag               723 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                             "posting recv on tag %d", req->tag);
tag               735 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     snd->hdr.tag = htonl(tag);
tag               772 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                         (int)msg->hdr.nbytes, msg->hdr.tag, msg->sd);
tag               778 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                             msg->hdr.tag, rcv->tag);
tag               780 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c         if (msg->hdr.tag == rcv->tag || UINT_MAX == rcv->tag) {
tag               795 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                                      msg->hdr.tag);
tag               803 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c             if (PMIX_PTL_TAG_DYNAMIC <= rcv->tag && UINT_MAX != rcv->tag) {
tag               814 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     if (PMIX_PTL_TAG_DYNAMIC <= msg->hdr.tag) {
tag               816 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                     msg->hdr.tag, msg->peer->info->pname.nspace,
tag                63 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c     req->tag = 0;
tag                66 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                         "posting notification recv on tag %d", req->tag);
tag               132 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                         "posting recv on tag %d", req->tag);
tag               140 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c         if (msg->hdr.tag == req->tag || UINT_MAX == req->tag) {
tag               162 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                                           pmix_ptl_tag_t tag)
tag               170 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c     req->tag = tag;
tag               186 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c         if (rcv->tag == req->tag) {
tag               197 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                                         pmix_ptl_tag_t tag)
tag               205 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c     req->tag = tag;
tag               111 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl.h                                             pmix_ptl_tag_t tag);
tag               116 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl.h                                             pmix_ptl_tag_t tag);
tag               120 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl.h                                               pmix_ptl_tag_t tag);
tag               112 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h     pmix_ptl_tag_t tag;
tag               159 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h     uint32_t tag;
tag               184 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h     pmix_ptl_tag_t tag;
tag               277 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h             snd->hdr.tag = htonl(t);                                                        \
tag                77 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c                                  pmix_ptl_tag_t tag);
tag               706 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c                                  pmix_ptl_tag_t tag)
tag               718 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     q->tag = tag;
tag               986 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     hdr.tag = UINT32_MAX;
tag                73 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                                  pmix_ptl_tag_t tag);
tag               258 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                                  pmix_ptl_tag_t tag)
tag               270 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     q->tag = tag;
tag               292 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     hdr.tag = UINT32_MAX;
tag               566 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                         (NULL == msg) ? UINT_MAX : msg->hdr.tag,
tag               574 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                 msg->hdr.tag = ntohl(msg->hdr.tag);
tag               580 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                                 msg->hdr.pindex, msg->hdr.tag, (unsigned long)msg->hdr.nbytes);
tag               606 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                     msg->hdr.tag = htonl(msg->hdr.tag);
tag               732 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                                 (int)peer->recv_msg->hdr.tag,
tag               739 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                                     peer->recv_msg->hdr.tag);
tag               784 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                                 peer->recv_msg->hdr.tag, peer->sd);
tag               836 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     uint32_t tag;
tag               855 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     tag = pmix_ptl_globals.current_tag;
tag               860 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c         req->tag = tag;
tag               864 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                             "posting recv on tag %d", req->tag);
tag               873 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     snd->hdr.tag = tag;
tag               920 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                         (queue->peer)->info->pname.rank, (queue->tag));
tag               924 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     snd->hdr.tag = htonl(queue->tag);
tag                37 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.h     uint32_t tag;
tag               396 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     req->tag = UINT32_MAX;
tag              2083 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_PTL_SEND_ONEWAY(rc, cd->peer, reply, cd->hdr.tag);
tag              2132 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_PTL_SEND_ONEWAY(rc, cd->peer, reply, cd->hdr.tag);
tag              2204 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->cd->peer, cd->cd->hdr.tag, reply);
tag              2267 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2379 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2485 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2641 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2719 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2776 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2803 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2850 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2911 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              2970 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              3029 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              3099 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              3150 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, cd->peer, cd->hdr.tag, reply);
tag              3195 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_SERVER_QUEUE_REPLY(rc, scd->peer, scd->hdr.tag, reply);
tag              3246 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static pmix_status_t server_switchyard(pmix_peer_t *peer, uint32_t tag,
tag              3278 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_SERVER_QUEUE_REPLY(rc, peer, tag, reply);
tag              3287 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3306 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             PMIX_SERVER_QUEUE_REPLY(rc, peer, tag, reply);
tag              3315 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3323 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3342 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3383 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3392 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3401 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3410 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3419 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3428 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3437 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3450 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3458 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3466 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3474 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3482 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3490 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3498 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3506 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3514 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3522 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3530 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3538 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_GDS_CADDY(cd, peer, tag);
tag              3561 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     ret = server_switchyard(peer, hdr->tag, buf);
tag              3576 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_SERVER_QUEUE_REPLY(rc, peer, hdr->tag, reply);
tag              3691 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_SERVER_QUEUE_REPLY(ret, cd->peer, cd->hdr.tag, reply);
tag              3819 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_SERVER_QUEUE_REPLY(ret, cd->peer, cd->hdr.tag, reply);
tag               214 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h         (c)->hdr.tag = (t);                     \
tag               444 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     rcv->tag = PMIX_PTL_TAG_IOF;
tag               614 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c         rcv->tag = UINT32_MAX;
tag                85 orte/mca/filem/base/base.h                                         opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               124 orte/mca/filem/base/filem_base_receive.c                         opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                94 orte/mca/filem/raw/filem_raw_module.c                        opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                97 orte/mca/filem/raw/filem_raw_module.c                      opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               187 orte/mca/filem/raw/filem_raw_module.c                      opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               946 orte/mca/filem/raw/filem_raw_module.c                        opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                80 orte/mca/grpcomm/base/base.h                                          orte_rml_tag_t tag,
tag                55 orte/mca/grpcomm/base/grpcomm_base_stubs.c                       orte_rml_tag_t tag);
tag                86 orte/mca/grpcomm/base/grpcomm_base_stubs.c                            orte_rml_tag_t tag,
tag                98 orte/mca/grpcomm/base/grpcomm_base_stubs.c                          (NULL == msg) ? 0 : (unsigned int)msg->bytes_used, (long)tag));
tag               114 orte/mca/grpcomm/base/grpcomm_base_stubs.c     if (ORTE_SUCCESS != (rc = pack_xcast(sig, buf, msg, tag))) {
tag               465 orte/mca/grpcomm/base/grpcomm_base_stubs.c                       orte_rml_tag_t tag)
tag               483 orte/mca/grpcomm/base/grpcomm_base_stubs.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(&data, &tag, 1, ORTE_RML_TAG))) {
tag                61 orte/mca/grpcomm/direct/grpcomm_direct.c                        opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                64 orte/mca/grpcomm/direct/grpcomm_direct.c                            opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                67 orte/mca/grpcomm/direct/grpcomm_direct.c                             opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               162 orte/mca/grpcomm/direct/grpcomm_direct.c                            opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               270 orte/mca/grpcomm/direct/grpcomm_direct.c     orte_rml_tag_t tag;
tag               362 orte/mca/grpcomm/direct/grpcomm_direct.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(data, &tag, &cnt, ORTE_RML_TAG))) {
tag               374 orte/mca/grpcomm/direct/grpcomm_direct.c     if (ORTE_RML_TAG_DAEMON == tag) {
tag               587 orte/mca/grpcomm/direct/grpcomm_direct.c         ORTE_RML_POST_MESSAGE(ORTE_PROC_MY_NAME, tag, 1,
tag               599 orte/mca/grpcomm/direct/grpcomm_direct.c                             opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               146 orte/mca/grpcomm/grpcomm.h                                                 orte_rml_tag_t tag,
tag               104 orte/mca/iof/base/base.h     orte_iof_tag_t tag;
tag               119 orte/mca/iof/base/base.h     orte_iof_tag_t tag;
tag               195 orte/mca/iof/base/base.h         ep->tag = (tg);                                                 \
tag               253 orte/mca/iof/base/base.h         rev->tag = (tg);                                                \
tag               358 orte/mca/iof/base/iof_base_setup.c                 proct->revstdout->sink->tag = ORTE_IOF_STDMERGE;  // show that it is merged
tag                74 orte/mca/iof/hnp/iof_hnp.h                        opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                83 orte/mca/iof/hnp/iof_hnp.h                                        orte_iof_tag_t tag,
tag               150 orte/mca/iof/hnp/iof_hnp_read.c     if (ORTE_IOF_STDIN & rev->tag) {
tag               177 orte/mca/iof/hnp/iof_hnp_read.c                 if (ORTE_IOF_MAX_INPUT_BUFFERS < orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, proct->stdinev->wev)) {
tag               242 orte/mca/iof/hnp/iof_hnp_read.c             if ((sink->tag & rev->tag) &&
tag               258 orte/mca/iof/hnp/iof_hnp_read.c                         rc = opal_pmix.server_iof_push(&proct->name, rev->tag, data, numbytes);
tag               268 orte/mca/iof/hnp/iof_hnp_read.c                     orte_iof_hnp_send_data_to_endpoint(&sink->daemon, &proct->name, rev->tag, data, numbytes));
tag               280 orte/mca/iof/hnp/iof_hnp_read.c                          (ORTE_IOF_STDOUT & rev->tag) ? "stdout" : ((ORTE_IOF_STDERR & rev->tag) ? "stderr" : "stddiag"),
tag               289 orte/mca/iof/hnp/iof_hnp_read.c         if (rev->tag & ORTE_IOF_STDOUT) {
tag               292 orte/mca/iof/hnp/iof_hnp_read.c         } else if (rev->tag & ORTE_IOF_STDERR) {
tag               296 orte/mca/iof/hnp/iof_hnp_read.c         } else if (rev->tag & ORTE_IOF_STDDIAG) {
tag               318 orte/mca/iof/hnp/iof_hnp_read.c                 if (ORTE_IOF_STDOUT & rev->tag || orte_xml_output) {
tag               319 orte/mca/iof/hnp/iof_hnp_read.c                     orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, orte_iof_base.iof_write_stdout->wev);
tag               321 orte/mca/iof/hnp/iof_hnp_read.c                     orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, orte_iof_base.iof_write_stderr->wev);
tag               326 orte/mca/iof/hnp/iof_hnp_read.c             if (ORTE_IOF_STDOUT & rev->tag || orte_xml_output) {
tag               327 orte/mca/iof/hnp/iof_hnp_read.c                 orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, orte_iof_base.iof_write_stdout->wev);
tag               329 orte/mca/iof/hnp/iof_hnp_read.c                 orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, orte_iof_base.iof_write_stderr->wev);
tag               334 orte/mca/iof/hnp/iof_hnp_read.c     if (NULL != rev->sink && !(ORTE_IOF_STDIN & rev->sink->tag)) {
tag               336 orte/mca/iof/hnp/iof_hnp_read.c         orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, rev->sink->wev);
tag                56 orte/mca/iof/hnp/iof_hnp_receive.c                        opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               194 orte/mca/iof/hnp/iof_hnp_receive.c                 if ((stream & sink->tag) &&
tag               246 orte/mca/iof/hnp/iof_hnp_receive.c             if ((stream & sink->tag) &&
tag                48 orte/mca/iof/hnp/iof_hnp_send.c                                        orte_iof_tag_t tag,
tag                70 orte/mca/iof/hnp/iof_hnp_send.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG))) {
tag               136 orte/mca/iof/iof.h         orte_iof_tag_t tag;                                             \
tag               142 orte/mca/iof/iof.h         tag = ORTE_IOF_STDOUTALL | ORTE_IOF_PULL | ORTE_IOF_EXCLUSIVE;  \
tag               143 orte/mca/iof/iof.h         opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG);                      \
tag                74 orte/mca/iof/orted/iof_orted.h                          opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                78 orte/mca/iof/orted/iof_orted.h void orte_iof_orted_send_xonxoff(orte_iof_tag_t tag);
tag               107 orte/mca/iof/orted/iof_orted_read.c         orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, rev->sink->wev);
tag               121 orte/mca/iof/orted/iof_orted_read.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &rev->tag, 1, ORTE_IOF_TAG))) {
tag               156 orte/mca/iof/orted/iof_orted_read.c     if (rev->tag & ORTE_IOF_STDOUT) {
tag               161 orte/mca/iof/orted/iof_orted_read.c     } else if (rev->tag & ORTE_IOF_STDERR) {
tag               167 orte/mca/iof/orted/iof_orted_read.c     } else if (rev->tag & ORTE_IOF_STDDIAG) {
tag                46 orte/mca/iof/orted/iof_orted_receive.c                     opal_buffer_t *buf, orte_rml_tag_t tag,
tag                53 orte/mca/iof/orted/iof_orted_receive.c void orte_iof_orted_send_xonxoff(orte_iof_tag_t tag)
tag                63 orte/mca/iof/orted/iof_orted_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG))) {
tag                72 orte/mca/iof/orted/iof_orted_receive.c                          (ORTE_IOF_XON == tag) ? "xon" : "xoff"));
tag                90 orte/mca/iof/orted/iof_orted_receive.c                          opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               110 orte/mca/iof/tool/iof_tool.c                     opal_buffer_t *buf, orte_rml_tag_t tag,
tag               136 orte/mca/iof/tool/iof_tool.c     orte_iof_tag_t tag;
tag               148 orte/mca/iof/tool/iof_tool.c     tag = src_tag | ORTE_IOF_PULL;
tag               153 orte/mca/iof/tool/iof_tool.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG))) {
tag               188 orte/mca/iof/tool/iof_tool.c     orte_iof_tag_t tag;
tag               200 orte/mca/iof/tool/iof_tool.c     tag = src_tag | ORTE_IOF_CLOSE;
tag               205 orte/mca/iof/tool/iof_tool.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG))) {
tag                53 orte/mca/iof/tool/iof_tool.h                          opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                47 orte/mca/iof/tool/iof_tool_receive.c                         opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               189 orte/mca/oob/alps/oob_alps_component.c                         ORTE_NAME_PRINT(&msg->dst), msg->tag);
tag               195 orte/mca/oob/tcp/oob_tcp.c                             ORTE_NAME_PRINT(&msg->dst), msg->tag, msg->seq_num,
tag               205 orte/mca/oob/tcp/oob_tcp.c                         ORTE_NAME_PRINT(&msg->dst), msg->tag, msg->seq_num,
tag               723 orte/mca/oob/tcp/oob_tcp_component.c                         ORTE_NAME_PRINT(&msg->dst), msg->tag, msg->seq_num );
tag              1180 orte/mca/oob/tcp/oob_tcp_component.c     snd->tag = mop->snd->hdr.tag;
tag               415 orte/mca/oob/tcp/oob_tcp_connection.c     hdr.tag = 0;
tag               470 orte/mca/oob/tcp/oob_tcp_connection.c     hdr.tag = 0;
tag                60 orte/mca/oob/tcp/oob_tcp_hdr.h     orte_rml_tag_t tag;
tag                76 orte/mca/oob/tcp/oob_tcp_hdr.h     (h)->tag = ORTE_RML_TAG_NTOH((h)->tag);     \
tag                85 orte/mca/oob/tcp/oob_tcp_hdr.h     (h)->tag = ORTE_RML_TAG_HTON((h)->tag);     \
tag               517 orte/mca/oob/tcp/oob_tcp_sendrecv.c                                         ORTE_NAME_PRINT(&peer->name), peer->recv_msg->hdr.tag);
tag               558 orte/mca/oob/tcp/oob_tcp_sendrecv.c                                     peer->recv_msg->hdr.tag);
tag               567 orte/mca/oob/tcp/oob_tcp_sendrecv.c                                         peer->recv_msg->hdr.tag,
tag               570 orte/mca/oob/tcp/oob_tcp_sendrecv.c                                           peer->recv_msg->hdr.tag,
tag               585 orte/mca/oob/tcp/oob_tcp_sendrecv.c                     snd->tag = peer->recv_msg->hdr.tag;
tag               110 orte/mca/oob/tcp/oob_tcp_sendrecv.h         _s->hdr.tag = (m)->tag;                                        \
tag               154 orte/mca/oob/tcp/oob_tcp_sendrecv.h         _s->hdr.tag = (m)->tag;                                        \
tag               197 orte/mca/oob/tcp/oob_tcp_sendrecv.h         _s->hdr.tag = (m)->hdr.tag;                                    \
tag               873 orte/mca/plm/base/plm_base_launch_support.c                                    orte_rml_tag_t tag, void *cbdata)
tag              1077 orte/mca/plm/base/plm_base_launch_support.c                                    orte_rml_tag_t tag, void *cbdata)
tag              1421 orte/mca/plm/base/plm_base_launch_support.c                                  orte_rml_tag_t tag, void *cbdata)
tag               125 orte/mca/plm/base/plm_base_receive.c                         opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                82 orte/mca/plm/base/plm_private.h                                                  orte_rml_tag_t tag, void *cbdata);
tag                85 orte/mca/plm/base/plm_private.h                                                orte_rml_tag_t tag, void *cbdata);
tag                88 orte/mca/plm/base/plm_private.h                                                  orte_rml_tag_t tag, void *cbdata);
tag               111 orte/mca/plm/base/plm_private.h                                       opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                87 orte/mca/rml/base/base.h     orte_rml_tag_t tag;          // targeted tag
tag               124 orte/mca/rml/base/base.h     orte_rml_tag_t tag;          // targeted tag
tag               134 orte/mca/rml/base/base.h     orte_rml_tag_t tag;
tag               157 orte/mca/rml/base/base.h     orte_rml_tag_t tag;
tag               179 orte/mca/rml/base/base.h         msg->tag = (t);                                                 \
tag               213 orte/mca/rml/base/base.h                             (m)->tag, (m)->cbdata);                     \
tag               219 orte/mca/rml/base/base.h                            (m)->tag, (m)->cbdata);                      \
tag               117 orte/mca/rml/base/rml_base_frame.c                             opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               126 orte/mca/rml/base/rml_base_frame.c                             ORTE_NAME_PRINT(peer), tag,
tag               140 orte/mca/rml/base/rml_base_frame.c                             orte_rml_tag_t tag, void *cbdata)
tag                85 orte/mca/rml/base/rml_base_msg_handlers.c                 post->tag == recv->tag) {
tag                89 orte/mca/rml/base/rml_base_msg_handlers.c                                     post->tag, ORTE_NAME_PRINT(&recv->peer));
tag               103 orte/mca/rml/base/rml_base_msg_handlers.c             post->tag == recv->tag) {
tag               106 orte/mca/rml/base/rml_base_msg_handlers.c                         ORTE_NAME_PRINT(&post->peer), post->tag);
tag               115 orte/mca/rml/base/rml_base_msg_handlers.c                         post->tag, ORTE_NAME_PRINT(&post->peer));
tag               150 orte/mca/rml/base/rml_base_msg_handlers.c             msg->tag == rcv->tag) {
tag               174 orte/mca/rml/base/rml_base_msg_handlers.c                          msg->tag));
tag               177 orte/mca/rml/base/rml_base_msg_handlers.c     if (ORTE_RML_TAG_WARMUP_CONNECTION == msg->tag) {
tag               210 orte/mca/rml/base/rml_base_msg_handlers.c             msg->tag == post->tag) {
tag               218 orte/mca/rml/base/rml_base_msg_handlers.c                 post->cbfunc.buffer(ORTE_SUCCESS, &msg->sender, &buf, msg->tag, post->cbdata);
tag               226 orte/mca/rml/base/rml_base_msg_handlers.c                                      msg->tag));
tag               230 orte/mca/rml/base/rml_base_msg_handlers.c                 post->cbfunc.iov(ORTE_SUCCESS, &msg->sender, &msg->iov, 1, msg->tag, post->cbdata);
tag               241 orte/mca/rml/base/rml_base_msg_handlers.c                                  post->tag));
tag               262 orte/mca/rml/base/rml_base_msg_handlers.c                             msg->tag));
tag                54 orte/mca/rml/oob/rml_oob.h                          orte_rml_tag_t tag,
tag                60 orte/mca/rml/oob/rml_oob.h                                 orte_rml_tag_t tag,
tag                89 orte/mca/rml/oob/rml_oob_component.c                     orte_rml_tag_t tag,
tag                99 orte/mca/rml/oob/rml_oob_component.c                          ORTE_NAME_PRINT(peer), tag);
tag               107 orte/mca/rml/oob/rml_oob_component.c     req->post->tag = tag;
tag               114 orte/mca/rml/oob/rml_oob_component.c                            orte_rml_tag_t tag,
tag               124 orte/mca/rml/oob/rml_oob_component.c                          ORTE_NAME_PRINT(peer), tag);
tag               132 orte/mca/rml/oob/rml_oob_component.c     req->post->tag = tag;
tag               138 orte/mca/rml/oob/rml_oob_component.c static void recv_cancel(orte_process_name_t* peer, orte_rml_tag_t tag)
tag               145 orte/mca/rml/oob/rml_oob_component.c                          ORTE_NAME_PRINT(peer), tag);
tag               159 orte/mca/rml/oob/rml_oob_component.c     req->post->tag = tag;
tag                47 orte/mca/rml/oob/rml_oob_send.c                          ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), xfer->tag));
tag                56 orte/mca/rml/oob/rml_oob_send.c                              xfer->tag, xfer->cbdata);
tag                62 orte/mca/rml/oob/rml_oob_send.c                                 xfer->tag, xfer->cbdata);
tag                76 orte/mca/rml/oob/rml_oob_send.c                          orte_rml_tag_t tag,
tag                90 orte/mca/rml/oob/rml_oob_send.c                          ORTE_NAME_PRINT(peer), tag));
tag                92 orte/mca/rml/oob/rml_oob_send.c     if (ORTE_RML_TAG_INVALID == tag) {
tag               110 orte/mca/rml/oob/rml_oob_send.c                              ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), tag));
tag               132 orte/mca/rml/oob/rml_oob_send.c         xfer->tag = tag;
tag               140 orte/mca/rml/oob/rml_oob_send.c         rcv->tag = tag;
tag               167 orte/mca/rml/oob/rml_oob_send.c     snd->tag = tag;
tag               181 orte/mca/rml/oob/rml_oob_send.c                                 orte_rml_tag_t tag,
tag               192 orte/mca/rml/oob/rml_oob_send.c                          ORTE_NAME_PRINT(peer), tag));
tag               194 orte/mca/rml/oob/rml_oob_send.c     if (ORTE_RML_TAG_INVALID == tag) {
tag               212 orte/mca/rml/oob/rml_oob_send.c                              ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), tag));
tag               233 orte/mca/rml/oob/rml_oob_send.c         xfer->tag = tag;
tag               241 orte/mca/rml/oob/rml_oob_send.c         rcv->tag = tag;
tag               255 orte/mca/rml/oob/rml_oob_send.c     snd->tag = tag;
tag                72 orte/mca/rml/rml.h                                           opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                77 orte/mca/rml/rml.h                                           orte_rml_tag_t tag, void *cbdata);
tag               110 orte/mca/rml/rml.h                                        orte_rml_tag_t tag,
tag               134 orte/mca/rml/rml.h                                               orte_rml_tag_t tag,
tag               202 orte/mca/rml/rml.h                                             orte_rml_tag_t tag,
tag               231 orte/mca/rml/rml.h                                                    orte_rml_tag_t tag,
tag               253 orte/mca/rml/rml.h                                           orte_rml_tag_t tag,
tag               269 orte/mca/rml/rml.h                                                  orte_rml_tag_t tag,
tag               284 orte/mca/rml/rml.h                                               orte_rml_tag_t tag);
tag               300 orte/mca/snapc/base/snapc_base_fns.c                                               orte_rml_tag_t tag,
tag               350 orte/mca/snapc/base/snapc_base_fns.c                                               orte_rml_tag_t tag,
tag                93 orte/mca/snapc/full/snapc_full_global.c                                          orte_rml_tag_t tag,
tag               110 orte/mca/snapc/full/snapc_full_global.c                                            orte_rml_tag_t tag,
tag               950 orte/mca/snapc/full/snapc_full_global.c                                            orte_rml_tag_t tag,
tag               959 orte/mca/snapc/full/snapc_full_global.c     if( ORTE_RML_TAG_CKPT != tag ) {
tag               962 orte/mca/snapc/full/snapc_full_global.c                     ORTE_NAME_PRINT(sender), tag);
tag              1083 orte/mca/snapc/full/snapc_full_global.c                                   orte_rml_tag_t tag,
tag              1091 orte/mca/snapc/full/snapc_full_global.c     if( ORTE_RML_TAG_SNAPC_FULL != tag ) {
tag              1094 orte/mca/snapc/full/snapc_full_global.c                     ORTE_NAME_PRINT(sender), tag);
tag                90 orte/mca/snapc/full/snapc_full_local.c                                           orte_rml_tag_t tag,
tag                99 orte/mca/snapc/full/snapc_full_local.c                                        orte_rml_tag_t tag,
tag               428 orte/mca/snapc/full/snapc_full_local.c                                    orte_rml_tag_t tag,
tag               445 orte/mca/snapc/full/snapc_full_local.c     if( ORTE_RML_TAG_SNAPC != tag ) {
tag               448 orte/mca/snapc/full/snapc_full_local.c                     ORTE_NAME_PRINT(sender), tag);
tag               706 orte/mca/snapc/full/snapc_full_local.c                                    orte_rml_tag_t tag,
tag               713 orte/mca/snapc/full/snapc_full_local.c     if( ORTE_RML_TAG_SNAPC_FULL != tag ) {
tag               716 orte/mca/snapc/full/snapc_full_local.c                     ORTE_NAME_PRINT(sender), tag);
tag               103 orte/mca/sstore/central/sstore_central.h void orte_sstore_central_local_recv(int status, orte_process_name_t* sender, opal_buffer_t* buffer, orte_rml_tag_t tag, void* cbdata);
tag               143 orte/mca/sstore/central/sstore_central_global.c                                        orte_rml_tag_t tag,
tag               821 orte/mca/sstore/central/sstore_central_global.c                                        orte_rml_tag_t tag,
tag               830 orte/mca/sstore/central/sstore_central_global.c     if( ORTE_RML_TAG_SSTORE_INTERNAL != tag ) {
tag               841 orte/mca/sstore/central/sstore_central_global.c         orte_sstore_central_local_recv(status, sender, buffer, tag, cbdata);
tag               468 orte/mca/sstore/central/sstore_central_local.c                                     orte_rml_tag_t tag,
tag               477 orte/mca/sstore/central/sstore_central_local.c     if( ORTE_RML_TAG_SSTORE_INTERNAL != tag ) {
tag               169 orte/mca/sstore/stage/sstore_stage_global.c                                        orte_rml_tag_t tag,
tag              1016 orte/mca/sstore/stage/sstore_stage_global.c                                        orte_rml_tag_t tag,
tag              1025 orte/mca/sstore/stage/sstore_stage_global.c     if( ORTE_RML_TAG_SSTORE_INTERNAL != tag ) {
tag               172 orte/mca/sstore/stage/sstore_stage_local.c                                       orte_rml_tag_t tag,
tag              1069 orte/mca/sstore/stage/sstore_stage_local.c                                     orte_rml_tag_t tag,
tag              1077 orte/mca/sstore/stage/sstore_stage_local.c     if( ORTE_RML_TAG_SSTORE_INTERNAL != tag ) {
tag                38 orte/orted/orted.h                       opal_buffer_t *buffer, orte_rml_tag_t tag,
tag                45 orte/orted/orted.h                                                orte_rml_tag_t tag);
tag                96 orte/orted/orted_comm.c                       opal_buffer_t *buffer, orte_rml_tag_t tag,
tag               119 orte/orted/orted_main.c                    orte_rml_tag_t tag, void *cbdata);
tag               122 orte/orted/orted_main.c                               orte_rml_tag_t tag, void *cbdata);
tag              1094 orte/orted/orted_main.c                    orte_rml_tag_t tag, void *cbdata)
tag              1161 orte/orted/orted_main.c                               orte_rml_tag_t tag, void *cbdata) {
tag               145 orte/orted/orted_submit.c                          opal_buffer_t *buffer, orte_rml_tag_t tag,
tag               149 orte/orted/orted_submit.c                         orte_rml_tag_t tag, void *cbdata);
tag               152 orte/orted/orted_submit.c                           orte_rml_tag_t tag, void *cbdata);
tag              2037 orte/orted/orted_submit.c                         orte_rml_tag_t tag, void *cbdata)
tag              2112 orte/orted/orted_submit.c                           orte_rml_tag_t tag, void *cbdata)
tag              3113 orte/orted/orted_submit.c                              opal_buffer_t *buffer, orte_rml_tag_t tag,
tag              3284 orte/orted/orted_submit.c                          opal_buffer_t *buffer, orte_rml_tag_t tag,
tag               243 orte/runtime/data_type_support/orte_dt_copy_fns.c     orte_rml_tag_t *tag;
tag               251 orte/runtime/data_type_support/orte_dt_copy_fns.c     tag = (orte_rml_tag_t*)malloc(sizeof(orte_rml_tag_t));
tag               252 orte/runtime/data_type_support/orte_dt_copy_fns.c     if (NULL == tag) {
tag               258 orte/runtime/data_type_support/orte_dt_copy_fns.c     *tag = *src;
tag               259 orte/runtime/data_type_support/orte_dt_copy_fns.c     *dest = tag;
tag               179 orte/runtime/orte_data_server.c                       opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                49 orte/runtime/orte_data_server.h                                     opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                 6 orte/test/mpi/bcast_loop.c     int myid, nprocs, tag;
tag                13 orte/test/mpi/client.c  int done = 0, tag, n, CNT=0;
tag                24 orte/test/mpi/client.c      tag = 2; /* Action to perform */
tag                25 orte/test/mpi/client.c      if ( CNT == 5 ) { tag = 0; done = 1; }
tag                27 orte/test/mpi/client.c      MPI_Send( buf, n, MPI_DOUBLE, 0, tag, server );
tag                18 orte/test/mpi/intercomm_create.c static int tag = 201;
tag               112 orte/test/mpi/intercomm_create.c             whoami, count, tag, err );
tag               113 orte/test/mpi/intercomm_create.c     err = MPI_Intercomm_create( ab_intra, 0, ac_intra, count, tag, &ab_c_inter );
tag               149 orte/test/mpi/intercomm_create.c         printf( "%s: MPI_Intercomm_create( intra, 0, intra, MPI_COMM_NULL, %d, &inter) [rank %d]\n", whoami, tag, rank );
tag               150 orte/test/mpi/intercomm_create.c         err = MPI_Intercomm_create( intra, 0, MPI_COMM_NULL, 0, tag, &inter);
tag               153 orte/test/mpi/intercomm_create.c         printf( "%s: MPI_Intercomm_create( MPI_COMM_WORLD, 0, intra, 0, %d, &inter) [rank %d]\n", whoami, tag, rank );
tag               154 orte/test/mpi/intercomm_create.c         err = MPI_Intercomm_create( MPI_COMM_WORLD, 0, intra, 0, tag, &inter);
tag                12 orte/test/mpi/iof.c     int i, rank, size, next, prev, tag = 201;
tag                35 orte/test/mpi/no-disconnect.c static int nice_send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) {
tag                37 orte/test/mpi/no-disconnect.c     return MPI_Send(buf, count, datatype, dest, tag, comm);
tag                41 orte/test/mpi/no-disconnect.c static int nice_recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) {
tag                57 orte/test/mpi/no-disconnect.c     MPI_Irecv(buf, count, datatype, source, tag, comm, &req);
tag                11 orte/test/mpi/ring.c     int i, rank, size, next, prev, tag = 201;
tag                35 orte/test/mpi/ring.c         MPI_Send(send_array, array_size, MPI_INT, next, tag,
tag                41 orte/test/mpi/ring.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
tag                47 orte/test/mpi/ring.c         MPI_Send(send_array, array_size, MPI_INT, next, tag, MPI_COMM_WORLD);
tag                54 orte/test/mpi/ring.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
tag                88 orte/test/mpi/xlib.c     int i, rank, size, next, prev, tag = 201;
tag               168 orte/test/mpi/xlib.c         MPI_Send(send_array, array_size, MPI_INT, next, tag,
tag               192 orte/test/mpi/xlib.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
tag               198 orte/test/mpi/xlib.c         MPI_Send(send_array, array_size, MPI_INT, next, tag, MPI_COMM_WORLD);
tag               205 orte/test/mpi/xlib.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
tag                25 orte/test/system/ofi_big_msg.c                           opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                27 orte/test/system/ofi_conduit_stress.c                           opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                34 orte/test/system/ofi_query_test.c                           opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                26 orte/test/system/ofi_stress.c                           opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                26 orte/test/system/oob_stress.c                           opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                62 orte/test/system/oob_stress_channel.c                           opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                76 orte/test/system/oob_stress_channel.c                           opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                92 orte/test/system/oob_stress_channel.c                                    opal_buffer_t * buffer, orte_rml_tag_t tag,
tag                72 orte/util/comm/comm.c                         opal_buffer_t* buffer, orte_rml_tag_t tag,
tag                87 orte/util/comm/comm.c                       opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               620 orte/util/comm/comm.c                         opal_buffer_t* buffer, orte_rml_tag_t tag,
tag               485 orte/util/show_help.c                          opal_buffer_t *buffer, orte_rml_tag_t tag,
tag               105 orte/util/show_help.h                                        opal_buffer_t *buffer, orte_rml_tag_t tag,
tag               112 oshmem/mca/scoll/mpi/scoll_mpi_module.c     int tag;
tag               142 oshmem/mca/scoll/mpi/scoll_mpi_module.c         tag = 1;
tag               160 oshmem/mca/scoll/mpi/scoll_mpi_module.c         err = ompi_comm_create_group(&(ompi_mpi_comm_world.comm), new_group, tag, &newcomm);
tag              1044 oshmem/mca/spml/ikrit/spml_ikrit.c     req.tag = src == SHMEM_ANY_SOURCE ? 0 : src;
tag              1086 oshmem/mca/spml/ikrit/spml_ikrit.c     req.op.send.tag = oshmem_my_proc_id();
tag               194 test/datatype/to_self.c     int myself, tag = 0, i, slength, rlength;
tag               209 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req );
tag               210 test/datatype/to_self.c         MPI_Recv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &status );
tag               214 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req );
tag               215 test/datatype/to_self.c         ftmpi_mpi_recv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &status );
tag               228 test/datatype/to_self.c     int myself, tag = 0, i, slength, rlength;
tag               243 test/datatype/to_self.c         MPI_Irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &req );
tag               244 test/datatype/to_self.c         MPI_Send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD );
tag               248 test/datatype/to_self.c         ftmpi_mpi_irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &req );
tag               249 test/datatype/to_self.c         ftmpi_mpi_send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD );
tag               262 test/datatype/to_self.c     int myself, tag = 0, i, slength, rlength;
tag               277 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
tag               278 test/datatype/to_self.c         MPI_Irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &rreq );
tag               284 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
tag               285 test/datatype/to_self.c         ftmpi_mpi_irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &rreq );
tag               300 test/datatype/to_self.c     int myself, tag = 0, i, slength, rlength;
tag               315 test/datatype/to_self.c         MPI_Irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &rreq );
tag               316 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
tag               322 test/datatype/to_self.c         ftmpi_mpi_irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &rreq );
tag               323 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );