![]() |
ATLAS Offline Software
|
Classes | |
| class | JobRunner |
| class | JobRunnerError |
| class | JobRunnerParameter |
Functions | |
| GetRelease () | |
Variables | |
| str | __author__ = 'Juerg Beringer' |
| str | __version__ = '$Id: JobRunner.py 747883 2016-05-18 06:58:10Z amorley $' |
| str | scriptTemplate |
| t = JobRunner() | |
JobRunner is a set of classes aimed at simplifying the running of (athena) jobs on a set of input files. JobRunner provides each job with its set of configuration parameters (using a Python dictonary) and runs it over a sub-sample (or all) of the input files. Jobs can run interactively, on different batch systems, or on the Grid. Written by Juerg Beringer (LBNL) in 2008.
| python.JobRunner.GetRelease | ( | ) |
Definition at line 87 of file JobRunner.py.
|
private |
Definition at line 15 of file JobRunner.py.
|
private |
Definition at line 16 of file JobRunner.py.
| str python.JobRunner.scriptTemplate |
Definition at line 30 of file JobRunner.py.
| python.JobRunner.t = JobRunner() |
Definition at line 537 of file JobRunner.py.