2008 Benchmarks (CMSSW 1_7_5)
How to run Nebraska 2008 Bid benchmarks.
Prerequirements of the system install:
-- RHEL 4 like OS (CentOS, RHEL, Scientific Linux)
-- apt installed
-- compat libraries installed
-- libGLU (mesa) must be installed prior to setup of CMSSW
Install CMSSW software framework:
As a non root user, in a bash shell:
Once the above step finishes, run the benchmarks:
-- RHEL 4 like OS (CentOS, RHEL, Scientific Linux)
-- apt installed
-- compat libraries installed
-- libGLU (mesa) must be installed prior to setup of CMSSW
Install CMSSW software framework:
As a non root user, in a bash shell:
mkdir /tmp/$USERThis step may take several minutes.
cd ~
mkdir cms
cd cms
export SCRAM_ARCH=slc4_ia32_gcc345
export VO_CMS_SW_DIR=$PWD
wget -O $VO_CMS_SW_DIR/bootstrap.sh http://cmsrep.cern.ch/cmssw/cms/bootstrap.sh
sh -x $VO_CMS_SW_DIR/bootstrap.sh setup -path $VO_CMS_SW_DIR -arch $SCRAM_ARCH >& $VO_CMS_SW_DIR/bootstrap_$SCRAM_ARCH.log
source $VO_CMS_SW_DIR/$SCRAM_ARCH/external/apt/<apt-version>/etc/profile.d/init.shuse the correct apt-version brought in by the install script for <apt-version>
apt-get updateThis step will take about 4 hours. (No, I'm not kidding.)
apt-get --reinstall install cms+cms-common+1.0
apt-get install cms+cmssw+CMSSW_1_7_5
Once the above step finishes, run the benchmarks:
cd ~Wait about a day for all to finish. Tar up the results directory and mail it off to Nebraska.
mkdir test
source ~/cms/cmsset_default.sh
scramv1 project CMSSW CMSSW_1_7_5
cd CMSSW_1_7_5/src
eval `scramv1 runtime -sh`
wget http://unlhepcl.unl.edu/cl/testpack_v2.tar
tar -xvf testpack_v2.tar
mkdir test
mv dblh_normal.cfi test
nohup ./runTests.sh &