Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cosmojelly/k-shortest-path-using-mpi-and-openmp
- Owner: CosmoJelly
- Created: 2024-05-10T04:17:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T04:18:51.000Z (6 months ago)
- Last Synced: 2024-05-10T05:25:15.165Z (6 months ago)
- Topics: dijkstra-shortest-path, mpi, openmp-parallelization
- Language: C
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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