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.5 by spiga, Mon Apr 28 22:33:45 2008 UTC vs.
Revision 1.7 by fanzago, Fri Jun 27 14:21:26 2008 UTC

# Line 25 | Line 25 | class SchedulerCaf(SchedulerLsf) :
25          CAF is just a special queue and resources for LSF at CERN
26          """
27          SchedulerLsf.configure(self, cfg_params)
28 <        self.queue = cfg_params.get(self.name().upper()+'.queue','dedicated')
28 >        self.queue = cfg_params.get(self.name().upper()+'.queue','cmscaf')
29          self.res = cfg_params.get(self.name().upper()+'.resource','cmscaf')
30      def wsSetupEnvironment(self):
31          """
# Line 33 | Line 33 | class SchedulerCaf(SchedulerLsf) :
33          """
34          txt = SchedulerLsf.wsSetupEnvironment(self)
35          txt += '# CAF specific stuff\n'
36 <        txt += 'middleware=CAF \n'
36 >        ##### FEDE
37 >        #txt += 'middleware=CAF \n'
38          txt += 'export STAGE_SVCCLASS=cmscaf \n'
39  
40          return txt

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines