IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Representation of an array of workers. More...
Representation of an array of workers.
This is similar to Worker, except that it represents a collection of workers that are controlled together, such as a batch submission system array job on a compute cluster. Worker is an abstract class; instead of using this class directly, use a subclass such as SGEQsubWorkerArray.
Definition at line 187 of file parallel/__init__.py.