UCX  1.14
Unified Communication X
UCT interface for asynchronous event capabilities

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)
 

Detailed Description

The definition list presents a full list of operations and capabilities supported by UCT iface event.

Macro Definition Documentation

#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