| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| cluster:lhcb [2011/11/16 10:02] – bernet | cluster:lhcb [2025/01/10 12:01] (current) – bernet |
|---|
| LHCb software can be accessed in three different ways: | LHCb software can be accessed in three different ways: |
| * over CernVM-FS\\ => default setting | * over CernVM-FS\\ => default setting |
| * over AFS\\ => needed for special settings, e.g. debug sessions | * over AFS\\ => needed for special settings, e.g. debug sessions\\ => not maintained anymore |
| * over local disk /disk/slc5/sw\\ => not maintained anymore | * over local disk /disk/slc5/sw\\ => not maintained anymore |
| |
| ==== CernVM-FS ==== | ==== CernVM-FS ==== |
| |
| == SLC5 Cluster == | == ALMA9 Cluster == |
| The software environment is identical to CERN. Nothing addtional has to be done to use LHCb software.\\ \\ | The software environment is identical to CERN. Nothing addtional has to be done to use LHCb software.\\ \\ |
| Setup your project:<code>SetupProject PROJECT VERSION</code> | Set runtime environment:<code>lb-run PROJECT/VERSION COMMAND COMMAND_ARGS</code> |
| |
| == openSUSE Cluster 64bit == | == openSUSE Cluster 64bit == |
| * CSH type shell:<code>source /disk/lhcb/scripts/lhcb_setup.csh</code> | * CSH type shell:<code>source /disk/lhcb/scripts/lhcb_setup.csh</code> |
| | |
| Setup your project:<code>SetupProject PROJECT VERSION</code> | Set runtime environment:<code>lb-run PROJECT/VERSION COMMAND COMMAND_ARGS</code> |
| |
| |
| ==== AFS ==== | ==== Obsolate Operating Systems ==== |
| | |
| | == SLC6 Cluster == |
| | The software environment is identical to CERN. Nothing addtional has to be done to use LHCb software.\\ \\ |
| | Setup your project:<code>SetupProject PROJECT VERSION</code> |
| |
| == SLC5 Cluster == | == SLC5 Cluster == |
| | The software environment is identical to CERN. Nothing addtional has to be done to use LHCb software.\\ \\ |
| | Setup your project:<code>SetupProject PROJECT VERSION</code> |
| | |
| | |
| | ==== AFS ==== |
| | |
| | ( not maintained anymore ) |
| | |
| | == SLC6 Cluster == |
| |
| Set the architecture: | Set the architecture: |
| * KSH type shell:<code>export CMTCONFIG=x86_64-slc5-gcc43-opt</code> | * KSH type shell:<code>export CMTCONFIG=x86_64-slc6-gcc62-opt</code> |
| * CSH type shell:<code>setenv CMTCONFIG x86_64-slc5-gcc43-opt</code> | * CSH type shell:<code>setenv CMTCONFIG x86_64-slc6-gcc62-opt</code> |
| | or any other valid architecture. |
| | |
| | Install LHCb environment: |
| | * KSH type shell:<code>. /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.sh</code> |
| | * CSH type shell:<code>source /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.csh</code> |
| | |
| | Setup your project:<code>SetupProject PROJECT VERSION</code> |
| | |
| | == SLC6 Cluster == |
| | |
| | Set the architecture: |
| | * KSH type shell:<code>export CMTCONFIG=x86_64-slc6-gcc62-opt</code> |
| | * CSH type shell:<code>setenv CMTCONFIG x86_64-slc6-gcc62-opt</code> |
| or any other valid architecture. | or any other valid architecture. |
| |
| |
| Set the architecture: | Set the architecture: |
| * KSH type shell:<code>export CMTCONFIG=x86_64-slc5-gcc43-opt</code> | * KSH type shell:<code>export CMTCONFIG=x86_64-slc6-gcc62-opt</code> |
| * CSH type shell:<code>setenv CMTCONFIG x86_64-slc5-gcc43-opt</code> | * CSH type shell:<code>setenv CMTCONFIG x86_64-slc6-gcc62-opt</code> |
| or any other valid architecture. | or any other valid architecture. |
| |
| * KSH type shell:<code> | * KSH type shell:<code> |
| . /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.sh | . /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.sh |
| export PATH=/disk/lhcb/sw-slc5/gcc-4.3.2/bin:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/bin:$PATH | export PATH=/disk/lhcb/sw-slc6/gcc-6.2.0/bin:/disk/lhcb/sw-slc6/binutils-2.20.51.0.2/bin:$PATH |
| export LD_LIBRARY_PATH=/disk/lhcb/sw-slc5/gcc-4.3.2/lib:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/lib:/disk/lhcb/sw-slc5/gmp-4.3.2/lib:/disk/lhcb/sw-slc5/mpfr-2.4.2/lib:/disk/lhcb/sw-slc5/lib:$LD_LIBRARY_PATH</code> | export LD_LIBRARY_PATH=/disk/lhcb/sw-slc6/gcc-6.2.0/lib:/disk/lhcb/sw-slc6/binutils-2.20.51.0.2/lib:/disk/lhcb/sw-slc6/lib:$LD_LIBRARY_PATH</code> |
| * CSH type shell:<code> | * CSH type shell:<code> |
| source /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.csh | source /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/prod/InstallArea/scripts/LbLogin.csh |
| setenv PATH /disk/lhcb/sw-slc5/gcc-4.3.2/bin:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/bin:$PATH | setenv PATH /disk/lhcb/sw-slc6/gcc-6.2.0/bin:/disk/lhcb/sw-slc6/binutils-2.20.51.0.2/bin:$PATH |
| setenv LD_LIBRARY_PATH /disk/lhcb/sw-slc5/gcc-4.3.2/lib:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/lib:/disk/lhcb/sw-slc5/gmp-4.3.2/lib:/disk/lhcb/sw-slc5/mpfr-2.4.2/lib:/disk/lhcb/sw-slc5/lib:$LD_LIBRARY_PATH</code> | setenv LD_LIBRARY_PATH /disk/lhcb/sw-slc6/gcc-6.2.0/lib:/disk/lhcb/sw-slc6/binutils-2.20.51.0.2/lib:/disk/lhcb/sw-slc6/lib:$LD_LIBRARY_PATH</code> |
| |
| Setup your project:<code>SetupProject PROJECT VERSION</code> | Setup your project:<code>SetupProject PROJECT VERSION</code> |
| |
| ==== Local Disk ==== | ==== Local Disk ==== |
| | |
| | ( not maintained anymore ) |
| |
| == Installed Software == | == Installed Software == |
| * KSH type shell:<code> | * KSH type shell:<code> |
| . /disk/lhcb/sw-slc5/scripts/lhcb_setup.sh | . /disk/lhcb/sw-slc5/scripts/lhcb_setup.sh |
| export PATH=/disk/lhcb/sw-slc5/gcc-4.3.2/bin:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/bin:$PATH | export PATH=/disk/lhcb/sw-slc5/gcc-4.3.5/bin:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/bin:$PATH |
| export LD_LIBRARY_PATH=/disk/lhcb/sw-slc5/gcc-4.3.2/lib:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/lib:/disk/lhcb/sw-slc5/gmp-4.3.2/lib:/disk/lhcb/sw-slc5/mpfr-2.4.2/lib:/disk/lhcb/sw-slc5/lib:$LD_LIBRARY_PATH</code> | export LD_LIBRARY_PATH=/disk/lhcb/sw-slc5/gcc-4.3.5/lib:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/lib:/disk/lhcb/sw-slc5/gmp-4.3.2/lib:/disk/lhcb/sw-slc5/mpfr-2.4.2/lib:/disk/lhcb/sw-slc5/lib:$LD_LIBRARY_PATH</code> |
| * CSH type shell:<code> | * CSH type shell:<code> |
| source /disk/lhcb/sw-slc5/scripts/lhcb_setup.csh | source /disk/lhcb/sw-slc5/scripts/lhcb_setup.csh |
| setenv PATH /disk/lhcb/sw-slc5/gcc-4.3.2/bin:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/bin:$PATH | setenv PATH /disk/lhcb/sw-slc5/gcc-4.3.5/bin:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/bin:$PATH |
| setenv LD_LIBRARY_PATH /disk/lhcb/sw-slc5/gcc-4.3.2/lib:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/lib:/disk/lhcb/sw-slc5/gmp-4.3.2/lib:/disk/lhcb/sw-slc5/mpfr-2.4.2/lib:/disk/lhcb/sw-slc5/lib:$LD_LIBRARY_PATH</code> | setenv LD_LIBRARY_PATH /disk/lhcb/sw-slc5/gcc-4.3.5/lib:/disk/lhcb/sw-slc5/binutils-2.17.50.0.6/lib:/disk/lhcb/sw-slc5/gmp-4.3.2/lib:/disk/lhcb/sw-slc5/mpfr-2.4.2/lib:/disk/lhcb/sw-slc5/lib:$LD_LIBRARY_PATH</code> |
| | |
| Setup your project:<code>SetupProject PROJECT VERSION</code> | Setup your project:<code>SetupProject PROJECT VERSION</code> |
| |