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);
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Vector of integers.
Definition: ID.h:93
Channel is an abstract base class which defines the channel interface.
Definition: Channel.h:91
MPI_MachineBroker is the broker responsible for monitoring the usage of the processes in an mpi run...
Definition: MPI_MachineBroker.h:76
A MachineBroker is responsible for getting an actor process running on the parallel machine...
Definition: MachineBroker.h:76
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34