Home | Trees | Indices | Help |
---|
|
object --+ | GPIDev.Base.Objects.Node --+ | GPIDev.Base.Objects.GangaObject --+ | GPIDev.Adapters.IBackend.IBackend --+ | Localhost
This is a Ganga.GPI.Localhost implementation class. Refer to Ganga.GPI.Localhost.__doc__ for documentation.
|
|||
_proxyClass Run jobs in the background on local host. |
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
|
|||
Inherited from |
|
|||
_GUIAdvancedPrefs =
|
|||
_GUIPrefs =
|
|||
_name =
|
|||
_schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x2fe
|
|||
actualCE = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x2
|
|||
exitcode = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x2
|
|||
id = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x2fec8d0>
|
|||
nice = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x2fec950>
|
|||
status = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x2fe
|
|||
workdir = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x2f
|
|||
wrapper_pid = <Ganga.GPIDev.Base.Objects.Descriptor object at
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Obtains the timestamps for the 'running', 'completed', and 'failed' states. The __jobstatus__ file in the job's output directory is read to obtain the start and stop times of the job. These are converted into datetime objects and returned to the user. |
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().
|
Allow viewing of output files in job's work directory (i.e. while job is in 'running' state) Arguments other than self: filename : name of file to be viewed => Path specified relative to work directory command : command to be used for file viewing Return value: None
|
|
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:
|
Return all available timestamps from this backend. |
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().
|
|
_GUIAdvancedPrefs
|
_GUIPrefs
|
_schema
|
actualCE
|
exitcode
|
status
|
workdir
|
wrapper_pid
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:21 2012 | http://epydoc.sourceforge.net |