Project for Parallel and Distributed Systems exam @PisaUniversity
NB: To correctly build on your machine, follow these steps:
- Download fastflow from https://github.com/fastflow/fastflow
- Open the fastflow directory in a terminal
- Run ff/mapping_string.sh (if asked, authorize the changes to config.hpp)
- Open this project directory in a terminal
- Edit CMakeLists.txt (line 5) with the path to your local fastflow directory
- $ mkdir build
- $ cd build
- $ cmake ..
- $ cmake --build .
Now you can find your executables in the build directory