3.6.2. sciexp2.expdef.system.shell.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 local shell jobs.
- 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 = 'ps xwww'
- ASSUMES = []
- DEFINES = []