IMP logo
IMP Reference Guide  develop.b3a5ae88fa,2024/05/01
The Integrative Modeling Platform
IMP.parallel.SGEQsubWorkerArray Class Reference

An array of workers on a Sun Grid Engine system, started with 'qsub'. More...

+ Inheritance diagram for IMP.parallel.SGEQsubWorkerArray:

Detailed Description

An array of workers on a Sun Grid Engine system, started with 'qsub'.

To use this class, the manager 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 worker has the same SGE job ID, but a different task ID).

Note
This class is only available in Python.

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

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.parallel.SGEQsubWorkerArray.__init__ (   self,
  numworker,
  options 
)

Constructor.

Parameters
numworkerThe number of workers, which corresponds to the number of tasks in the SGE job.
optionsA string of SGE options that are passed on the 'qsub' command line. This is added to standard_options.

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


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