Project of Advanced Computer Architecture at University of Pavia.
Parallelize some common pathfinding algorithms using OpenMP and shared memory.
- Install Python 3.x if you don't have it
- Install NumPy:
pip3 install numpy
- Run adj_matrix_generator.py
python3 tools/adj_matrix_generator.py
- Install cmake
- Run
cmake .
- And then run
make
./aca_pathfinding adj-N-nodes.txt
- Gianluca Andreotti
- Aurora Lucrezia Castro