Difference between revisions of "VeloTestbeamSoftware"

From LHCb Wiki
Jump to navigation Jump to search
(Created page with "For full instructions, see cern twiki: https://lbtwiki.cern.ch/bin/view/VELO/Tpx3TestbeamSoftware Kepler software was 'temporarily' installed in: /project/bfys/VeloTest...")
 
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
  * login to a stoomboot node that has gcc7, e.g.
 
  * login to a stoomboot node that has gcc7, e.g.
 
   > ssh stbc-i6
 
   > ssh stbc-i6
  * change to bash, if you are not alrady running that:
+
  * change to bash, if you are not already running that:
 
   > bash
 
   > bash
 
  * run this setup script to put the software in your path:
 
  * run this setup script to put the software in your path:
   > /project/bfys/VeloTestbeam/scripts/setuplhcb.sh
+
   > source /project/bfys/VeloTestbeam/scripts/setuplhcb.sh
 
  * test once that your setup actually works
 
  * test once that your setup actually works
   > lb-run Kepler bash
+
   > lb-run Kepler bash --noprofile --norc
 
   > exit
 
   > exit
 
  * run an example setupscript (ask Elena?)
 
  * run an example setupscript (ask Elena?)

Latest revision as of 15:56, 7 September 2018

For full instructions, see cern twiki:

 https://lbtwiki.cern.ch/bin/view/VELO/Tpx3TestbeamSoftware

Kepler software was 'temporarily' installed in:

 /project/bfys/VeloTestbeam/Kepler

To use:

* login to the Nikhef login server
* login to a stoomboot node that has gcc7, e.g.
  > ssh stbc-i6
* change to bash, if you are not already running that:
  > bash
* run this setup script to put the software in your path:
  > source /project/bfys/VeloTestbeam/scripts/setuplhcb.sh
* test once that your setup actually works
  > lb-run Kepler bash --noprofile --norc
  > exit
* run an example setupscript (ask Elena?)
  > lb-run Kepler gaudirun.py myexample.py


created: WH 2018-09-07