ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SchedulerRemoteglidein.py
(Generate patch)

Comparing COMP/CRAB/python/SchedulerRemoteglidein.py (file contents):
Revision 1.18 by belforte, Mon Apr 22 15:17:37 2013 UTC vs.
Revision 1.19 by belforte, Fri Aug 9 08:47:30 2013 UTC

# Line 156 | Line 156 | class SchedulerRemoteglidein(SchedulerGr
156          cmsver=re.split('_', cmsVersion)
157          numericCmsVersion = "%s%.2d%.2d" %(cmsver[1], int(cmsver[2]), int(cmsver[3]))
158  
159 +        jobParams += '+DESIRED_CMSDataset ="' +self.datasetPath+'";'
160          jobParams += '+DESIRED_CMSVersion ="' +cmsVersion+'";'
161          jobParams += '+DESIRED_CMSVersionNr ="' +numericCmsVersion+'";'
162          jobParams += '+DESIRED_CMSScramArch ="' +scramArch+'";'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines