Skip to content

ahmedbinaasim/OpenMP-OpenCL-Bubble-Sort-ISTs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Algorithm for Independent Spanning Trees in Bubble-Sort Networks

This project implements the parallel algorithm for constructing multiple independent spanning trees in bubble-sort networks as described in the paper by Kao et al.

Project Structure

  • src/: Source code
    • sequential/: Sequential implementation
    • parallel/: Parallel implementation with MPI
    • utils/: Utility functions
  • include/: Header files
  • tests/: Test cases
  • experiments/: Scripts for running experiments
  • visualization/: Visualization tools
  • data/: Input data and results

Building the Project

make

About

Parallel Implementation of an Algorithm to construct Bubble Sort ISTs using MPI, OpenMP, OpenCL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published