Archer:Benchmarks

From Grid-Appliance Wiki

Jump to: navigation, search

Contents

Benchmarks

This page provides pointers to benchmarks and datasets that you can readily use in simulations within Archer.

Benchmark: SPEC2000

Simulator: SESC (architecture: MIPS)

Binaries for running SPEC2000 on SESC are available, but in order to run them you will need a license to have access to the input files. Visit the SPEC web site for more information on how to obtain a license. You can download and install the binaries as follows.

cd ~
mkdir benchmarks
mkdir sescbin
cd benchmarks/sescbin
sudo wget http://masc.soe.ucsc.edu/sescSPEC.tgz
tar -xzf sescSPEC.tgz 

Benchmark: SPLASH2

Simulator: SESC (architecture: MIPS)

The SPLASH-2 binaries for SESC are packaged in the same file sescSPEC.tgz as the SPEC binaries for SESC. Follow the instructions shown above for SPEC on SESC. You will also need to download the SPLASH-2 package to retrieve input files that are used for SPLASH-2 runs:

cd ~/benchmarks
mkdir SPLASH2
cd SPLASH2
wget http://www-flash.stanford.edu/apps/SPLASH/splash2.tar.gz
tar -xzf splash2.tar.gz
mv splash2/codes/kernels splash2
mv splash2/codes/apps splash2
Personal tools