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