| Trees | Indices | Help |
|
|---|
|
|
object --+
|
QueuingSystem
Class that represents minimum information about a batch submission system.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Define a queuing system's functionality
:Arguments:
*name*
name of the queuing system, e.g. 'Sun Gridengine'
*suffix*
suffix of input files, e.g. 'sge'
*qsub_prefix*
prefix string that starts a qsub flag in a script, e.g. '#$'
:Keywords:
*array_variable*
environment variable exported for array jobs, e.g.
'SGE_TASK_ID'
*array_option*
qsub option format string to launch an array (e.g. '-t %d-%d')
|
Return multiline string for simple array jobs over *directories*.
.. Warning:: The string is in ``bash`` and hence the template must also
be ``bash`` (and *not* ``csh`` or ``sh``).
|
repr(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:36 2010 | http://epydoc.sourceforge.net |