Impact simulation instructions

This is a temporary page for impact simulation.

The following is the script file to run all base case simulations. You can modify the parameters for your own simulations. You also need to change to the directory of each application before you run it, it is already done in the script.

script file I used for simulation


There is another script2 which does the same thing, but more flexible. You can edit a file called bench_files, with the benchmark names one at a line. Then run it like:

script2 < bench_files

This will run whatever benchmarks are in bench_files in the correct directories using options specified in the script2. Change the options and mv the output in script2 to suit your needs.


The following is a list of applications currently avaiable.

MPEG
mpeg2enc
~johnsonk/spec/mpeg2enc
mpeg2dec
~johnsonk/spec/mpeg2dec

JPEG
cjpeg
~johnsonk/bench/jpeg-6a/asmcode_opt
djpeg
~johnsonk/bench/jpeg-6a/asmcode_opt

ADPCM
rawcaudio
~johnsonk/bench/adpcm/asmcode_opt
rawdaudio
~johnsonk/bench/adpcm/asmcode_opt

GSM
gsmencode
~johnsonk/bench/gsm-1.0-pl9/asmcode_opt
gsmdecode
~johnsonk/bench/gsm-1.0-pl9/asmcode_opt

G721
encode
~johnsonk/bench/G711_G721_G723/asmcode_opt
decode
~johnsonk/bench/G711_G721_G723/asmcode_opt

PGP
pgpencode
~johnsonk/bench/pgp/asmcode_opt
pgpdecode
~johnsonk/bench/pgp/asmcode_opt

EPIC
epic
~johnsonk/spec/epic
unepic
~johnsonk/spec/unepic

RASTA
rasta
~billms/johnsonk/rasta

MESA
osdemo
~johnsonk/spec/osdemo
mipmap
~johnsonk/spec/mipmap
texgen
~johnsonk/spec/texgen

SPECint95
128.m88ksim
~johnsonk/spec/128.m88ksim
129.compress
~johnsonk/spec/129.compress
130.li
~johnsonk/spec/130.li
099.go
~johnsonk/spec/099.go
126.gcc
~johnsonk/spec/126.gcc
134.perl
~johnsonk/spec/134.perl

Misc
bwbasic
~johnsonk/spec/bwbasic


Johnson Kin < johnsonk@icsl.ucla.edu>