GitHunt
AA

aafulei/cpp-parallel-bellman-ford

Parallel implementations of Bellman-Ford algorithm with MPI, OpenMP and CUDA.

Parallelizing Bellman-Ford Algorithm with Multiple Programming Models

Bellman-Ford algorithm is useful in identifying arbitrage opportunities in foreign exchange markets. With an aim for speed, I parallelized the shortest-path algorithm using distributed-memory programming (MPI), shared-memory programming (OpenMP), and GPU programming (CUDA).

Languages

C++65.1%Cuda34.9%

Contributors

MIT License
Created September 20, 2018
Updated August 23, 2024
aafulei/cpp-parallel-bellman-ford | GitHunt