61 #ifndef MPI_MachineBroker_h 62 #define MPI_MachineBroker_h 64 #include "MachineBroker.h" 70 class FEM_ObjectBroker;
81 std::vector<MPI_Channel *> theChannels;
84 void alloc(
const std::size_t &);
97 Channel *getRemoteProcess(
void);
A MachineBroker is responsible for getting an actor process running on the parallel machine...
Definition: MachineBroker.h:75
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
Channel is an abstract base class which defines the channel interface. A channel is a point of commun...
Definition: Channel.h:85
MPI_MachineBroker is the broker responsible for monitoring the usage of the processes in an mpi run...
Definition: MPI_MachineBroker.h:76
================================================================================
Definition: ContinuaReprComponent.h:34