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.9 by belforte, Wed Nov 28 16:03:21 2012 UTC vs.
Revision 1.10 by belforte, Wed Dec 12 21:20:20 2012 UTC

# Line 156 | Line 156 | class SchedulerRemoteglidein(SchedulerGr
156                       '//' + self.submissionDay + '//$(Cluster).$(Process)"; '
157  
158          if (self.EDG_clock_time):
159 <            jobParams += '+MaxWallTimeMins = '+self.EDG_clock_time+'; '
159 >            glideinTime = "%d" % (int(self.EDG_clock_time)+5) # 5 min to wrapup
160 >            jobParams += '+MaxWallTimeMins = '+ glideinTime + '; '
161          else:
162              jobParams += '+MaxWallTimeMins = %d; ' % (60*22)
163  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines