river99@tier2:~$ ssh -X garam@gate.sscc.uos.ac.kr
garam@gate.sscc.uos.ac.kr's password:
Last login: Tue Feb 26 05:02:58 2008 from aannecy-257-1-8-133.w90-14.abo.wanadoo.fr
[garam@gate ~]$ _
using -X option, X11 Forwarding's enabled.
scramv1 project -n my_work_space CMSSW CMSSW_1_7_5
cd my_work_space/src/ eval `scramv1 runtime -sh`through this, all the environment variables in bash shell related to certain cmssw version on this work space are set.
kinitthe purpose of this command is to get a ticket which will be used when you access the CMS CVS repository at CERN. kinit : check your ticket (if you don't have an account at CERN, having an ticket is impossible. kdestroy : throw your ticket away
project CMSSW
cvs co -r CMSSW_1_7_5 GeneratorInterface/Pythia6Interfacecheck out command
scramv1 build