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

Comparing COMP/CRAB/python/SchedulerCondor.py (file contents):
Revision 1.1 by ewv, Mon Apr 28 21:18:06 2008 UTC vs.
Revision 1.2 by ewv, Wed May 21 19:27:30 2008 UTC

# Line 37 | Line 37 | class SchedulerCondor(SchedulerLocal) :
37  
38      return sched_param
39  
40 +  def realSchedParams(self,cfg_params):
41 +    """
42 +    Return dictionary with specific parameters, to use
43 +    with real scheduler
44 +    """
45 +
46 +    tmpDir = os.path.join(common.work_space.shareDir(),'.condor_temp')
47 +    params = {'tmpDir':tmpDir}
48 +    return  params
49 +
50    def loggingInfo(self, id):
51      """ return logging info about job nj """
52      cmd = 'something'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines