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.6.2.2 by fanzago, Mon Jul 14 15:45:35 2008 UTC vs.
Revision 1.6.2.3 by fanzago, Tue Jul 15 10:51:25 2008 UTC

# Line 26 | Line 26 | class SchedulerCaf(SchedulerLsf) :
26          SchedulerLsf.configure(self, cfg_params)
27          self.queue = cfg_params.get(self.name().upper()+'.queue','cmscaf')
28          self.res = cfg_params.get(self.name().upper()+'.resource','cmscaf')
29 +        self.pool = cfg_params.get('USER.storage_pool','cmscafuser')
30  
31      def wsSetupEnvironment(self):
32          """
# Line 33 | Line 34 | class SchedulerCaf(SchedulerLsf) :
34          """
35          txt = SchedulerLsf.wsSetupEnvironment(self)
36          txt += '# CAF specific stuff\n'
36        #txt += 'export STAGE_SVCCLASS=cmscaf\n'
37          txt += '\n'
38          return txt
39  
40      def wsCopyOutput(self):
41          ### default is the name of the storage pool
42          ### where users can copy job outputs  
43 <        pool='default'
44 <        txt=self.wsCopyOutput_tmp(pool)
43 >        txt=self.wsCopyOutput_tmp(self.pool)
44          return txt

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines