LLCBench: Difference between revisions
Onnowpurbo (talk | contribs) New page: ==Download== Download LLCBench dari http://icl.cs.utk.edu/projects/llcbench/llcbench.tar.gz ==Instalasi== ==Referensi== * http://icl.cs.utk.edu/projects/llcbench/index.htm ==Pran... |
Onnowpurbo (talk | contribs) |
||
| Line 9: | Line 9: | ||
UNIX> gzip -dc llcbench.tar.gz | tar xvf - | |||
UNIX> cd llcbench | |||
UNIX> make | |||
Please use one of the following targets: | |||
alpha | |||
alpha-mpich | |||
linux-lam | |||
linux-mpich | |||
o2000 | |||
pow2 | |||
pow3 | |||
ppc | |||
solaris | |||
solaris-mpich | |||
t3e | |||
reconfig (to bring this menu up again) | |||
Choose the appropriate target: | |||
UNIX> make solaris-mpich | |||
ln -s conf/sys.solaris sys.def | |||
Optionally edit/review the compile options: | |||
UNIX> vi sys.def | |||
Build the benchmarks: | |||
UNIX> make | |||
Please use one of the following targets: | |||
For all three : compile, run, script, graph, clean, clobber, reconfig | |||
For BlasBench : blas-bench, blas-run, blas-script, blas-graph | |||
For CacheBench: cache-bench, cache-run, cache-script, cache-graph | |||
For MPBench : mp-bench, mp-run, mp-script, mp-graph | |||
UNIX> make compile | |||
Optionally edit/review the run-time options: | |||
UNIX> vi user.def | |||
Run the benchmarks: | |||
UNIX> make run | |||
Examine and graph the results: | |||
UNIX> cd results | |||
UNIX> ls *.dat *.gp *.tar | |||
UNIX> make graph | |||
UNIX> ls *.ps | |||
UNIX> ghostview *.ps | |||
or if you don't have GNUplot installed: | |||
UNIX> make scripts | |||
UNIX> ls *.dat *.gp *.tar | |||
Then copy the tar files to a machine with GNUplot and in SH: | |||
UNIX> gnuplot < file.gp > file.ps | |||
UNIX> ghostview file.ps | |||
==Referensi== | ==Referensi== | ||
Revision as of 22:13, 9 March 2013
Download
Download LLCBench dari
http://icl.cs.utk.edu/projects/llcbench/llcbench.tar.gz
Instalasi
UNIX> gzip -dc llcbench.tar.gz | tar xvf - UNIX> cd llcbench UNIX> make
Please use one of the following targets:
alpha
alpha-mpich
linux-lam
linux-mpich
o2000
pow2
pow3
ppc
solaris
solaris-mpich
t3e
reconfig (to bring this menu up again)
Choose the appropriate target:
UNIX> make solaris-mpich ln -s conf/sys.solaris sys.def
Optionally edit/review the compile options:
UNIX> vi sys.def
Build the benchmarks:
UNIX> make Please use one of the following targets:
For all three : compile, run, script, graph, clean, clobber, reconfig For BlasBench : blas-bench, blas-run, blas-script, blas-graph For CacheBench: cache-bench, cache-run, cache-script, cache-graph For MPBench : mp-bench, mp-run, mp-script, mp-graph UNIX> make compile
Optionally edit/review the run-time options:
UNIX> vi user.def
Run the benchmarks:
UNIX> make run
Examine and graph the results:
UNIX> cd results UNIX> ls *.dat *.gp *.tar UNIX> make graph UNIX> ls *.ps UNIX> ghostview *.ps
or if you don't have GNUplot installed:
UNIX> make scripts UNIX> ls *.dat *.gp *.tar
Then copy the tar files to a machine with GNUplot and in SH:
UNIX> gnuplot < file.gp > file.ps UNIX> ghostview file.ps
Referensi
Pranala Menarik
- Linux
- Ubuntu
- Sistem Operasi
- OS: Linux Kernel
- OS: Kernel Scheduler
- OS: Tuning Kernel Scheduler
- OS: Tuning Completely Fair Queueing CFQ I/O scheduler
- OS: Tuning Completely Fair scheduler CFS
- OS: Build in Monitoring Tool
- Linux Benchmarking
- OS: Benchmarking menggunakan UnixBench
- OS: Benchmarking menggunakan LLCBench