项目作者: disconnect3d

项目描述 :
Dijkstra path finding algorithm implemented using MPI
高级语言: C++
项目地址: git://github.com/disconnect3d/mpi_dijkstra.git
创建时间: 2016-04-28T09:41:29Z
项目社区:https://github.com/disconnect3d/mpi_dijkstra

开源协议:

下载


MPI Dijkstra’s graph search algorithm

Yet another dijkstra graph search algorithm implemented using MPI to distribute the work that can be parallelized…

It has been written for parallel and distributed systems course on AGH University of Science and Technology.

Directories

  • prototype - contains dijkstra prototype written in Python

  • src - contains C++ implementation

  • src_mpi - C++ implementation with MPI