IMP  2.4.0
The Integrative Modeling Platform
IMP.parallel.SlaveArray Class Reference

Representation of an array of slaves. More...

+ Inheritance diagram for IMP.parallel.SlaveArray:

Detailed Description

Representation of an array of slaves.

This is similar to Slave, except that it represents a collection of slaves that are controlled together, such as a batch submission system array job on a compute cluster. Slave is an abstract class; instead of using this class directly, use a subclass such as SGEQsubSlaveArray.

Note
This class is only available in Python.

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


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