cms-analysis / HiggsAnalysis-CombinedLimit

CMS Higgs Combination toolkit.
https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/latest
Apache License 2.0
75 stars 385 forks source link

Update CRAB env. setup instructions #859

Closed belforte closed 1 year ago

belforte commented 1 year ago

since a few years cmsenv provides all that' s needed to run CRAB CLI. Only if you use CRAB's python API, you should source /cvmfs/cms.cern.ch/crab3/crab.sh after cmsenv. See https://twiki.cern.ch/twiki/bin/view/CMSPublic/CMSCrabClient#Using_CRABClient_API note that the old crab3/crab.sh is now a link to the new script

ls -l /cvmfs/cms.cern.ch/crab3/crab.sh
lrwxrwxrwx. 1 cvmfs cvmfs 39 May 13  2020 /cvmfs/cms.cern.ch/crab3/crab.sh -> /cvmfs/cms.cern.ch/common/crab-setup.sh
nucleosynthesis commented 1 year ago

This looks like a straightforward fix to me - i'll wait in case any one has other comments and then merge