IMP Reference Guide
2.8.0
The Integrative Modeling Platform
|
An array of slaves in a Sun Grid Engine system parallel environment. More...
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.
Definition at line 594 of file parallel/__init__.py.