Home
last modified time | relevance | path

Searched refs:MPIR_TAG_USABLE_BITS (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_tags.h115 #define MPIR_TAG_USABLE_BITS ((1 << (MPIR_Process.tag_bits - MPIR_TAG_ERROR_BITS - 1)) - 1) macro
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ucx/
H A Ducx_impl.h43 tag_mask &= ~MPIR_TAG_USABLE_BITS; in MPIDI_UCX_tag_mask()
/dports/net/mpich/mpich-3.4.3/src/mpi/init/
H A Dlocal_proc_attrs.c142 MPIR_Process.attrs.tag_ub = MPIR_TAG_USABLE_BITS; in MPII_init_tag_ub()