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

Comparing COMP/CRAB/python/SchedulerSge.py (file contents):
Revision 1.10 by mcinquil, Mon Aug 17 09:09:44 2009 UTC vs.
Revision 1.11 by spiga, Thu May 6 15:00:21 2010 UTC

# Line 105 | Line 105 | class SchedulerSge(SchedulerLocal) :
105              sched_param= ''
106              if (self.queue):
107                  sched_param += '-q '+self.queue +' '
108 <            if (self.res): sched_param += self.res +' '
109 <        
108 >            if (self.res): sched_param += '-l '+self.res +' '
109  
110          pass
111  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines