Changes between Version 4 and Version 5 of setupAthenaGeneric


Ignore:
Timestamp:
08/06/2009 10:12:45 (15 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Fabian Lambert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setupAthenaGeneric

    v4 v5  
    33Si vous voulez utiliser des outils comme ganga ou pathena hors du CERN, il est préférable de choisir cette méthode d'initialisation de l'environnement athena. Elle a l'avantage de marcher partout :)
    44[[BR]]
     5
     6  == Le script shell générique
     7  Il vous suffit de l'adapter à la release d'athena que vous souhaitez utiliser.
     8  {{{
     9export ATLAS_RELEASE=14.5.1
     10
     11export MYSITE=${VO_ATLAS_SW_DIR}/software/${ATLAS_RELEASE}
     12source $MYSITE/setup.sh -tag=${ATLAS_RELEASE},AtlasOffline,opt
     13source $SITEROOT/AtlasOffline/${ATLAS_RELEASE}/AtlasOfflineRunTime/cmt/setup.sh
     14
     15export CMTPATH=${PWD}:${CMTPATH}
     16   
     17echo ""
     18echo "The Release being used is " $ATLAS_RELEASE
     19echo "The CMTPATH used is " $CMTPATH
     20 
     21export CVSROOT=atlascvs@anoncvs.in2p3.fr:/atlascvs
     22export CVS_RSH=ssh
     23export CMTCVSOFFSET=offline
     24}}}
    525
    626  == La variable d'environnement $VO_ATLAS_SW_DIR == [[BR]]