IMP logo
IMP Reference Guide  develop.98ef8da184,2024/04/23
The Integrative Modeling Platform
IMP.parallel.SGEPEWorkerArray Class Reference

An array of workers in a Sun Grid Engine system parallel environment. More...

+ Inheritance diagram for IMP.parallel.SGEPEWorkerArray:

Detailed Description

An array of workers in a Sun Grid Engine system parallel environment.

In order to use this class, the manager must be run via Sun Grid Engine's 'qsub' command and submitted to a parallel environment using the qsub -pe option. This class will start workers on every node in the parallel environment (including the node running the manager). Each worker is started using the 'qrsh' command with the '-inherit' option.

Note
This class is only available in Python.

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


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