Skip to content

Parallel Floyd Warshal algorithm using MPI and OMP. Two different implementations where used. First using repeated squaring similar to matrix multiplication. Second implementation uses the actual FW algorithm.

akamel001/Parallel-Floyd-Warshal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The repository contains a make file that compiles all the src code with the needed libraries. 

To compile use:
	1) Download the repository
	2) Go to the directory and type "make"

Dependancies:
	MPI to be installed for MPICC & MPIRUN
	OMP to be installed for #pragma

About

Parallel Floyd Warshal algorithm using MPI and OMP. Two different implementations where used. First using repeated squaring similar to matrix multiplication. Second implementation uses the actual FW algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published