Home
last modified time | relevance | path

Searched refs:UCP_OP_ATTR_FLAG_NO_IMM_CMPL (Results 1 – 9 of 9) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/tag/
H A Dtag_recv.c165 UCP_OP_ATTR_FLAG_NO_IMM_CMPL,
184 UCP_OP_ATTR_FLAG_NO_IMM_CMPL,
231 UCP_OP_ATTR_FLAG_NO_IMM_CMPL,
H A Dtag_send.c262 (UCP_OP_ATTR_FIELD_DATATYPE | UCP_OP_ATTR_FLAG_NO_IMM_CMPL);
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/proto/
H A Dproto_select.h19 #define UCP_PROTO_SELECT_OP_ATTR_BASE UCP_OP_ATTR_FLAG_NO_IMM_CMPL
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/pml/ucx/
H A Dpml_ucx_datatype.c187 UCP_OP_ATTR_FLAG_NO_IMM_CMPL; in mca_pml_ucx_init_nbx_datatype()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/rma/
H A Drma_send.c233 if (ucs_likely(!(param->op_attr_mask & UCP_OP_ATTR_FLAG_NO_IMM_CMPL) && in ucp_put_nbx()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/stream/
H A Dstream_send.c152 (UCP_OP_ATTR_FIELD_DATATYPE | UCP_OP_ATTR_FLAG_NO_IMM_CMPL);
H A Dstream_recv.c309 (UCP_OP_ATTR_FIELD_DATATYPE | UCP_OP_ATTR_FLAG_NO_IMM_CMPL);
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/api/
H A Ducp.h570 UCP_OP_ATTR_FLAG_NO_IMM_CMPL = UCS_BIT(16), /**< deny immediate completion */ enumerator
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_request.inl112 if ((_param)->op_attr_mask & UCP_OP_ATTR_FLAG_NO_IMM_CMPL) { \