10 #ifndef MTL_PORTALS_FLOWCTL_H
11 #define MTL_PORTALS_FLOWCTL_H
44 ptl_process_t children[2];
57 int ompi_mtl_portals4_flowctl_init(
void);
59 int ompi_mtl_portals4_flowctl_fini(
void);
61 int ompi_mtl_portals4_flowctl_add_procs(
size_t me,
64 int ompi_mtl_portals4_flowctl_setup_comm(
void);
65 int ompi_mtl_portals4_flowctl_start_recover(
void);
ptl_handle_me_t alert_event_me_h
Flow control alert tree broadcast ME for a local put to generate an event.
Definition: mtl_portals4_flowctl.h:29
ptl_handle_me_t fanout_event_me_h
Flow control restart fan-out ME for a local put to generate an event.
Definition: mtl_portals4_flowctl.h:40
ptl_handle_ct_t fanin_ct_h
Flow control restart fan-in CT.
Definition: mtl_portals4_flowctl.h:33
uint32_t epoch_counter
Flow control epoch counter.
Definition: mtl_portals4_flowctl.h:16
ptl_handle_me_t fanout_me_h
Flow control restart fan-out ME.
Definition: mtl_portals4_flowctl.h:35
ptl_handle_me_t trigger_me_h
Flow control trigger ME.
Definition: mtl_portals4_flowctl.h:20
ptl_handle_me_t alert_me_h
Flow control alert tree broadcast ME.
Definition: mtl_portals4_flowctl.h:24
An abstraction that represents a connection to a endpoint process.
Definition: mtl_mx_endpoint.h:50
ptl_handle_ct_t trigger_ct_h
Flow control trigger CT.
Definition: mtl_portals4_flowctl.h:22
ptl_handle_me_t fanin_me_h
Flow control restart fan-in ME.
Definition: mtl_portals4_flowctl.h:31
ptl_handle_ct_t fanout_ct_h
Flow control restart fan-out CT.
Definition: mtl_portals4_flowctl.h:37
Definition: mtl_portals4_flowctl.h:13
ptl_handle_ct_t alert_ct_h
Flow control alert tree broadcast CT.
Definition: mtl_portals4_flowctl.h:26