Skip to content

fangzhouxie/spring2020_15618_project

Repository files navigation

Parallel Johnson’s Algorithm | :D

We implemented Johnson's Algorithm for all-pairs shortest path from scratch using OpenMP and CUDA. We also measured and analyzed the performance improvements in different parts of the program and on graphs with different number of nodes and different graph densities. Our OpenMP implementation achieved a best speedup of 6.97x on GHC machines. Our CUDA implementation achieved a best speedup of 16.37x on GHC machines.

About

Parallel Johnson’s Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published