lsst.ctrl.pool
13.0-6-gf96f8ec+35
|
Public Member Functions | |
def | parseAndRun (cls, args, kwargs) |
![]() | |
def | parseAndSubmit (cls, args=None, kwargs) |
def | batchWallTime (cls, time, parsedCmd, numCores) |
Return walltime request for batch job. More... | |
def | batchCommand (cls, args) |
Return command to run CmdLineTask. More... | |
def | logOperation (self, operation, catch=False, trace=True) |
Provide a context manager for logging an operation. More... | |
Starts a BatchCmdLineTask with an MPI process pool Use this subclass of BatchCmdLineTask if you want to use the Pool directly.
Definition at line 509 of file parallel.py.
def lsst.ctrl.pool.parallel.BatchPoolTask.parseAndRun | ( | cls, | |
args, | |||
kwargs | |||
) |
Run with a MPI process pool
Definition at line 516 of file parallel.py.