dmwm / CRAB2

CRAB2
2 stars 11 forks source link

add support for slc6_amd64_gcc472 on lxplus6 #1122

Closed belforte closed 10 years ago

belforte commented 10 years ago

the first problem there is that voms-proxy-* fials, see https://hypernews.cern.ch/HyperNews/CMS/get/softwareDistrib/711.html

will try to deal with it with a change in ProdCommon/Proxy.py to use Shazad trick: (see above thread) csh/tcsh: eval scram unsetenv -csh; voms-proxy-init ; cmsenv sh/bash: eval scram unsetenv -sh; voms-proxy-init ; cmsenv

belforte commented 10 years ago

need to put same hack also in CRABPYTHON in SchedulerGrid SchedulerRemoteglidein crab_util and check_HN_Name at least... amazing in how many places we directly call voms-proxy*

should probably do this also before gsissh, just to be safe