ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/wangdy/sys/setupCMS.sh
Revision: 1.1
Committed: Fri Dec 7 16:26:02 2007 UTC (17 years, 4 months ago) by wangdy
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
first import

File Contents

# Content
1 #! /usr/local/bin/bash
2 #
3 # $Log$
4 #
5 alias project='source $CMS_PATH/sw/slc4_ia32_gcc345/cms/cms-cvs-utils/1.0/bin/projch.sh';
6 ## for grid 1
7
8 #source /afs/cern.ch/cms/LCG/LCG-2/UI/cms_ui_env.sh;
9
10 #source /afs/cern.ch/project/gd/LCG-share/current/etc/profile.d/grid_env.sh
11
12
13 cd $HOME/scratch0/CMSSW_1_7_1/src;
14 echo "Using 1_7_1 with slc4_ia32_gcc345";
15 eval `scramv1 runtime -sh`; #shown for sh shell
16 # cmscvsroot CMSSW
17 project CMSSW;
18 echo "CVSROOT is";
19 echo $CVSROOT;
20 echo "PWD is: ";
21 pwd;
22 ## for python and numpy
23 source /afs/cern.ch/cms/sw/slc4_ia32_gcc345/external/python/2.4.3/etc/profile.d/init.sh;
24 source /afs/cern.ch/cms/sw/slc4_ia32_gcc345/external/py2-numpy/1.0.1/etc/profile.d/init.sh;
25 ## for grid2
26 #source /afs/cern.ch/cms/ccs/wm/scripts/Crab/crab.sh;
27
28 #setenv PYTHONPATH $HOME/mylib/lib/python2.4/site-packages/
29 MYCASTOR=/castor/cern.ch/user/w/wangdy/simu-cosmic-boff;