Package Ganga :: Package Lib :: Package Batch :: Module Batch' :: Class SGE
[hide private]
[frames] | no frames]

Class SGE

source code

                 object --+                
                          |                
   GPIDev.Base.Objects.Node --+            
                              |            
GPIDev.Base.Objects.GangaObject --+        
                                  |        
  GPIDev.Adapters.IBackend.IBackend --+    
                                      |    
                                  Batch --+
                                          |
                                         SGE

This is a Ganga.GPI.SGE implementation class. Refer to Ganga.GPI.SGE.__doc__ for documentation.

Nested Classes [hide private]
  _proxyClass
SGE backend - submit jobs to Sun Grid Engine.

Inherited from GPIDev.Base.Objects.GangaObject: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from Batch: kill, preparejob, resubmit, submit

Inherited from GPIDev.Adapters.IBackend.IBackend: check_auto_resubmit, getStateTime, master_auto_resubmit, master_kill, master_prepare, master_resubmit, master_submit, peek, remove, setup, timedetails

Inherited from GPIDev.Base.Objects.GangaObject: __construct__, __deepcopy__, __getstate__, __setstate__, _attribute_filter__set__, _auto__init__, accept, getJobObject

Inherited from GPIDev.Base.Objects.Node: __copy__, __eq__, __ne__, clone, copyFrom, printSummaryTree, printTree

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from Batch: command

Static Methods [hide private]

Inherited from Batch: updateMonitoringInformation

Inherited from GPIDev.Adapters.IBackend.IBackend: master_updateMonitoringInformation

Class Variables [hide private]
  _name = 'SGE'
  _schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x391...
  actualCE = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3...
  actualqueue = <Ganga.GPIDev.Base.Objects.Descriptor object at ...
  config = <Ganga.Utility.Config.Config.PackageConfig instance a...
  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 0x3918750>
  queue = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3918...
  status = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x391...

Inherited from GPIDev.Base.Objects.Node (private): _index_cache, _parent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_schema

Value:
<Ganga.GPIDev.Schema.Schema.Schema instance at 0x3919200>

actualCE

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x3918410>

actualqueue

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x3918590>

config

Value:
<Ganga.Utility.Config.Config.PackageConfig instance at 0x392e758>

exitcode

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x3918850>

extraopts

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x3918510>

queue

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x39183d0>

status

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x3918350>