Difference between revisions of "LLCBench"

From OnnoWiki
Jump to navigation Jump to search
Line 41: Line 41:
 
Pilih target yang benar, misalnya  
 
Pilih target yang benar, misalnya  
  
UNIX> make solaris-mpich
+
make linux-mpich
ln -s conf/sys.solaris sys.def
 
  
Optionally edit/review the compile options:
+
Akan keluar
  
UNIX> vi sys.def
+
ln -s conf/sys.linux-mpich sys.def
  
Build the benchmarks:
+
Kita bisa lihat opsi compile yang dipilih melalui perintah
  
UNIX> make
+
vi sys.def
Please use one of the following targets:
 
  
For all three : compile, run, script, graph, clean, clobber, reconfig
+
Build benchmark:
For BlasBench : blas-bench, blas-run, blas-script, blas-graph
+
 
For CacheBench: cache-bench, cache-run, cache-script, cache-graph
+
make
For MPBench  : mp-bench, mp-run, mp-script, mp-graph
+
 
UNIX> make compile
+
akan keluar
 +
 
 +
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
 +
 +
clean: removes object files and leaves result files
 +
clobber: removes binary files and leaves result files
 +
distclean: removes everything!
 +
 
 +
Lakukan
 +
 
 +
make compile
  
 
Optionally edit/review the run-time options:
 
Optionally edit/review the run-time options:

Revision as of 05:23, 10 March 2013

Download

Download LLCBench dari

http://icl.cs.utk.edu/projects/llcbench/llcbench.tar.gz

Instalasi

Lakukan

sudo su
cp llcbench.tar.gz /usr/local/src/
cd /usr/local/src
gzip -dc llcbench.tar.gz | tar xvf -
cd llcbench
make

Akan keluar kata-kata berikut

Please use one of the following targets:

	alpha
	alpha-mpich
	linux-lam
	linux-mpich
	linux-opteron-mpich-acml
	ia64-mpich-ecc
	o2000
	pow2
	pow3
	ppc
	solaris
	solaris-mpich
	t3e
	reconfig (to bring this menu up again)

After configuration, please check the VBLASLIB variable in 
sys.def and make sure that it is pointing to the vendor BLAS
library if one exists.

Pilih target yang benar, misalnya

make linux-mpich

Akan keluar

ln -s conf/sys.linux-mpich sys.def

Kita bisa lihat opsi compile yang dipilih melalui perintah

vi sys.def

Build benchmark:

make

akan keluar

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

clean: removes object files and leaves result files
clobber: removes binary files and leaves result files
distclean: removes everything!

Lakukan

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