System Benchmarks

From T2B Wiki
Jump to navigation Jump to search

This page contains a detailed explanantion for the storage and computing benchmarks for the Tier2 hardware.

Storage

Storage-v0.0.1

Workernodes

Workernode-v0.0.1
Workernode-v0.0.2

Quick test intrcutions

#!/bin/bash
nr=4
rm -f out*
for i in <tt>seq 1 $nr</tt>
do
  ./start >& out-$i &
done
#!/bin/bash
dir=$PWD/$RANDOM
mkdir -p $dir
cd $dir
export VO_CMS_SW_DIR=/path
source $VO_CMS_SW_DIR/cmsset_default.sh
scramv1 project CMSSW CMSSW_1_2_3
cd CMSSW_1_2_3/
eval <tt>scramv1 ru -sh</tt>
cd $dir
cp $CMSSW_RELEASE_BASE/src/Configuration/CSA06Production/data/CSA06Minbias_GEN_SIM.cfg ./test.cfg
sed -i 's/987654321/54000/' test.cfg
sed -i 's/123456789/54000/' test.cfg
sed -i 's/ VtxSmeared, g4SimHits / VtxSmeared/' test.cfg
sed -i 's/maxEvents = 50/maxEvents = 100000/' test.cfg
cmsRun -p test.cfg >& out


Template:TracNotice