XC Open source finite element analysis program
|
MPI_MachineBroker is the broker responsible for monitoring the usage of the processes in an mpi run. More...
#include <MPI_MachineBroker.h>
Public Member Functions | |
MPI_MachineBroker (FEM_ObjectBroker *theBroker, int argc, char *argv[]) | |
int | getPID (void) |
int | getNP (void) |
Channel * | getMyChannel (void) |
Channel * | getRemoteProcess (void) |
int | freeProcess (Channel *) |
Public Member Functions inherited from XC::MachineBroker | |
MachineBroker (FEM_ObjectBroker *theObjectBroker) | |
virtual int | shutdown (void) |
virtual int | runActors (void) |
virtual Channel * | startActor (int actorType, int compDemand=0) |
virtual int | finishedWithActor (Channel *) |
MPI_MachineBroker is the broker responsible for monitoring the usage of the processes in an mpi run.