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

Post a network send operation. More...

Collaboration diagram for net_post_send:

Classes

class  lci::net_post_send_x
 The actual implementation for net_post_send. More...
 

Detailed Description

Post a network send operation.

This operation uses the post semantics: means the operation is posted and not completed immediately; the completed operation will be reported through net_poll_cq; the send buffer can only be written after the operation is completed.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]rankof type int; positional argument; The target rank.
[in]bufferof type void*; positional argument; The send buffer base address.
[in]sizeof type size_t; positional argument; The send buffer size.
[in]mrof type mr_t; positional argument; The registered memory region for the send buffer.
[in]deviceof type device_t; optional argument; The device to use.
[in]endpointof type endpoint_t; optional argument; The endpoint to use.
[in]imm_dataof type net_imm_data_t; optional argument; The immediate data to send with the message.
[in]user_contextof type void*; optional argument; The arbitrary user-defined context.
Returns
of type error_t; The error code.