lsst.ctrl.pool g6ea9deef35+0d7962b4b0
|
MPI process pool.
This package contains an implementation of a process pool using MPI (lsst.ctrl.pool.pool.Pool). It also contains customisations of lsst.pipe.base.CmdLineTask"</a> that make it simple to either run the Task in parallel over multiple nodes (\ref lsst.ctrl.pool.parallel.BatchParallelTask "lsst.ctrl.pool.parallel.BatchParallelTask") or to use the scatter/gather capabilities of the process pool directly in a Task (\ref lsst.ctrl.pool.parallel.BatchPoolTask "lsst.ctrl.pool.parallel.BatchPoolTask").