Home | Trees | Indices | Help |
---|
|
object --+ | GPIDev.Base.Objects.Node --+ | GPIDev.Base.Objects.GangaObject --+ | GPIDev.Adapters.IBackend.IBackend --+ | Remote
This is a Ganga.GPI.Remote implementation class. Refer to Ganga.GPI.Remote.__doc__ for documentation.
|
|||
_proxyClass Remote backend - submit jobs to a Remote pool. |
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
|
|||
Inherited from |
|
|||
_code =
|
|||
_key =
|
|||
_name =
|
|||
_port = 22
|
|||
_schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x36e
|
|||
_sftp = None hash(x) |
|||
_transport = None hash(x) |
|||
_transportarray = None hash(x) |
|||
actualCE = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3
|
|||
environment = <Ganga.GPIDev.Base.Objects.Descriptor object at
|
|||
exitcode = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3
|
|||
ganga_cmd = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x
|
|||
ganga_dir = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x
|
|||
host = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x377c910>
|
|||
key_type = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3
|
|||
pre_script = <Ganga.GPIDev.Base.Objects.Descriptor object at 0
|
|||
remote_backend = <Ganga.GPIDev.Base.Objects.Descriptor object
|
|||
remote_job_id = <Ganga.GPIDev.Base.Objects.Descriptor object a
|
|||
ssh_key = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x37
|
|||
username = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Kill running job. No arguments other than self Return value: True if job killed successfully, or False otherwise
|
Remove the selected job from the remote site No arguments other than self Return value: True if job removed successfully, or False otherwise
|
Resubmit the job. No arguments other than self Return value: 1 if job was resubmitted, or 0 otherwise
|
This is a hook called for each job when Ganga.Core services are started up. The hook is called before the monitoring subsystem is enabled. This hook may be used by some backends to do specialized setup (e.g. to open ssh transport pipes of the Remote backend)
|
Submit the job to the remote backend. Return value: True if job is submitted successfully, or False otherwise
|
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
|
environment
|
exitcode
|
ganga_cmd
|
ganga_dir
|
key_type
|
pre_script
|
remote_backend
|
remote_job_id
|
ssh_key
|
username
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:22 2012 | http://epydoc.sourceforge.net |