IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Representation of a single worker. More...
Representation of a single worker.
Each worker uses a single thread of execution (i.e. a single CPU core) to run tasks sequentially. Worker is an abstract class; instead of using this class directly, use a subclass such as LocalWorker or SGEQsubWorkerArray.
Definition at line 102 of file parallel/__init__.py.