Difference between revisions of "How to run at Nikhef"

From LHCb Wiki
Jump to navigation Jump to search
Line 36: Line 36:
  
 
=== Configure SSH ===
 
=== Configure SSH ===
 +
 +
If at some point you write software and need commit changes,
 +
then you need to configure your SSH.
 +
 +
(And as a bonus you can do "getpack" instead of  "getpack -p anonymous")
 +
 +
To do so, follow this link [http://cvs.web.cern.ch/cvs/howto.php#accessing-sshlinux Configure SSH]

Revision as of 15:10, 29 June 2009

Login to Stoomboot

ssh user@stbc-16

Setup Environment

# csh, tcsh
source /project/bfys/lhcb/sw/LbLogin.csh
# bash, zsh, etc.
. /project/bfys/lhcb/sw/LbLogin.sh
SetupProject Bender v12r1 --build-env

cd cmtuser/Bender_v12r1
# Get Juan's examples:
getpack -p anonymous Tutorial/GaudiPythonTutor v1r0
cd Tutorial/GaudiPythonTutor/cmt
make

# Get Vanya's examples:
cd cd cmtuser/Bender_v12r1/Tutorial/GaudiPythonTutor/cmt
getpack -p anonymous Tutorial/BenderTutor v12r1
cd Tutorial/BenderTutor/cmt
make 
#re-set $GAUDITUTORROOT and $BENDERTUTORROOT
SetupProject Bender v12r1

Setup Bender

Configure SSH

If at some point you write software and need commit changes, then you need to configure your SSH.

(And as a bonus you can do "getpack" instead of "getpack -p anonymous")

To do so, follow this link Configure SSH