|
IMP Reference Guide
2.7.0
The Integrative Modeling Platform
|
An array of slaves on a Sun Grid Engine system, started with 'qsub'. More...
Inheritance diagram for IMP.parallel.SGEQsubSlaveArray:An array of slaves on a Sun Grid Engine system, started with 'qsub'.
To use this class, the master process must be running on a machine that can submit Sun Grid Engine (SGE) jobs using the 'qsub' command (this is termed a 'submit host' by SGE). The class starts an SGE job array (every slave has the same SGE job ID, but a different task ID).
Definition at line 516 of file parallel/__init__.py.
Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
| def IMP.parallel.SGEQsubSlaveArray.__init__ | ( | self, | |
| numslave, | |||
| options | |||
| ) |
Constructor.
| numslave | The number of slaves, which corresponds to the number of tasks in the SGE job. |
| options | A string of SGE options that are passed on the 'qsub' command line. This is added to standard_options. |
Definition at line 527 of file parallel/__init__.py.