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

Comparing COMP/CRAB/python/PhEDExDatasvcInfo.py (file contents):
Revision 1.26.2.5 by spiga, Thu Oct 8 21:22:21 2009 UTC vs.
Revision 1.32 by mcinquil, Thu Oct 8 15:15:17 2009 UTC

# Line 69 | Line 69 | class PhEDExDatasvcInfo:
69              raise CrabException(msg)
70  
71          self.forced_path = '/store/user/'
72 <        if self.sched in ['CAF','LSF']:
73 <            self.srm_version= 'direct'
74 <            self.SE = {'CAF':'caf.cern.ch', 'LSF':''}
72 >        if self.sched in ['CAF','LSF','PBS']:
73 >            self.srm_version = 'direct'
74 >            self.SE = {'CAF':'caf.cern.ch', 'LSF':'', 'PBS':''}
75              if self.sched == 'CAF': self.forced_path = '/store/caf/user/'
76              
77          if not self.usePhedex:
# Line 258 | Line 258 | class PhEDExDatasvcInfo:
258                  msg+='       OriginalSubmission: stageout path is not retrieved from %s \n'%fullurl
259                  raise CrabException(msg)
260          else:
261 <            if self.sched in ['CAF','LSF'] :
261 >            if self.sched in ['CAF','LSF','PBS'] :
262                  stageoutpfn = self.user_se_path+self.lfn
263              else:
264                  stageoutpfn = 'srm://'+self.node+':'+self.user_port+self.user_se_path+self.lfn

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines