HepMC

HepMC version 2.01.00 has been installed for 32 bit sl4x machines. An example extract from a ~/.bashrc file:

if [ -z $HEPMC_DIR ]; then
  HEPMC_DIR=/data/ppe01/sl44/i386/HepMC/2.01.00
  export HEPMC_DIR

  if [ -z "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$HEPMC_DIR/lib
    export LD_LIBRARY_PATH
  else
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HEPMC_DIR/lib
    export LD_LIBRARY_PATH
  fi
fi

-- AndrewPickford - 13 Feb 2009

Topic revision: r1 - 2009-02-13 - AndrewPickford
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback