Skip to content
Bertrand Putigny edited this page Mar 25, 2015 · 6 revisions

Quick starting Guide

Install instructions

Install the compiler and library with:

$ ./configure && make install

Compiling and running examples

Compile the benchmark examples in examples/MESI with:

$ mbench_bc examples/MESI/lhe.b lhe

Run the binary with:

$ ./lhe -o output-prefix -s 32kB:128MB

This 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.

Clone this wiki locally