# Ganga bulk job submission reqCE="ceprod06.grid.hep.ph.ic.ac.uk" swVersion="2" scriptFileName="RunNA62MCJob"+swVersion+".sh" j=Job() j.backend=LCG() j.application=Executable() j.application.args=[] j.application.exe=scriptFileName # This is a custom-written plugin j.splitter=InputSandboxSplitter() j.backend.requirements.other=['RegExp("'+reqCE+'", other.GlueCEUniqueID)'] # MCJDLLIST is a placeholder for a comma-separated list of quoted strings j.splitter.values=[MCJDLLIST] j.inputsandbox=[scriptFileName ,"input_files.tgz"] # Submission j.submit() j.status() # j.subjobs(0).status # j.subjobs(0).backend.id