Personal tools
You are here: Home Documentation 2008 Benchmarks (CMSSW 1_7_5)
Document Actions

2008 Benchmarks (CMSSW 1_7_5)

by Carl Lundstedt last modified 2008-05-30 04:37

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:
mkdir /tmp/$USER
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
This step may take several minutes.
source $VO_CMS_SW_DIR/$SCRAM_ARCH/external/apt/<apt-version>/etc/profile.d/init.sh
use the correct apt-version brought in by the install script for <apt-version>
apt-get update
apt-get --reinstall install cms+cms-common+1.0
apt-get install cms+cmssw+CMSSW_1_7_5
This step will take about 4 hours.  (No, I'm not kidding.)

Once the above step finishes, run the benchmarks:
cd ~
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 &
Wait about a day for all to finish.  Tar up the results directory and mail it off to Nebraska.

Powered by Plone, the Open Source Content Management System