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.10 by belforte, Fri Aug 10 17:54:30 2012 UTC vs.
Revision 1.11 by belforte, Sun Aug 19 17:28:19 2012 UTC

# Line 5 | Line 5 | Implements the vanilla (local) Remote Co
5   from SchedulerGrid  import SchedulerGrid
6   from crab_exceptions import CrabException
7   from crab_util import runCommand
8 #from WMCore.SiteScreening.BlackWhiteListParser import CEBlackWhiteListParser
8   from WMCore.SiteScreening.BlackWhiteListParser import SEBlackWhiteListParser
9   import Scram
10  
11  
13
12   import common
13   import os
14   import socket
# Line 71 | Line 69 | class SchedulerRcondor(SchedulerGrid) :
69              msg = "Error: datasetpath not defined "
70              raise CrabException(msg)
71  
72 +        if cfg_params.get('GRID.ce_black_list', None) or \
73 +           cfg_params.get('GRID.ce_white_list', None) :
74 +            msg="BEWARE: scheduler RGLIDEIN ignores CE black/white lists."
75 +            msg+="\n Remove them from crab configuration to proceed."
76 +            msg+="\n Use GRID.se_white_list and/or GRID.se_black_list instead"
77 +            raise CrabException(msg)
78 +
79          self.checkProxy()
80  
81          return

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines