Public Member Functions | |
def | __init__ |
def | addJob |
def | write |
Public Attributes | |
condorFile | |
executable | |
logDir | |
niceUser | |
cont | |
banned_machines | |
header | |
Generates a file to submit to condor
def python.condorTools.CondorFile.__init__ | ( | self, | |
condorFile, | |||
executable, | |||
logDir, | |||
niceUser | |||
) |
def python.condorTools.CondorFile.addJob | ( | self, | |
localRT, | |||
jobDir, | |||
jobName, | |||
arguments | |||
) |
Add an 'Arguments' and a 'Queue' command to the condorfile.
References python.condorTools.CondorFile.cont.
def python.condorTools.CondorFile.write | ( | self | ) |
Save the condor file
References python.condorTools.CondorFile.condorFile, and python.condorTools.CondorFile.cont.
python.condorTools.CondorFile.banned_machines |
python.condorTools.CondorFile.condorFile |
Referenced by python.condorTools.CondorFile.write().
python.condorTools.CondorFile.cont |
Referenced by python.condorTools.CondorFile.addJob(), and python.condorTools.CondorFile.write().
python.condorTools.CondorFile.executable |
Referenced by python.condorTools.Job.addJob().
python.condorTools.CondorFile.header |
python.condorTools.CondorFile.logDir |
python.condorTools.CondorFile.niceUser |