28 |
|
self.res = cfg_params.get(self.name().upper()+'.resource','"type==SLC5_64 || type==SLC4_64"') |
29 |
|
self.pool = cfg_params.get('USER.storage_pool','cmscafuser') |
30 |
|
|
31 |
< |
def wsSetupEnvironment(self): |
32 |
< |
""" |
33 |
< |
Returns part of a job script which does scheduler-specific work. |
34 |
< |
""" |
35 |
< |
txt = SchedulerLsf.wsSetupEnvironment(self) |
36 |
< |
txt += '# CAF specific stuff\n' |
37 |
< |
#txt += 'export STAGE_SVCCLASS=cmscaf \n' |
38 |
< |
txt += '\n' |
39 |
< |
return txt |
31 |
> |
# def wsSetupEnvironment(self): |
32 |
> |
# """ |
33 |
> |
# Returns part of a job script which does scheduler-specific work. |
34 |
> |
# """ |
35 |
> |
# txt = SchedulerLsf.wsSetupEnvironment(self) |
36 |
> |
# txt += '# CAF specific stuff\n' |
37 |
> |
# #txt += 'export STAGE_SVCCLASS=cmscaf \n' |
38 |
> |
# txt += '\n' |
39 |
> |
# return txt |
40 |
|
|
41 |
|
def wsCopyOutput(self): |
42 |
|
### default is the name of the storage pool |