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

Class SchedulerSGE

source code


Instance Methods [hide private]
 
__init__(self) source code
 
_AddAfterRun(self, Appli)
Add in batch script user commands after run
source code
 
submit(self, Appli)
submit Appli
source code
 
cancel(self, Appli)
cancel Application
source code
 
_AddBeforeRun(self, Appli)
Add in batch script user commands before run
source code
 
_AddExeMPI(self, Appli) source code
 
_AddSchedulerCommand(self, Appli)
Add in batch script scheluder command
source code
 
status(self, Appli)
Update status attribut of Appli object
source code

Inherited from SchedulerAbstract: delegateProxy, retrieveOutput, stdErr, stdOut, wait

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

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: SchedulerAbstract.__init__

_AddAfterRun(self, Appli)

source code 

Add in batch script user commands after run

Overrides: SchedulerCluster._AddAfterRun
(inherited documentation)

submit(self, Appli)

source code 

submit Appli

Overrides: SchedulerAbstract.submit

cancel(self, Appli)

source code 

cancel Application

Overrides: SchedulerAbstract.cancel
(inherited documentation)

_AddBeforeRun(self, Appli)

source code 

Add in batch script user commands before run

Overrides: SchedulerCluster._AddBeforeRun
(inherited documentation)

_AddExeMPI(self, Appli)

source code 
Overrides: SchedulerBQS._AddExeMPI

_AddSchedulerCommand(self, Appli)

source code 

Add in batch script scheluder command

Overrides: SchedulerCluster._AddSchedulerCommand

status(self, Appli)

source code 

Update status attribut of Appli object

Overrides: SchedulerAbstract.status
(inherited documentation)