Skip to content

Commit ed14062

Browse files
authored
[FIX] Updated the readme file
1 parent 904c254 commit ed14062

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ An Autotunable System for Sliding-Window Non-Incremental Streaming Operators on
33

44
## Requirements
55

6-
7-
86
### For building Gasser
97

108
* gcc (>4.8)
@@ -20,7 +18,6 @@ Minimum requirements (see http://rncarpio.github.io/delaunay_linterp/ for the fu
2018
* GMP
2119
* Eigen
2220

23-
2421
## Building
2522

2623
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:
3229

3330
Please, be aware that all these parameters impacts performance. Read the instruction in the header file on how to choose them.
3431

35-
3632
After this, to compile it is sufficient to run:
3733

3834
```
@@ -44,7 +40,6 @@ The produced binaries will be placed under the `bin` directory:
4440
* `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);
4541
* `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).
4642

47-
4843
**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
4944
line 46 in the file `include/Win_GPU_Config.h`
5045

@@ -57,7 +52,7 @@ delaunay_2_interp.h:39:23: fatal error: Eigen/Dense: No such file or directory
5752

5853
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.
5954

60-
# How to Cite
55+
## How to Cite
6156
If our work is useful for your research, please cite the following paper:
6257
```
6358
@ARTICLE{8688411,
@@ -71,5 +66,5 @@ If our work is useful for your research, please cite the following paper:
7166
doi={10.1109/ACCESS.2019.2910312}}
7267
```
7368

74-
# Contributors
69+
## Contributors
7570
GASSER has been developed by [Tiziano De Matteis](mailto:[email protected]) and [Gabriele Mencagli](mailto:[email protected]).

0 commit comments

Comments
 (0)