Running Belle2 in a VM (sobie-belle) image
Login into the VM (Image Checksum ef895936a9e82f48a946bd1608312cfd)
source /cvmfs/belle.cern.ch/tools/setup_belle2.sh
mkdir release
cd release
setuprel build-2014-03-24
basf2 --info
Run tau-pair application (copy KK-Cloud.py file from this wiki page)
cp /cvmfs/belle.cern.ch/releases/build-2013-11-10/generators/kkmc/kkmc/tau.input.dat .
cp /cvmfs/belle.cern.ch/releases/build-2013-11-10/generators/kkmc/kkmc/KK2f_defaults.dat .
cp /cvmfs/belle.cern.ch/releases/build-2013-11-10/generators/kkmc/kkmc/tau_decaytable.dat .
basf2 KK-Cloud.py
Boot a VM from login.heprc.uvic.ca on a Nimbus cloud (elephant or synnefo)
vm-run -r 4000 -s ~/.ssh/id_rsa.pub -c elephant -R belle-base
vm-run -c Synnefo -R frank/cernvm-belle-node-2.7.2-x86_64.gz -n private
This may no longer be needed.
Alternative solution is to add this line to the python steering script
rootoutput.param('updateFileCatalog', False)
--
RandallSobie - 2014-03-10
Topic revision: r6 - 2014-09-04
- rsobie