IMP  2.3.1
The Integrative Modeling Platform
IMP.parallel.Slave Class Reference

Representation of a single slave. More...

+ Inheritance diagram for IMP.parallel.Slave:

Detailed Description

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.

Note
This class is only available in Python.

Definition at line 375 of file parallel/__init__.py.


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