GeoVa19 / Floyd-Warshall-OpenMP-MPI

This repository contains a serial, a parallel (OpenMP) and a distributed (MPI) implementation of the Floyd-Warshall algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floyd-Warshall-OpenMP-MPI

This repository contains a serial, a parallel (OpenMP) and a distributed (MPI) implementation of the Floyd-Warshall algorithm.

How to build

Firstly, go to libgraph/ and run make. Then, you can go to either mpi/ or omp/ and run make.

Note

The MPI version doesn't work very well.

About

This repository contains a serial, a parallel (OpenMP) and a distributed (MPI) implementation of the Floyd-Warshall algorithm.

License:MIT License


Languages

Language:C 84.9%Language:Makefile 8.9%Language:C++ 6.1%