LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Post a network short send operation. More...
Classes | |
class | lci::net_post_sends_x |
The actual implementation for net_post_sends. More... | |
Post a network short send operation.
This operation uses the inject semantics: the data is directly copied into the network hardware with the operation descriptor and the operation is completed immediately.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | rank | of type int; positional argument; The target rank. |
[in] | buffer | of type void*; positional argument; The send buffer base address. |
[in] | size | of type size_t; positional argument; The send buffer size. |
[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] | imm_data | of type net_imm_data_t; optional argument; The immediate data to send with the message. |