SLC4Specific
Setting the correct environment for CMSSW 150 and up
From m1.iihe.ac.be
- CMSSW enviroment is under variable VO_CMS_SW_DIR is the correct release. (This also means that this variable will not have to be set manually anymore)
source $VO_CMS_SW_DIR/cmsset_default.sh
source $VO_CMS_SW_DIR/cmsset_default.csh
From master.iihe.ac.be
- Do the usual necessary environment settings:
export VO_CMS_SW_DIR=/msa3/cmssoft_sl4_x86_64 source $VO_CMS_SW_DIR/cmsset_default.sh eval <tt>scramv1 ru -sh</tt>
or
setenv VO_CMS_SW_DIR /msa3/cmssoft_sl4_x86_64 source $VO_CMS_SW_DIR/cmsset_default.csh eval <tt>scramv1 ru -csh</tt>
- setup cmscvsroot
source $CMS_PATH/$SCRAM_ARCH/cms/cms-cvs-utils/1.0/etc/profile.d/init.sh cmscvsroot CMSSW
- Use the specific CRAB version. (Notice that you are only able to submit jobs with VO CMS for the moment):
source /msa3/crab/CRAB_2_0_1/crab.sh
or
source /msa3/crab/CRAB_2_0_1/crab.csh
- Use only glitecoll or glite in crab.cfg:
[CRAB] jobtype = cmssw scheduler = glitecoll
- From here you are able to run the usual crab commands:
crab -create crab -submit crab -status crab -getoutput crab -kill