GSI-software: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:software-faq]]
[[Category:software-faq]]
These tutorials assume you are '''p123456''' using a Linux LWP. Replace '''p123456''' with your own p-number in relevant commands. These tutorials also assume you are allowed to edit a '''.bashrc''' file in the directory '''/home/p123456/'''. If this is not the case, contact ''lwp@rug.nl''. In the tutorials, Linux commands, directories and file names are written '''bold''' to distinguish them.
These tutorials assume you are '''p123456''' using a Linux LWP. Replace '''p123456''' with your own p-number in relevant commands. These tutorials also assume you are allowed to edit a '''.bashrc''' file in the directory '''/home/p123456/'''. If this is not the case, contact ''lwp@rug.nl''. In the tutorials, Linux commands, directories and file names are written '''bold''' to distinguish them.
== Prerequisites ==
To be able to use the GSI software you'll need to make sure the following packages are installed on your system:
'''sudo apt-get install cmake cmake-data g++ gcc gfortran build-essential make patch sed libx11-dev libxft-dev libxext-dev libxpm-dev libxmu-dev libglu1-mesa-dev libgl1-mesa-dev libncurses5-dev \'''
'''curl bzip2 gzip unzip tar subversion git xutils-dev flex bison lsb-release python-dev subversion-tools libcurl4-openssl-dev libc6-dev-i386 libxml2-dev wget libssl-dev automake autoconf libtool'''


== GSI configuration ==
== GSI configuration ==
Run the command '''root-setup'''. You will see the options and arguments the command takes, including a list of the environments you can set up. There are four environments:
Run the command '''root-setup'''. You will see the options and arguments the command takes, including a list of the environments you can set up. There are five environments:
  '''fair''', '''r3b''', '''cbm''' and '''panda'''
  '''cern''', '''fair''', '''r3b''', '''panda''' and '''cbm'''
Below you'll find detailed instructions of how to set up each of these environments. Therefore now proceed with the instructions about the environment you need.
Below you'll find detailed instructions of how to set up each of these environments.


[[FAIRroot| Configuration of FAIRroot]]
[[CERNroot| Configuration of CernRoot]]


[[R3Broot| Configuration of R3Broot]]
[[FAIRroot| Configuration of FairRoot]]


[[PANDAroot| Configuration of PANDAroot]]
[[R3Broot| Configuration of R3BRoot]]


[[CBMroot| Configuration of CBMroot]]
[[PANDAroot| Configuration of PandaRoot]]
 
[[CBMroot| Configuration of CBMRoot]]


[[Mutiple GSI-systems| Configuration of multiple GSI-systems]]
[[Mutiple GSI-systems| Configuration of multiple GSI-systems]]


[[CERNroot| Configuration of CERN-ROOT]]
[[Root with mods| Running R3BRoot, CBMRoot or PandaRoot with modifications of your own]]
 
[[Root with mods| Running R3Broot, CBMroot or PANDAroot with modifications of your own]]


[[Root detector| Adding a detector to *root]]
[[Root detector| Adding a detector to R3BRoot]]

Latest revision as of 13:50, 11 March 2016

These tutorials assume you are p123456 using a Linux LWP. Replace p123456 with your own p-number in relevant commands. These tutorials also assume you are allowed to edit a .bashrc file in the directory /home/p123456/. If this is not the case, contact lwp@rug.nl. In the tutorials, Linux commands, directories and file names are written bold to distinguish them.

Prerequisites

To be able to use the GSI software you'll need to make sure the following packages are installed on your system:

sudo apt-get install cmake cmake-data g++ gcc gfortran build-essential make patch sed libx11-dev libxft-dev libxext-dev libxpm-dev libxmu-dev libglu1-mesa-dev libgl1-mesa-dev libncurses5-dev \
curl bzip2 gzip unzip tar subversion git xutils-dev flex bison lsb-release python-dev subversion-tools libcurl4-openssl-dev libc6-dev-i386 libxml2-dev wget libssl-dev automake autoconf libtool

GSI configuration

Run the command root-setup. You will see the options and arguments the command takes, including a list of the environments you can set up. There are five environments:

cern, fair, r3b, panda and cbm

Below you'll find detailed instructions of how to set up each of these environments.

Configuration of CernRoot

Configuration of FairRoot

Configuration of R3BRoot

Configuration of PandaRoot

Configuration of CBMRoot

Configuration of multiple GSI-systems

Running R3BRoot, CBMRoot or PandaRoot with modifications of your own

Adding a detector to R3BRoot