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

Comparing COMP/CRAB/python/SchedulerPbs.py (file contents):
Revision 1.3 by mcinquil, Mon Sep 5 18:00:22 2011 UTC vs.
Revision 1.4 by belforte, Thu Jun 14 15:47:30 2012 UTC

# Line 33 | Line 33 | class SchedulerPbs(SchedulerLocal) :
33  
34      def __init__(self):
35          Scheduler.__init__(self,"PBS")
36 +        self.OSBsize = None
37  
38      def configure(self, cfg_params):
39          SchedulerLocal.configure(self, cfg_params)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines