dmwm / CRAB2

CRAB2
2 stars 11 forks source link

make CERN CAF jobs run on SL6 #1043

Closed belforte closed 10 years ago

belforte commented 10 years ago

see https://hypernews.cern.ch/HyperNews/CMS/get/comp-ops/1487/1/1/1/1/1/1/1/2.html

Hi Stefano,

I took two minutes to look at the CRAB2 source code and found for the LSF and CAF scheduler lines like this:

def configure(self, cfg_params): SchedulerLocal.configure(self, cfg_params) self.outputDir = cfg_params.get('USER.outputdir' ,common.work_space.resDir()) self.res = cfg_params.get(self.name().upper()+'.resource','"type==SLC5_64 || type==SLC4_64"')

     self.pool = cfg_params.get('USER.storage_pool',None)
     return

I fear just decommissioning of SL5 WNs for CMS would not solve the issue.

Did we (from the Computing side) ever stated something about the support for CRAB2 with local submission at CERN?

Cheers, Christoph