Personal tools
You are here: Home Members bloom CMSSW work
« November 2009 »
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
About this blog
My attempts to learn how to use CMSSW
Recent entries
Getting started/things to do always bloom 2008-05-07
Grid stuff bloom 2008-01-09
First attempts at CRAB bloom 2007-07-20
My first analyzer bloom 2007-07-20
Categories
 
Document Actions

Getting started/things to do always

by Ken Bloom posted at 2008-05-07 11:13 last modified 2008-05-07 11:13

Latest update on how to do things...

To get the CMS stuff, do

source /mnt/nfs04/opt/osg/app/cmssoft/cms/cmsset_default.sh

and for OSG stuff, do

source /opt/osg/osg-080/setup.sh

and for CRAB, do

source /mnt/unl/CRAB/crab.sh

This cmsset_default.sh has some exciting commands in it:

alias cmsenv='eval `scramv1 runtime -sh`'
alias cmsrel='scramv1 project CMSSW'

so when setting up a new environment, you can do

cmsrel <name>

and then to get going for runtime stuff

cd <name>/src
cmsenv

Not so bad, eh?

Category(s)

Powered by Plone, the Open Source Content Management System