4 |
|
__revision__ = "$Id$" |
5 |
|
__version__ = "$Revision$" |
6 |
|
|
7 |
– |
# All of the content moved to SchedulerCondorCommon. |
8 |
– |
|
7 |
|
class SchedulerGlidein(SchedulerCondorCommon): |
8 |
|
def __init__(self): |
9 |
|
SchedulerCondorCommon.__init__(self,"GLIDEIN") |
15 |
|
""" |
16 |
|
jobParams = SchedulerCondorCommon.sched_parameter(self,i,task) |
17 |
|
|
18 |
< |
seDest = self.blackWhiteListParser.cleanForBlackWhiteList(eval(task.jobs[i-1]['dlsDestination'])) |
18 |
> |
seDest = self.blackWhiteListParser.cleanForBlackWhiteList(task.jobs[i-1]['dlsDestination']) |
19 |
|
#ceDest = self.getCEfromSE(seDest) |
20 |
|
|
21 |
|
# FIXME: Translate seDest into glidein name using SiteDB |