-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Bertrand Putigny edited this page Mar 25, 2015
·
6 revisions
Install the compiler and library with:
$ ./configure && make installCompile the benchmark examples in examples/MESI with:
$ mbench_bc examples/MESI/lhe.b lheRun the binary with:
$ ./lhe -o output-prefix -s 32kB:128MBThis will run the load hit exclusive benchmark on stream of size from 32kB to 128Mb and store the performance recorded in files output-prefix-th0.dat and output-prefix-th0.csv.