ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/submitThem.py
(Generate patch)

Comparing UserCode/VHbb/python/submitThem.py (file contents):
Revision 1.31 by bortigno, Fri Feb 15 11:07:59 2013 UTC vs.
Revision 1.32 by bortigno, Tue Feb 19 17:23:59 2013 UTC

# Line 133 | Line 133 | if opts.task == 'plot':
133  
134  
135   elif opts.task == 'dc':
136 <    repDict['queue'] = 'all.q'
136 >    repDict['queue'] = 'short.q'
137      for item in DC_vars:
138          if 'ZH%s'%opts.mass in item:
139              submit(item,repDict)
# Line 175 | Line 175 | elif opts.task == 'eval':
175   elif( opts.task == 'split' ):
176          path = config.get("Directories","SPLITin")
177          samplesinfo = config.get("Directories","samplesinfo")
178 <        repDict['additional']=opts.nevents_split
178 >        repDict['job_id']=opts.nevents_split
179          info = ParseInfo(samplesinfo,path)
180 <        if ( opts.samples == ""):
180 >        if ( opts.samples == "" ):
181                  for job in info:
182 <                        if (job.subsample): continue
182 >                        if (job.subsample): continue #avoid multiple submissions from subsamples
183                          submit(job.name,repDict)
184          else:
185                  for sample in samplesList:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines