3.5.2. sciexp2.expdef.system.gridengine.System
Methods
|
The set of variables that must be present on the launchers. |
|
Generate a sequence with the jobs matching the given criteria. |
Compute the current state of jobs. |
|
|
The set of variables that must not be present on the launchers. |
|
Get path (relative to base) as relative to cwd. |
|
Post-process the generation of file path. |
Attributes
- class System(base_path, launchers, depends, submit_args)
Bases:
SystemManage jobs in a gridengine system.
- Parameters:
- base_pathstr
Base directory where launchers are located.
- launchersInstanceGroup
Group describing the launchers.
- dependssequence of str
Variable names to which jobs depend.
- submit_argssequence of str
Extra arguments to the job-submitting program.
- STATE_CMD = ['qstat', '-r']
- ASSUMES = ['JOB_NAME', 'STDOUT', 'STDERR']
- DEFINES = []
- compute_state()
Compute the current state of jobs.
The implementation must set the
_jobsattribute with an InstanceGroup ofJobinstances. This can be computed using the contents of the_launchersattribute.
- static post_generate(base, path, instance, xlator)
Post-process the generation of file path.