Home | Trees | Indices | Help |
---|
|
object --+ | GPIDev.Base.Objects.Node --+ | GPIDev.Base.Objects.GangaObject --+ | GPIDev.Adapters.IBackend.IBackend --+ | Batch
This is a Ganga.GPI.Batch implementation class. Refer to Ganga.GPI.Batch.__doc__ for documentation.
|
|||
_proxyClass Batch submission backend. |
|||
Inherited from |
|
|||
|
|||
Inherited from |
|
|||
|
|||
Inherited from |
|
|||
_name =
|
|||
_schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x393
|
|||
actualCE = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3
|
|||
actualqueue = <Ganga.GPIDev.Base.Objects.Descriptor object at
|
|||
exitcode = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3
|
|||
extraopts = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x
|
|||
id = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3910750>
|
|||
queue = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3910
|
|||
status = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x391
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Kill a job (and also all its subjobs). This method is never called by the framework directly. It may only be called by the default implementation of master_kill().
|
|
Submit an individual job. Return 1 in case of success. master_input_sandbox is a list of file-names which is shared by all subjobs. This method is not called directly by the framework. It is only called by the default implementation of master_submit() method. Therefore if the implementation of master_submit() is able to cope with submission of individual jobs, then submit() is redundant. Transition from Ganga 4.0.x:
|
Update monitoring information for individual jobs: jobs is a list which may contain subjobs as well as the non-split jobs. This method is never called by the framework directly. It may only be called by the default implementation of master_updateMonitoringInformation().
|
|
_schema
|
actualCE
|
actualqueue
|
exitcode
|
extraopts
|
queue
|
status
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:20 2012 | http://epydoc.sourceforge.net |