| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
Representation of an array of workers. More...
 Inheritance diagram for IMP.parallel.WorkerArray: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 177 of file parallel/__init__.py.