SET UP ENVIRONMENT AND CHECKOUT

From LHEP Wiki
Revision as of 09:49, 18 March 2015 by Lhep (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ATLAS ENVIRONMENT (TO BE DONE UPON EVERY LOGIN)

  • source /ngsys/software/runtime/lheppc50/APPS/HEP/ATLAS-13.0.40.5
  • export CMTPATH=$HOME/atlas:$CMTPATH
  • export CVSROOT=:ext:isscvs.cern.ch:/atlascvs # NB SERVER SEEMS TO HAVE CHANGED TO THIS ONE
  • export CVS_RSH=ssh

Now changed to SVN

CHECK OUT YOUR ANALYSIS PACKAGE FROM CERN AND SET UP

  • mkdir $HOME/atlas; cd atlas
  • mkdir 13.0.40.5; cd 13.0.40.5
  • cmt co -r UserAnalysis-00-13-00 PhysicsAnalysis/AnalysisCommon/UserAnalysis
  • cd PhysicsAnalysis/AnalysisCommon/UserAnalysis/cmt (to be done after every login)
  • source setup.sh (to be done after every login)
  • cmt config

HOW TO FIND THE TAG FOR ANY ATLAS-RELEASE

  • ssh to lxplus
  • get_tag PhysicsAnalysis/AnalysisCommon/UserAnalysis 15.6.7

IF YOU WANT TO BE ABLE TO CHECK OUT WITHOUT PASSWORD

  • Follow the instructions in /terabig/shaug/logs/howTo-cmt-co.log
  • Or do: kinit -f <USERNAME>@CERN.CH and type your CERN password