-
Notifications
You must be signed in to change notification settings - Fork 0
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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published