Mark's notes on HDGEANT under RHEL4

From GlueXWiki
Revision as of 14:54, 9 August 2007 by Marki (Talk | contribs) (title says it all)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

HDGEANT

to run pre-build binary

environment set-up

The uname used in the suggested environment gives "athlon" as the architecture and there are no pre-built versions for athlon. Used the i686 architecture instead.

setenv HALLDROOT /group/halld/Software/builds/build_2007-08-06
setenv HALLDOS `uname -s`-`uname -m`
eval `addpath.pl $HALLDROOT/bin/$HALLDOS`

get files for local directory

cp $HALLDROOT/src/programs/Simulation/HDGeant/control.in .
cp $HALLDROOT/src/programs/Simulation/HDGeant/solenoid.map .
cp $HALLDROOT/src/programs/Simulation/HDGeant/fdc_deflections.dat .

The last one is not mentioned on the web page.

three files are created

hdgeant.hddm
geant.hbook
hdgeant.rz

hddm-xml

Does not exist in pre-compiled area

hd_dump

Gives error:

> hd_dump
hd_dump: error while loading shared libraries: libCore.so.5.14: cannot
open shared object file: No such file or directory

This is a root shared library. It is not in the CUE root build for RHEL4.