|
lsst.ctrl.pool
21.0.0-2-ga326454+0fb7b44f27
|
Public Member Functions | |
| def | __init__ (self, comm=None, root=0) |
| def | log (self, msg, *args) |
| def | isMaster (self) |
| def | storeSet (self, context, **kwargs) |
| def | storeDel (self, context, *nameList) |
| def | storeClear (self, context) |
| def | cacheClear (self, context) |
| def | cacheList (self, context) |
| def | storeList (self, context) |
| def | __call__ (cls, *args, **kwargs) |
Public Attributes | |
| comm | |
| rank | |
| root | |
| size | |
| debugger | |
| node | |
Node in MPI process pool WARNING: You should not let a pool instance hang around at program termination, as the garbage collection behaves differently, and may cause a segmentation fault (signal 11).
| def lsst.ctrl.pool.pool.PoolNode.__init__ | ( | self, | |
comm = None, |
|||
root = 0 |
|||
| ) |
|
inherited |
| def lsst.ctrl.pool.pool.PoolNode.cacheClear | ( | self, | |
| context | |||
| ) |
Reset cache for a particular context
Reimplemented in lsst.ctrl.pool.pool.PoolMaster.
| def lsst.ctrl.pool.pool.PoolNode.cacheList | ( | self, | |
| context | |||
| ) |
List contents of cache
Reimplemented in lsst.ctrl.pool.pool.PoolMaster.
| def lsst.ctrl.pool.pool.PoolNode.log | ( | self, | |
| msg, | |||
| * | args | ||
| ) |
Log a debugging message
Reimplemented in lsst.ctrl.pool.pool.PoolSlave, and lsst.ctrl.pool.pool.PoolMaster.
| def lsst.ctrl.pool.pool.PoolNode.storeClear | ( | self, | |
| context | |||
| ) |
Clear stored data for a particular context
Reimplemented in lsst.ctrl.pool.pool.PoolMaster.
| def lsst.ctrl.pool.pool.PoolNode.storeDel | ( | self, | |
| context, | |||
| * | nameList | ||
| ) |
Delete value in store for a particular context
Reimplemented in lsst.ctrl.pool.pool.PoolMaster.
| def lsst.ctrl.pool.pool.PoolNode.storeList | ( | self, | |
| context | |||
| ) |
List contents of store for a particular context
Reimplemented in lsst.ctrl.pool.pool.PoolMaster.
| def lsst.ctrl.pool.pool.PoolNode.storeSet | ( | self, | |
| context, | |||
| ** | kwargs | ||
| ) |
Set values in store for a particular context
Reimplemented in lsst.ctrl.pool.pool.PoolMaster.