Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cosmojelly/k-shortest-path-using-mpi-and-openmp

This is my final project of Parallel and Distributed Computing which solves the K Shortest Path Problem using parallelized Djkistra's Algorithm.
https://github.com/cosmojelly/k-shortest-path-using-mpi-and-openmp

dijkstra-shortest-path mpi openmp-parallelization

Last synced: 10 days ago
JSON representation

This is my final project of Parallel and Distributed Computing which solves the K Shortest Path Problem using parallelized Djkistra's Algorithm.

Awesome Lists containing this project

README

        

# K-Shortest-Path-Using-MPI-and-OpenMP
This is my final project of Parallel and Distributed Computing which solves the K Shortest Path Problem using parallelized Djkistra's Algorithm.

To run the code use this command: mpicc -o src src.c -fopenmp