Classes | |
class | MyBatchManager |
Functions | |
def | batchScriptCERN |
def | batchScriptIC |
def | batchScriptLocal |
def | batchScriptPADOVA |
def | batchScriptPISA |
def | batchScriptPSI |
Variables | |
tuple | batchManager = MyBatchManager() |
list | cfgFileName = args[0] |
tuple | cfo = imp.load_source("pycfg", cfgFileName, handle) |
tuple | components = split( [comp for comp in config.components if len(comp.files)>0] ) |
config = cfo.config | |
tuple | handle = open(cfgFileName, 'r') |
list | listOfNames = [comp.name for comp in components] |
tuple | listOfValues = list(range(0, len(components))) |
float | waitingTime = 0.1 |
def heppy_batch.batchScriptCERN | ( | jobDir, | |
remoteDir = '' |
|||
) |
prepare the LSF version of the batch script, to run on LSF
Definition at line 78 of file heppy_batch.py.
References print(), python.rootplot.root2matplotlib.replace(), and digitizers_cfi.strip.
Referenced by heppy_batch.MyBatchManager.PrepareJobUser().
def heppy_batch.batchScriptIC | ( | jobDir | ) |
prepare a IC version of the batch script
Definition at line 264 of file heppy_batch.py.
Referenced by heppy_batch.MyBatchManager.PrepareJobUser().
def heppy_batch.batchScriptLocal | ( | remoteDir, | |
index | |||
) |
prepare a local version of the batch script, to run using nohup
Definition at line 284 of file heppy_batch.py.
Referenced by heppy_batch.MyBatchManager.PrepareJobUser().
def heppy_batch.batchScriptPADOVA | ( | index, | |
jobDir = './' |
|||
) |
prepare the LSF version of the batch script, to run on LSF
Definition at line 17 of file heppy_batch.py.
Referenced by heppy_batch.MyBatchManager.PrepareJobUser().
def heppy_batch.batchScriptPISA | ( | index, | |
remoteDir = '' |
|||
) |
prepare the LSF version of the batch script, to run on LSF
Definition at line 46 of file heppy_batch.py.
Referenced by heppy_batch.MyBatchManager.PrepareJobUser().
def heppy_batch.batchScriptPSI | ( | index, | |
jobDir, | |||
remoteDir = '' |
|||
) |
prepare the SGE version of the batch script, to run on the PSI tier3 batch system
Definition at line 168 of file heppy_batch.py.
References print().
tuple heppy_batch.batchManager = MyBatchManager() |
Definition at line 338 of file heppy_batch.py.
list heppy_batch.cfgFileName = args[0] |
Definition at line 357 of file heppy_batch.py.
tuple heppy_batch.cfo = imp.load_source("pycfg", cfgFileName, handle) |
Definition at line 361 of file heppy_batch.py.
Definition at line 365 of file heppy_batch.py.
heppy_batch.config = cfo.config |
Definition at line 362 of file heppy_batch.py.
tuple heppy_batch.handle = open(cfgFileName, 'r') |
Definition at line 359 of file heppy_batch.py.
list heppy_batch.listOfNames = [comp.name for comp in components] |
Definition at line 367 of file heppy_batch.py.
tuple heppy_batch.listOfValues = list(range(0, len(components))) |
Definition at line 366 of file heppy_batch.py.
float heppy_batch.waitingTime = 0.1 |
Definition at line 370 of file heppy_batch.py.