LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
A broadcast operation. More...
Classes | |
class | lci::broadcast_x |
The actual implementation for broadcast. More... | |
A broadcast operation.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | buffer | of type void*; positional argument; The local buffer base address. |
[in] | size | of type size_t; positional argument; The message size. |
[in] | root | of type int; positional argument; The rank of the broadcast root. |
[in] | device | of type device_t; optional argument; The device to use. |
[in] | endpoint | of type endpoint_t; optional argument; The endpoint to use. |
[in] | matching_engine | of type matching_engine_t; optional argument; The matching engine to use. |
[in] | comp | of type comp_t; optional argument; The completion to signal when the operation completes. |
[in] | algorithm | of type broadcast_algorithm_t; optional argument; The collective algorithm to use. |
[in] | ring_nsteps | of type int; optional argument; The number of steps in the ring algorithm. |