|
lsst.ctrl.pool g6ea9deef35+68f9b4c3c9
|
Public Member Functions | |
| def | preamble (self, walltime=None) |
| def | submitCommand (self, scriptName) |
| Return command to submit script. More... | |
Batch submission with PBS
Definition at line 184 of file parallel.py.
| def lsst.ctrl.pool.parallel.PbsBatch.preamble | ( | self, | |
command = None |
|||
| ) |
Return preamble string for script to be submitted Most batch systems allow you to embed submission options as comments here.
Reimplemented from lsst.ctrl.pool.parallel.Batch.
Definition at line 187 of file parallel.py.
| def lsst.ctrl.pool.parallel.PbsBatch.submitCommand | ( | self, | |
| scriptName | |||
| ) |
Return command to submit script.
@param scriptName: name of script on filesystem
Reimplemented from lsst.ctrl.pool.parallel.Batch.
Definition at line 209 of file parallel.py.