An open API service indexing awesome lists of open source software.

https://github.com/disconnect3d/mpi_dijkstra

Dijkstra path finding algorithm implemented using MPI
https://github.com/disconnect3d/mpi_dijkstra

c dijkstra dijkstra-shortest-path mpi mpi-dijkstra parallel

Last synced: 3 months ago
JSON representation

Dijkstra path finding algorithm implemented using MPI

Awesome Lists containing this project

README

        

# MPI Dijkstra's graph search algorithm

Yet another dijkstra graph search algorithm implemented using MPI to distribute the work that can be parallelized...

It has been written for parallel and distributed systems course on AGH University of Science and Technology.

# Directories

* **prototype** - contains dijkstra prototype written in Python

* **src** - contains C++ implementation

* **src_mpi** - C++ implementation with MPI