Skip to content

A parallel variant of a graph algorithm (dijkstra’s algorithm) using OpenMP on a Cray machine (XE6/XK7) and performed the benchmarking for single node up to 32 processing units

Notifications You must be signed in to change notification settings

prateek22sri/Parallel-SSSP-OpenMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parallelSSSP

This project compares Parallel dijkstra with the state of the art Parallel BGL's Delta Stepping aalgorithm. The graph generator used is from the Graph500 benchmarks.

  • The folder "deltaSteppingBoost" includes the boost version (MPI) of Delta Stepping
  • The folder "parallelDijkstra" includes the OpenMP version of Delta Stepping

The comparison has been made for both MPI and OpenMP. (Even though this comparison seems of apples and oranges but it has been measured on single node which makes the comparison relevant as the address space is same)

About

A parallel variant of a graph algorithm (dijkstra’s algorithm) using OpenMP on a Cray machine (XE6/XK7) and performed the benchmarking for single node up to 32 processing units

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published