Class _proxyClass
source code
object --+
|
GPIProxyObject --+
|
Lib.Batch.Batch'.LSF._proxyClass
LSF backend - submit jobs to Load Sharing Facility.
Properties:
queue queue name as defomed in your local Batch installation. (simple
property, default='',comparable)
actualCE hostname where the job is/was running.. (simple property,
default='',protected,comparable)
extraopts extra options for Batch. See help(Batch) for more details.
(simple property, default='',comparable)
actualqueue queue name where the job was submitted.. (simple property,
default='',protected,comparable)
id Batch id of the job. (simple property,
default='',protected,comparable)
exitcode Process exit code. (simple property,
default=None,protected,comparable)
|
_impl
This is a Ganga.GPI.LSF implementation class.
|
|
__eq__(self,
x)
Equality operator (==), compare the LSF properties which are declared
as [comparable]. |
source code
|
|
|
__init__(self,
*args,
**kwds)
GPI LSF object constructor: LSF() : create lsf with default settings;
LSF(l) : make a copy of l; LSF(l,x=a,...): make a copy of l and set
property 'x' to a, etc.. |
source code
|
|
|
__ne__(self,
x)
Non-equality operator (!=). |
source code
|
|
|
|
|
|
|
__str__(self)
Return a printable string representing LSF object as a tree of
properties. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|
|
actualCE = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object...
|
|
actualqueue = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor obj...
|
|
exitcode = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object...
|
|
extraopts = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor objec...
|
|
id = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x...
|
|
queue = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at...
|
Inherited from object :
__class__
|
__init__(self,
*args,
**kwds)
(Constructor)
| source code
|
GPI LSF object constructor: LSF() : create lsf with default settings;
LSF(l) : make a copy of l; LSF(l,x=a,...): make a copy of l and set
property 'x' to a, etc..
- Overrides:
object.__init__
|
Return an short representation of LSF object.
- Overrides:
object.__repr__
|
Set a property of LSF with consistency and safety checks. Setting a
[protected] or a unexisting property raises AttributeError.
- Overrides:
object.__setattr__
|
__str__(self)
(Informal representation operator)
| source code
|
Return a printable string representing LSF object as a tree of
properties.
- Overrides:
object.__str__
|
actualCE
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x3910c10>
|
|
actualqueue
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x3910d50>
|
|
exitcode
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x3910e50>
|
|
extraopts
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x3910c90>
|
|
id
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x3910dd0>
|
|
queue
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x3910b90>
|
|