Purdue CMS Tier-2 Center
Home » User Information » CMSSW Job Tutorials » CMSSW Environment Setup

CMSSW Environment Setup

Users with bash login shell can add the following to the ~/.profile  file in their home directory:

# 
# CMS environment 
# 
source /cvmfs/cms.cern.ch/cmsset_default.sh 

if [ -z "$LD_LIBRARY_PATH" ]; then 
LD_LIBRARY_PATH=. 
export LD_LIBRARY_PATH 
fi 

Users with tcsh login shell can add the following to the ~/.tcshrc file in their home directory:

# 
# CMS environment 
# 
source /cvmfs/cms.cern.ch/cmsset_default.csh 

if ( ! $?LD_LIBRARY_PATH ) then 
setenv LD_LIBRARY_PATH . 
endif 

CPU Utilization

Raw Storage Use

Raw Storage Use