LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches

A broadcast operation. More...

Collaboration diagram for broadcast:

Classes

class  lci::broadcast_x
 The actual implementation for broadcast. More...
 

Detailed Description

A broadcast operation.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]bufferof type void*; positional argument; The local buffer base address.
[in]sizeof type size_t; positional argument; The message size.
[in]rootof type int; positional argument; The rank of the broadcast root.
[in]deviceof type device_t; optional argument; The device to use.
[in]endpointof type endpoint_t; optional argument; The endpoint to use.
[in]matching_engineof type matching_engine_t; optional argument; The matching engine to use.
[in]compof type comp_t; optional argument; The completion to signal when the operation completes.
[in]algorithmof type broadcast_algorithm_t; optional argument; The collective algorithm to use.
[in]ring_nstepsof type int; optional argument; The number of steps in the ring algorithm.