EvolvingObjects
|
Global object used to reach boost::mpi::communicator everywhere. More...
#include <eoMpiNode.h>
Static Public Member Functions | |
static void | init (int argc, char **argv) |
Initializes the MPI environment with argc and argv. | |
static bmpi::communicator & | comm () |
Returns the global boost::mpi::communicator. | |
Static Protected Attributes | |
static bmpi::communicator | _comm |
Global object used to reach boost::mpi::communicator everywhere.
boost::mpi::communicator is the main object used to send and receive messages between the different hosts of a MPI algorithm.
Definition at line 40 of file eoMpiNode.h.
static void eo::mpi::Node::init | ( | int | argc, |
char ** | argv | ||
) | [inline, static] |
Initializes the MPI environment with argc and argv.
Should be called at the beginning of every parallel program.
argc | Main's argc |
argv | Main's argv |
Definition at line 52 of file eoMpiNode.h.