IMP  2.3.1
The Integrative Modeling Platform
IMP.parallel.SGEPESlaveArray Class Reference

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

+ Inheritance diagram for IMP.parallel.SGEPESlaveArray:

Detailed Description

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

In order to use this class, the master 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 slaves on every node in the parallel environment (including the node running the master). Each slave is started using the 'qrsh' command with the '-inherit' option.

Note
This class is only available in Python.

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


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