![]() |
rebl-AMR
|
struct that embeds data related to the message and envelope More...
#include <communicate.h>
Public Member Functions | |
| void | print () |
Public Attributes | |
| uint | count |
| int | tag |
| uint | sender |
| uint | reciever |
| void * | buf |
| MPI_Datatype | datatype |
| MPI_Status | status |
| MPI_Request | request |
struct that embeds data related to the message and envelope
|
inline |
| void* Message::buf |
pointer to the buffer of the data
| uint Message::count |
count of the message
| MPI_Datatype Message::datatype |
| uint Message::reciever |
who is the destination
| MPI_Request Message::request |
| uint Message::sender |
who is sending
| MPI_Status Message::status |
| int Message::tag |
tag of the message