XC Open source finite element analysis program
|
A MachineBroker is responsible for getting an actor process running on the parallel machine. More...
#include <MachineBroker.h>
Public Member Functions | |
MachineBroker (FEM_ObjectBroker *theObjectBroker) | |
virtual int | getPID (void)=0 |
virtual int | getNP (void)=0 |
virtual int | shutdown (void) |
virtual int | runActors (void) |
virtual Channel * | startActor (int actorType, int compDemand=0) |
virtual int | finishedWithActor (Channel *) |
virtual Channel * | getMyChannel (void)=0 |
virtual Channel * | getRemoteProcess (void)=0 |
virtual int | freeProcess (Channel *)=0 |
A MachineBroker is responsible for getting an actor process running on the parallel machine.