Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 839 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 839 Bytes

Parallel maximum flow

Summary

We parallelized two maximum flow algorithms (Edmonds-Karp and Dinic's) under the shared address space model using OpenMP. We evaluated their performance on GHC and PSC machines against different network types. We demonstrated that (1) across the two algorithms, the former is more parallelizable but overall the latter is more performant; and (2) within each algorithm, the top-down and bottom-up parallelism approaches are more suitable for sparse and dense networks, respectively.

poster

Links

  • The project proposal can be found here.
  • The milestone report can be found here.
  • The final report can be found here.
  • The poster can be found here.