#include <MpiMessage.h>
Public Member Functions | |
Constructors & destructor | |
MpiMessage (MPI_Comm comm, int size=128) | |
MpiMessage (const MpiComm &comm, int size=128) | |
Sending & receiving | |
void | send (int dest, int tag) |
void | isend (int dest, int tag) |
void | wait () |
void | recv (int source, int tag) |
void | bcast (int root) |
Retrieving message information | |
MPI_Comm | get_comm () const |
MPI_Request | get_request () const |
![]() |
Copyright © 1998–2009 Forschungszentrum Jülich, Jülich Supercomputing Centre |