struct
#include <src/vt/messaging/send_info.h>
SendInfo Returned from a data send to be used to receive the data.
Constructors, destructors, conversion operators
Public functions
- auto getEvent() const -> EventType
- Get the send event (either an MPI event or a parent event containing multiple MPI events)
- auto getTag() const -> TagType
- The MPI tag that it was sent with.
- auto getNumChunks() const -> int
- The number of Isend chunks that make up the entire payload.
Function documentation
int vt:: messaging:: SendInfo:: getNumChunks() const
The number of Isend chunks that make up the entire payload.
Returns | the number of chunks |
---|