25 |
|
CAF is just a special queue and resources for LSF at CERN |
26 |
|
""" |
27 |
|
SchedulerLsf.configure(self, cfg_params) |
28 |
< |
self.queue = cfg_params.get(self.name().upper()+'.queue','dedicated') |
28 |
> |
self.queue = cfg_params.get(self.name().upper()+'.queue','cmscaf') |
29 |
|
self.res = cfg_params.get(self.name().upper()+'.resource','cmscaf') |
30 |
|
def wsSetupEnvironment(self): |
31 |
|
""" |
33 |
|
""" |
34 |
|
txt = SchedulerLsf.wsSetupEnvironment(self) |
35 |
|
txt += '# CAF specific stuff\n' |
36 |
< |
txt += 'middleware=CAF \n' |
36 |
> |
##### FEDE |
37 |
> |
#txt += 'middleware=CAF \n' |
38 |
|
txt += 'export STAGE_SVCCLASS=cmscaf \n' |
39 |
|
|
40 |
|
return txt |