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

Comparing COMP/CRAB/python/SchedulerGlidein.py (file contents):
Revision 1.9 by ewv, Thu Apr 24 21:03:43 2008 UTC vs.
Revision 1.10 by ewv, Fri Apr 25 18:23:10 2008 UTC

# Line 21 | Line 21 | class SchedulerGlidein(SchedulerCondorCo
21      jobParams += '+DESIRED_Gatekeepers = "'+ceString+'"; '
22      jobParams += '+DESIRED_Archs = "INTEL,X86_64"; '
23      jobParams += "Requirements = stringListMember(GLIDEIN_Gatekeeper,DESIRED_Gatekeepers) &&  stringListMember(Arch,DESIRED_Archs); "
24 +    if (self.EDG_clock_time):
25 +      jobParams += '+MaxWallTimeMins = '+self.EDG_clock_time+'; '
26  
27      common._db.updateTask_({'jobType':jobParams})
28      return jobParams # Not sure I even need to return anything

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines