Home
last modified time | relevance | path

Searched refs:MPIR_TAG_SET_ERROR_BIT (Results 1 – 6 of 6) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_tags.h88 #define MPIR_TAG_SET_ERROR_BIT(tag) ((tag) |= MPIR_TAG_ERROR_BIT) macro
90 #define MPIR_TAG_SET_ERROR_BIT(tag) (tag) macro
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ucx/
H A Ducx_send.h129 MPIR_TAG_SET_ERROR_BIT(tag); in MPIDI_NM_send_coll()
200 MPIR_TAG_SET_ERROR_BIT(tag); in MPIDI_NM_isend_coll()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/
H A Dhelper_fns.c250 MPIR_TAG_SET_ERROR_BIT(tag); in MPIC_Ssend()
400 MPIR_TAG_SET_ERROR_BIT(sendtag); in MPIC_Sendrecv_replace()
545 MPIR_TAG_SET_ERROR_BIT(tag); in MPIC_Issend()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dmpid_isend.c195 MPIR_TAG_SET_ERROR_BIT(tag); in MPID_Isend_coll()
H A Dmpid_send.c201 MPIR_TAG_SET_ERROR_BIT(tag); in MPID_Send_coll()
H A Dch3u_recvq.c805 if (error_bit_masked) MPIR_TAG_SET_ERROR_BIT(match->parts.tag); in MPIDI_CH3U_Recvq_FDP_or_AEU()
824 if (error_bit_masked) MPIR_TAG_SET_ERROR_BIT(match->parts.tag); in MPIDI_CH3U_Recvq_FDP_or_AEU()