IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
The Integrative Modeling Platform
IMP.parallel.Worker Class Reference

Representation of a single worker. More...

+ Inheritance diagram for IMP.parallel.Worker:

Detailed Description

Representation of a single worker.

Each worker uses a single thread of execution (i.e. a single CPU core) to run tasks sequentially. Worker is an abstract class; instead of using this class directly, use a subclass such as LocalWorker or SGEQsubWorkerArray.

Note
This class is only available in Python.

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


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