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

A blocking reduce operation. More...

Collaboration diagram for reduce:

Classes

class  lci::reduce_x
 The actual implementation for reduce. More...
 

Detailed Description

A blocking reduce 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]countof type size_t; positional argument; The number of data items in the buffer.
[in]item_sizeof type size_t; positional argument; The size of each data item.
[in]opof type reduce_op_t; positional argument; The reduction operation.
[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.