UCX 1.17
Unified Communication X
|
List of capabilities supported by UCT iface event API. More...
Macros | |
#define | UCT_IFACE_FLAG_EVENT_SEND_COMP UCS_BIT(0) |
#define | UCT_IFACE_FLAG_EVENT_RECV UCS_BIT(1) |
#define | UCT_IFACE_FLAG_EVENT_RECV_SIG UCS_BIT(2) |
#define | UCT_IFACE_FLAG_EVENT_FD UCS_BIT(3) |
#define | UCT_IFACE_FLAG_EVENT_ASYNC_CB UCS_BIT(4) |
The definition list presents a full list of operations and capabilities supported by UCT iface event.
#define UCT_IFACE_FLAG_EVENT_SEND_COMP UCS_BIT(0) |
Event notification of send completion is supported
#define UCT_IFACE_FLAG_EVENT_RECV UCS_BIT(1) |
Event notification of tag and active message receive is supported
#define UCT_IFACE_FLAG_EVENT_RECV_SIG UCS_BIT(2) |
Event notification of signaled tag and active message is supported
#define UCT_IFACE_FLAG_EVENT_FD UCS_BIT(3) |
Event notification through File Descriptor is supported
#define UCT_IFACE_FLAG_EVENT_ASYNC_CB UCS_BIT(4) |
Event notification through asynchronous callback invocation is supported