|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
This file contains the definitions of MPI utility functions. More...
#include "mpi.h"Namespaces | |
| axom | |
| axom::lumberjack | |
Functions | |
| const char * | axom::lumberjack::mpiBlockingReceiveMessages (MPI_Comm comm) |
| Receives any Message sent to this rank. Returns null if terminating message is sent. More... | |
| void | axom::lumberjack::mpiNonBlockingSendMessages (MPI_Comm comm, int destinationRank, const char *packedMessagesToBeSent) |
| Sends all Message sent to the given rank. More... | |
This file contains the definitions of MPI utility functions.