IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
IMP.parallel.WorkerArray Class Reference

Representation of an array of workers. More...

+ Inheritance diagram for IMP.parallel.WorkerArray:

Detailed Description

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.

Note
This class is only available in Python.

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


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