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:
= """executable = %(scriptfile)s
arguments = $(ClusterID) $(ProcId)
output = %(logfile)s.out
error = %(logfile)s.err
log = %(logfile)s.log
universe = vanilla
+JobFlavour = %(batchqueue)s
queue
"""

Definition at line 18 of file HTCondorJobRunner.py.