LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
An allgather operation. More...
Classes | |
class | lci::allgather_x |
The actual implementation for allgather. More... | |
An allgather operation.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | sendbuf | of type const void*; positional argument; The local buffer base address to send. |
[in] | recvbuf | of type void*; positional argument; The local buffer base address to recv. |
[in] | size | of type size_t; positional argument; The message size per rank. |
[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. |