ATLAS Offline Software
Loading...
Searching...
No Matches
python.HTCondorJobRunner Namespace Reference

Classes

class  HTCondorJobRunner

Variables

str __author__ = 'Anthony Morley'
str __version__ = '$Id: HTCondorJobRunner.py 216126 2009-09-29 16:12:59Z atlidbs $'
str condorScriptTemplate

Detailed Description

HTCondorJobRunner is a JobRunner for running jobs with the HTCondor batch system.

Written by Anthony Morley in 2019.

Variable Documentation

◆ __author__

str python.HTCondorJobRunner.__author__ = 'Anthony Morley'
private

Definition at line 11 of file HTCondorJobRunner.py.

◆ __version__

str python.HTCondorJobRunner.__version__ = '$Id: HTCondorJobRunner.py 216126 2009-09-29 16:12:59Z atlidbs $'
private

Definition at line 12 of file HTCondorJobRunner.py.

◆ condorScriptTemplate

str python.HTCondorJobRunner.condorScriptTemplate
Initial value:
1= """executable = %(scriptfile)s
2arguments = $(ClusterID) $(ProcId)
3output = %(logfile)s.out
4error = %(logfile)s.err
5log = %(logfile)s.log
6universe = vanilla
7+JobFlavour = %(batchqueue)s
8queue
9"""

Definition at line 18 of file HTCondorJobRunner.py.