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.9 by spiga, Tue May 26 16:53:23 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 += ' -l '+self.res +' '
109 <            pass
108 >            if (self.res): sched_param += '-l '+self.res +' '
109 >
110 >        pass
111  
112          #default is request 2G memory and 48 hours CPU time
113          #sched_param += ' -V -l h_vmem=2G -l h_cpu=172800 '

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines