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

An allgather operation. More...

Collaboration diagram for allgather:

Classes

class  lci::allgather_x
 The actual implementation for allgather. More...
 

Detailed Description

An allgather operation.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]sendbufof type const void*; positional argument; The local buffer base address to send.
[in]recvbufof type void*; positional argument; The local buffer base address to recv.
[in]sizeof type size_t; positional argument; The message size per rank.
[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.