forked from trigonak/ccbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
33 lines (22 loc) · 978 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Steps to install ccbench:
------------------------
1. Fix the Makefile (not always necessary)
The Makefile sets some parameters based on which is the host you are running on.
The parameters are:
* PLATFORM : the platform name used to set platform specific parameters in the code
* CC : the compiler to be used
* CFLAGS : the compilation flags
* LDFLAGS : the libraries to link with
* VER_FLAGS : version flags, such as the platform name
If a configuration is not specified, the DEFAULT configuration is used (it should work for most x86 platforms).
2. Compile for the target platform
In the base folder of the project execute:
make
3. ./moesi -h
You will get all the details you need in order to use the application.
Tested platforms:
-----------------
ccbench has been tested on the following platforms:
* UMA and NUMA x86_64
* SPARC (UltraSPARC T2, UltraSPARC T4-4)
* Tilera (Tile-GX36, TILEPro64)