-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
36 lines (23 loc) · 901 Bytes
/
README
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
33
34
35
36
This is the README for porting LULESH to LAIK
Building
========
==
1. build laik
Clone with "git clone --recurse ..." to also clone LAIK as submodule in subdirectory "laik/".
By default, this version will be linked with LULESH.
First, run "configure". MPI needs to be installed and detected for LULESH to work.
cd laik
./configure
make liblaik.so
==
2. build laik-lulesh
To link LULESH with an existing LAIK installation, set LAIK_ROOT to the path you installed
LAIK into (or the base directory with the compiled LAIK sources).
To build LULESH, just run
make
There are two targets for builing laik-lulesh: one that compiles it for best performance and
the other one compiles it for enabling repartitioning.
for performance use the following build instruction: (default)
make target=DPERFORMANCE
for enabling repartitioning use:
make target=REPARTITIONING