Parallel Implementation of pathfinding algorithm using openMP
Intelligent Systems Design / 7. Semester
This project was done to measure the speedup of a parallel implementation of Floyd-Warshall
Implementation of the pathfinding algorithm Floyd-Warshall. Can be build as Single Core and MultiCore. The OpenMP pragmas in the ProcedureControl.cpp are ignored by gcc, if the -fopenmp flag is not set, so you can easily create two files (parallel / not parallel).
OpenMP
Build it yourself with the RebuildAll.bat. Of course you need gcc to do so.
- Parameter: Input Text File / Demanded
- Parameter: LogLevel (0-2) / Optional
- Parameter: DumpToFile (bool) / Optional