Difference between revisions of "User:Marki"

From GlueXWiki
Jump to: navigation, search
(HDGEANT)
(HDGEANT)
Line 11: Line 11:
  
 
environment set-up
 
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 HALLDROOT /group/halld/Software/builds/build_2007-08-06
Line 21: Line 23:
 
  cp $HALLDROOT/src/programs/Simulation/HDGeant/solenoid.map .
 
  cp $HALLDROOT/src/programs/Simulation/HDGeant/solenoid.map .
 
  cp $HALLDROOT/src/programs/Simulation/HDGeant/fdc_deflections.dat .
 
  cp $HALLDROOT/src/programs/Simulation/HDGeant/fdc_deflections.dat .
 +
 +
The last one is not mentioned on the web page.
  
 
three files are created
 
three files are created
Line 27: Line 31:
 
  geant.hbook
 
  geant.hbook
 
  hdgeant.rz
 
  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:47, 9 August 2007

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

Notes

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.