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

Comparing COMP/CRAB/python/SchedulerRcondor.py (file contents):
Revision 1.2 by belforte, Thu Jul 12 15:50:51 2012 UTC vs.
Revision 1.3 by belforte, Thu Jul 26 22:42:14 2012 UTC

# Line 125 | Line 125 | class SchedulerRcondor(SchedulerGrid) :
125          jobDir = common.work_space.jobDir()
126  
127          taskDir=common.work_space.topDir().split('/')[-2]
128 <        rcondorDir = "/afs/cern.ch/user/b/belforte/w0/crabtest/rc/igor/"
129 <        rcondorDir ='%s/.rcondor/mount/' % os.getenv('HOME')
128 >        rcondorDir ='%s/.rcondor/%s/mount/' % (os.getenv('HOME'),os.getenv('RCONDOR_HOST'))
129          tmpDir = os.path.join(rcondorDir,taskDir)
130          tmpDir = os.path.join(tmpDir,'condor_temp')
131          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines