rebl-AMR
Message Struct Reference

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
 

Detailed Description

struct that embeds data related to the message and envelope

Member Function Documentation

◆ print()

void Message::print ( )
inline

Member Data Documentation

◆ buf

void* Message::buf

pointer to the buffer of the data

◆ count

uint Message::count

count of the message

◆ datatype

MPI_Datatype Message::datatype

◆ reciever

uint Message::reciever

who is the destination

◆ request

MPI_Request Message::request

◆ sender

uint Message::sender

who is sending

◆ status

MPI_Status Message::status

◆ tag

int Message::tag

tag of the message


The documentation for this struct was generated from the following file: