Batch system submitter.
|
|
__init__(self,
case,
**kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
tofile(self,
basename=None)
Write self into the file for the submitting script. |
source code
|
|
|
|
__call__(self,
runlevel=0,
basename=None,
postpone=False)
Make submitting script and invoke the batch system. |
source code
|
|
|
|
|
|
|
create_worker(self,
*args,
**kw)
True implementations are in create_worker_*() and have identical
spec. |
source code
|
|
|
int
|
|
|
int
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|