Home
last modified time | relevance | path

Searched refs:MPIR_TAG_COLL_BIT (Results 1 – 16 of 16) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dmpid_probe.c20 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Probe()
21 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Probe()
H A Dmpid_iprobe.c23 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Iprobe()
24 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Iprobe()
H A Dmpid_issend.c35 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Issend()
36 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Issend()
H A Dmpid_ssend.c35 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Ssend()
36 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Ssend()
H A Dmpid_irecv.c25 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Irecv()
26 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Irecv()
H A Dmpid_rsend.c38 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Rsend()
39 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Rsend()
H A Dmpid_irsend.c36 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Irsend()
37 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Irsend()
H A Dmpid_recv.c32 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Recv()
33 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Recv()
H A Dmpid_isend.c48 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Isend()
49 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Isend()
H A Dmpid_send.c36 MPIR_AGREE_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT) && in MPID_Send()
37 MPIR_SHRINK_TAG != MPIR_TAG_MASK_ERROR_BITS(tag & ~MPIR_TAG_COLL_BIT)) { in MPID_Send()
H A Dmpid_vc.c480 cts_tag = 0 | MPIR_TAG_COLL_BIT; in MPID_Intercomm_exchange_map()
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_tags.h68 #define MPIR_TAG_COLL_BIT (1 << (MPIR_Process.tag_bits - MPIR_TAG_ERROR_BITS - 1)) macro
/dports/net/mpich/mpich-3.4.3/src/mpi/comm/
H A Dcomm_create_group.c48 tag |= MPIR_TAG_COLL_BIT; in MPIR_Comm_create_group()
H A Dintercomm_create.c44 tag |= MPIR_TAG_COLL_BIT; in MPIR_Intercomm_create_impl()
H A Dcontextid.c470 int coll_tag = tag | MPIR_TAG_COLL_BIT; /* Shift tag into the tagged coll space */ in MPIR_Get_contextid_sparse_group()
579 int coll_tag = tag | MPIR_TAG_COLL_BIT; /* Shift tag into the tagged coll space */ in MPIR_Get_contextid_sparse_group()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4_comm.c341 cts_tag = 0 | MPIR_TAG_COLL_BIT; in MPID_Intercomm_exchange_map()