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.35 by bortigno, Thu Mar 21 14:18:17 2013 UTC vs.
Revision 1.36 by nmohr, Fri Mar 22 15:19:28 2013 UTC

# Line 162 | Line 162 | if opts.task == 'plot':
162      for item in Plot_vars:
163          submit(item,repDict)
164  
165 + if opts.task == 'trainReg':
166 +    repDict['queue'] = 'all.q'
167 +    submit('trainReg',repDict)
168 +
169  
170   elif opts.task == 'dc':
171      repDict['queue'] = 'short.q'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines