Public Member Functions | |
def | parseAndRun |
![]() | |
def | parseAndSubmit |
def | batchWallTime |
Return walltime request for batch job. More... | |
def | batchCommand |
Return command to run CmdLineTask. More... | |
def | logOperation |
Provide a context manager for logging an operation. More... | |
Static Public Attributes | |
RunnerClass = BatchTaskRunner | |
Runs the BatchCmdLineTask in parallel Use this subclass of BatchCmdLineTask if you don't need to use the Pool directly, but just want to iterate over many objects (like a multi-node version of the '-j' command-line argument).
Definition at line 577 of file parallel.py.
def lsst.ctrl.pool.parallel.BatchParallelTask.parseAndRun | ( | cls, | |
args, | |||
kwargs | |||
) |
Parse an argument list and run the command This is the entry point when we run in earnest, so start the process pool so that the worker nodes don't go any further.
Definition at line 597 of file parallel.py.
|
static |
Definition at line 584 of file parallel.py.