Difference between revisions of "User:Marki"

From GlueXWiki
Jump to: navigation, search
(HDGEANT)
(move hdgeant notes to their own page)
Line 6: Line 6:
 
=Notes=
 
=Notes=
  
==HDGEANT==
+
* [[Mark's notes on 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==
+
 
+
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.
+

Revision as of 14:55, 9 August 2007

Mark M. Ito
email: marki@jlab.org
phone: (757)269-5295
www: http://www.jlab.org/~marki

Notes