|
xc
|
MillMachineBroker is a machine broker for use with the cluster of millennium machines in Soda Hall. More...
#include <MillMachineBroker.h>


Public Member Functions | |
| MillMachineBroker (FEM_ObjectBroker *theBroker) | |
| virtual int | startActor (const std::string &actorProgram, Channel &theChannel, int compDemand=0) |
Public Member Functions inherited from XC::AlphaBaseMachineBroker | |
| AlphaBaseMachineBroker (FEM_ObjectBroker *theBroker, int currentMachine, int maxNumMachines) | |
Public Member Functions inherited from XC::MachineBroker | |
| MachineBroker (FEM_ObjectBroker *) | |
| Constructor. Set the object broker. | |
| virtual | ~MachineBroker () |
| Destructor. | |
| 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) |
| Invoked to start the program. More... | |
| virtual int | finishedWithActor (Channel *) |
| virtual Channel * | getMyChannel (void)=0 |
| virtual Channel * | getRemoteProcess (void)=0 |
| virtual int | freeProcess (Channel *)=0 |
Public Member Functions inherited from XC::ObjectWithObjBroker | |
| ObjectWithObjBroker (FEM_ObjectBroker *) | |
| Object broker to use. More... | |
| ObjectWithObjBroker (FEM_ObjectBroker &) | |
| Constructor. Sets the broker. | |
| FEM_ObjectBroker * | getObjectBrokerPtr (void) const |
| Returns a pointer to the broker #theBroker. | |
Additional Inherited Members | |
Protected Attributes inherited from XC::AlphaBaseMachineBroker | |
| int | currentMachine |
| int | maxNumMachines |
| std::vector< std::string > | machines |
Protected Attributes inherited from XC::ObjectWithObjBroker | |
| FEM_ObjectBroker * | theBroker |
MillMachineBroker is a machine broker for use with the cluster of millennium machines in Soda Hall.
1.8.13