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.14 by spiga, Wed Jul 22 17:56:10 2009 UTC vs.
Revision 1.15 by spiga, Tue Nov 10 17:57:19 2009 UTC

# Line 28 | Line 28 | class SchedulerCaf(SchedulerLsf) :
28          self.res = cfg_params.get(self.name().upper()+'.resource','"type==SLC5_64 || type==SLC4_64"')
29          self.pool = cfg_params.get('USER.storage_pool','cmscafuser')
30  
31 <    def wsSetupEnvironment(self):
32 <        """
33 <        Returns part of a job script which does scheduler-specific work.
34 <        """
35 <        txt = SchedulerLsf.wsSetupEnvironment(self)
36 <        txt += '# CAF specific stuff\n'
37 <        #txt += 'export STAGE_SVCCLASS=cmscaf \n'
38 <        txt += '\n'
39 <        return txt
31 > #    def wsSetupEnvironment(self):
32 > #        """
33 > #        Returns part of a job script which does scheduler-specific work.
34 > #        """
35 > #        txt = SchedulerLsf.wsSetupEnvironment(self)
36 > #        txt += '# CAF specific stuff\n'
37 > #        #txt += 'export STAGE_SVCCLASS=cmscaf \n'
38 > #        txt += '\n'
39 > #        return txt
40  
41      def wsCopyOutput(self):
42          ### default is the name of the storage pool

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines