CMSSW at PSI T3 - jniedzie/SVJanalysis_wiki GitHub Wiki

To use CMSSW on PSI T3, make sure you have the following lines in your ~/.bashrc or ~/.bash_profile:

source /cvmfs/cms.cern.ch/cmsset_default.sh
export CMSSW_GIT_REFERENCE=/cvmfs/cms.cern.ch/cmssw.git.daily

This is needed for cmsrel and scram to be defined. If you work from another host or want to check this worked well, check:

which scram

NB: installation of a CMSSW release cannot happen on the storage element i.e., /pnfs/psi.ch/cms/trivcat/store/user/${USER}. Use your home area instead, or work/${USER} instead.