62 #ifndef MPI_MachineBroker_h    63 #define MPI_MachineBroker_h    65 #include "MachineBroker.h"    71 class FEM_ObjectBroker;
    82     std::vector<MPI_Channel *> theChannels;
    85     void alloc(
const std::size_t &);
    98     Channel *getRemoteProcess(
void);
 FEM_ObjectBroker is is an object broker class for the finite element method. 
Definition: FEM_ObjectBroker.h:151
Vector of integers. 
Definition: ID.h:95
Channel is an abstract base class which defines the channel interface. 
Definition: Channel.h:92
MPI_MachineBroker is the broker responsible for monitoring the usage of the processes in an mpi run...
Definition: MPI_MachineBroker.h:77
A MachineBroker is responsible for getting an actor process running on the parallel machine...
Definition: MachineBroker.h:77
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35