Module APCScheduler :: Class SchedulerCluster
[hide private]
[frames] | no frames]

Class SchedulerCluster

source code


Instance Methods [hide private]
 
__init__(self) source code
 
_AddSchedulerCommand(self, Appli)
Add in batch script scheluder command
source code
 
_AddPlateformEnv(self, Appli)
Add in batch script specific plateform command
source code
 
_AddBeforeRun(self, Appli)
Add in batch script user commands before run
source code
 
_AddExe(self, Appli)
Add in batch script exe
source code
 
_AddAfterRun(self, Appli)
Add in batch script user commands after run
source code
 
_CreateBatchScript(self, Appli)
Create a batch script for cluster scheduler
source code

Inherited from SchedulerAbstract: cancel, delegateProxy, retrieveOutput, status, stdErr, stdOut, submit, wait

Inherited from SchedulerAbstract (private): _ReSubmit, _cleaner, _resultListJob

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: SchedulerAbstract.__init__