Classes | |
class | CmsBatchException |
class | MyBatchManager |
Functions | |
def | batchScriptCCIN2P3 () |
def | batchScriptCERN (remoteDir, index) |
def | batchScriptLocal (remoteDir, index) |
def | rootfiles_to_eos_script (index, remoteDir) |
Variables | |
action | |
args | |
argv | |
batchManager | |
cfgFile | |
cfgFileName | |
cfo | |
default | |
dest | |
batchManager.parser_.add_option("-b", "--batch", dest="batch", help="batch command. default is: 'bsub -q 8nh < batchScript.sh'. You can also use 'nohup < ./batchScript.sh &' to run locally.", default="bsub -q 8nh < .batchScript.sh") More... | |
doCVSTag | |
file | |
fullSource | |
generator | |
grouping | |
handle | |
help | |
listOfValues | |
log | |
logDir | |
nFiles | |
nJobs | |
oldPwd | |
options | |
process | |
prog | |
pycfg_params | |
runningMode | |
True | |
trueArgv | |
usage | |
waitingTime | |
def cmsBatch.batchScriptCCIN2P3 | ( | ) |
Definition at line 19 of file cmsBatch.py.
def cmsBatch.batchScriptCERN | ( | remoteDir, | |
index | |||
) |
prepare the LSF version of the batch script, to run on LSF
Definition at line 94 of file cmsBatch.py.
References rootfiles_to_eos_script().
Referenced by cmsBatch.MyBatchManager.PrepareJobUser().
def cmsBatch.batchScriptLocal | ( | remoteDir, | |
index | |||
) |
prepare a local version of the batch script, to run using nohup
Definition at line 128 of file cmsBatch.py.
References rootfiles_to_eos_script().
Referenced by cmsBatch.MyBatchManager.PrepareJobUser().
def cmsBatch.rootfiles_to_eos_script | ( | index, | |
remoteDir | |||
) |
Definition at line 81 of file cmsBatch.py.
References eostools.eosToLFN().
Referenced by batchScriptCERN(), and batchScriptLocal().
cmsBatch.action |
Definition at line 250 of file cmsBatch.py.
cmsBatch.args |
Definition at line 253 of file cmsBatch.py.
cmsBatch.argv |
Definition at line 279 of file cmsBatch.py.
Referenced by cmdline::CmdLine.CmdLine(), CmsShowMain.CmsShowMain(), edm::service.cmssw_stacktrace(), hitfit::Defaults_Textrep.Defaults_Textrep(), do_work(), ExternalLHEProducer.executeScript(), SherpaHadronizer.initializeForInternalPartons(), main(), CommandLine.parse(), optutl::CommandLineParser.parseArguments(), cond::Utilities.parseCommand(), hitfit::Defaults_Textrep.process_args(), ptomaine(), PyBind11ProcessDesc.PyBind11ProcessDesc(), cmspython3::PyBind11ProcessDesc.PyBind11ProcessDesc(), edm.readConfig(), edm::cmspybind11_p3.readConfig(), edm::cmspybind11.readConfig(), cond::Utilities.run(), run_app(), and edm::service::CondorStatusService.updateChirpImpl().
cmsBatch.batchManager |
Definition at line 200 of file cmsBatch.py.
cmsBatch.cfgFile |
Definition at line 321 of file cmsBatch.py.
cmsBatch.cfgFileName |
Definition at line 273 of file cmsBatch.py.
cmsBatch.cfo |
Definition at line 287 of file cmsBatch.py.
cmsBatch.default |
Definition at line 242 of file cmsBatch.py.
cmsBatch.dest |
batchManager.parser_.add_option("-b", "--batch", dest="batch", help="batch command. default is: 'bsub -q 8nh < batchScript.sh'. You can also use 'nohup < ./batchScript.sh &' to run locally.", default="bsub -q 8nh < .batchScript.sh")
Definition at line 240 of file cmsBatch.py.
cmsBatch.doCVSTag |
Definition at line 257 of file cmsBatch.py.
cmsBatch.file |
Definition at line 203 of file cmsBatch.py.
cmsBatch.fullSource |
Definition at line 296 of file cmsBatch.py.
cmsBatch.generator |
Definition at line 297 of file cmsBatch.py.
cmsBatch.grouping |
Definition at line 271 of file cmsBatch.py.
cmsBatch.handle |
Definition at line 286 of file cmsBatch.py.
cmsBatch.help |
Definition at line 241 of file cmsBatch.py.
cmsBatch.listOfValues |
Definition at line 304 of file cmsBatch.py.
cmsBatch.log |
Definition at line 343 of file cmsBatch.py.
cmsBatch.logDir |
Definition at line 341 of file cmsBatch.py.
cmsBatch.nFiles |
Definition at line 308 of file cmsBatch.py.
Referenced by SiStripSpyMonitorModule.analyze(), FFTJetPileupProcessor.mixExtraGrid(), SiStripSpyMonitorModule.SiStripSpyMonitorModule(), and SiStripSpyMonitorModule.~SiStripSpyMonitorModule().
cmsBatch.nJobs |
Definition at line 272 of file cmsBatch.py.
cmsBatch.oldPwd |
Definition at line 339 of file cmsBatch.py.
cmsBatch.options |
Definition at line 253 of file cmsBatch.py.
cmsBatch.process |
Definition at line 288 of file cmsBatch.py.
cmsBatch.prog |
Definition at line 256 of file cmsBatch.py.
cmsBatch.pycfg_params |
Definition at line 277 of file cmsBatch.py.
cmsBatch.runningMode |
Definition at line 264 of file cmsBatch.py.
cmsBatch.True |
Definition at line 250 of file cmsBatch.py.
cmsBatch.trueArgv |
Definition at line 278 of file cmsBatch.py.
cmsBatch.usage |
Definition at line 207 of file cmsBatch.py.
cmsBatch.waitingTime |
Definition at line 327 of file cmsBatch.py.