You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ An Autotunable System for Sliding-Window Non-Incremental Streaming Operators on
3
3
4
4
## Requirements
5
5
6
-
7
-
8
6
### For building Gasser
9
7
10
8
* gcc (>4.8)
@@ -20,7 +18,6 @@ Minimum requirements (see http://rncarpio.github.io/delaunay_linterp/ for the fu
20
18
* GMP
21
19
* Eigen
22
20
23
-
24
21
## Building
25
22
26
23
Before building the programs, the user must *manually* edit the configuration file *config/machine_config.h"* detailing the characteristic of the execution platform.
@@ -32,7 +29,6 @@ In particular, he/she must indicates:
32
29
33
30
Please, be aware that all these parameters impacts performance. Read the instruction in the header file on how to choose them.
34
31
35
-
36
32
After this, to compile it is sufficient to run:
37
33
38
34
```
@@ -44,7 +40,6 @@ The produced binaries will be placed under the `bin` directory:
44
40
*`financial_cpu` and `financial_gpu` represent respectively the *cpu* (implemented using FastFlow and Posix thread) and *gpu* (implemented with Gasser) version of the financial use case (query 1 in the paper);
45
41
*`soccer_cpu` and `soccer_gpu` represent the *cpu* (FastFlow and Posix) and the *gpu* version (Gasser) of the soccer use case (query 2 in the paper).
46
42
47
-
48
43
**Please note**: the gpu versions are by default compiled with the raindrop heuristic. If you want to let the Manager tries exhaustively the different configuration, you can compile the programs with the `BRUTE_FORCE` preprocessor macrod defined. It can be enabled also by uncommenting
49
44
line 46 in the file `include/Win_GPU_Config.h`
50
45
@@ -57,7 +52,7 @@ delaunay_2_interp.h:39:23: fatal error: Eigen/Dense: No such file or directory
57
52
58
53
this could occur depending on your Linux distribution and installation path. A possible solution could be to edit the indicated file (under ` delaunay_linterp/src/delaunay_2_interp.h`) and change the line 39 with the proper installation path of the Eigen library.
59
54
60
-
# How to Cite
55
+
##How to Cite
61
56
If our work is useful for your research, please cite the following paper:
62
57
```
63
58
@ARTICLE{8688411,
@@ -71,5 +66,5 @@ If our work is useful for your research, please cite the following paper:
0 commit comments