User Tools

Site Tools


cluster:lhcb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cluster:lhcb [2011/11/16 10:02] bernetcluster:lhcb [2021/11/04 12:48] (current) bernet
Line 3: Line 3:
 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
  
Line 9: Line 9:
 ==== CernVM-FS ==== ==== CernVM-FS ====
  
-== SLC5 Cluster ==+== CC7 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 ==
Line 18: Line 18:
   * 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.
  
Line 39: Line 65:
  
 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.
  
Line 46: Line 72:
   * 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>
Line 57: Line 83:
  
 ==== Local Disk ==== ==== Local Disk ====
 +
 +( not maintained anymore )
  
 == Installed Software == == Installed Software ==
Line 73: Line 101:
   * 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>
  
cluster/lhcb.1321434168.txt.gz · Last modified: 2011/11/16 10:02 by bernet