|
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...
|
|
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 578 of file parallel.py.