lsst.ctrl.pool  13.0-5-g9cf35e0
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
lsst.ctrl.pool.parallel.BatchPoolTask Class Reference
Inheritance diagram for lsst.ctrl.pool.parallel.BatchPoolTask:
lsst.ctrl.pool.parallel.BatchCmdLineTask lsst.ctrl.pool.test.demoTask.DemoTask

Public Member Functions

def parseAndRun
 
- Public Member Functions inherited from lsst.ctrl.pool.parallel.BatchCmdLineTask
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...
 

Detailed Description

Starts a BatchCmdLineTask with an MPI process pool

Use this subclass of BatchCmdLineTask if you want to use the Pool directly.

Definition at line 508 of file parallel.py.

Member Function Documentation

def lsst.ctrl.pool.parallel.BatchPoolTask.parseAndRun (   cls,
  args,
  kwargs 
)
Run with a MPI process pool

Definition at line 515 of file parallel.py.


The documentation for this class was generated from the following file: