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