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

Comparing COMP/CRAB/python/SchedulerCaf.py (file contents):
Revision 1.19 by fanzago, Mon Aug 29 09:48:03 2011 UTC vs.
Revision 1.20 by belforte, Thu Jun 14 15:40:30 2012 UTC

# Line 16 | Line 16 | class SchedulerCaf(SchedulerLsf) :
16      def __init__(self):
17          SchedulerLsf.__init__(self)
18          Scheduler.__init__(self,"CAF")
19 <        self.OSBsize = 55000000
19 >        self.OSBsize = 55*1000*1000  # 55 MB
20  
21          return
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines