PandaRoot Installation Manual
This installation manual is for PandaRoot with
MonALISA support. Some configuration/installation scripts might be slightly modified
from what you might have seen before. The idea is that error reporting has to be pretty good if this build is to happen without human
intervention, via PackMan on the Grid.
Summary of changes
The original cbmsoft tarball was taken from
this GSI wiki page.
To it were added, in the
/cbmsoft/tools/
directory, two extra apmon/ml pacakages (source tarballs). The
cbmsoft/configure.sh
script was
modified to compile the two new packages and a few error handling mistakes were rectified (see attached). XM support was removed from
g4env.sh
.
Also
cbmsoft/tools/rootconfig.sh
was modified to enable
MonALISA support (
see this howto). A new script that handles the whole compilation,
postinstall.sh
was
added (see attachments). The whole lot was then repackaged together like this:
bash > tar -zcvf cbmsoft-ml.tgz postinstall.sh cbmsoft/
Getting the tarball
Get the tarball from
here. This tarball contains the extra apmon/ml packages and all the necessary
scripts (the scripts are attached below just for convenience).
Unpack like this:
bash > tar -zxvf cbmsoft-ml.tgz
Building the software
You can see now two new items: the directory
cbmsoft/ and the script
postinstall.sh.
bash > ls -F
postinstall.sh
cbmsoft/
Be aware that the build will require a considerable amount of disk space. Check your disk quota before you continue.
Run the postinstall script:
bash > ./postinstall.sh
Doing postinstall ...
Resetting PATH and TOP_DIR ...
PATH=/usr/kerberos/bin:/bin:/usr/bin/:/usr/X11R6/bin:/usr/bin/X11
TOP_DIR=.
Setting up the new environment ... [done]
Compiling external packages (this may take a few hours) ... [done]
Compiling PANDA software (this may take a few minutes) ... [done]
End.
All the logs will be located in the directory
cbmsoft/log/
.
Talks
Talks dealing with PandaRoot and/or MonALISA will be linked below:
--
DanProtopopescu - 28 Jun 2007
The scripts attached below are already included in the tarball.
You don't have to download them separately.
imported from
http://nuclear.gla.ac.uk/twiki/bin/view.pl/Main/PandaRootInstall
and adopted some links to load from attachments
--
PeterZumbruch - 23 Aug 2012