lsst.ctrl.pool g6c8d09e9e7+d43b478bdf
|
Public Member Functions | |
def | preamble (self, walltime=None) |
def | submitCommand (self, scriptName) |
Return command to submit script. More... | |
Static Public Member Functions | |
def | formatWalltime (walltime) |
Batch submission with Slurm
Definition at line 213 of file parallel.py.
|
static |
Format walltime (in seconds) as days-hours:minutes
Definition at line 217 of file parallel.py.
def lsst.ctrl.pool.parallel.SlurmBatch.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 232 of file parallel.py.
def lsst.ctrl.pool.parallel.SlurmBatch.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 258 of file parallel.py.