Git Product home page Git Product logo

parallel_sorting_algorithms's Introduction

Parallel Sorting Algorithms

A group pursuit to parallelize sorting algorithms and subsequent reflection.

Table of Contents

  • Introduction
  • Requirements
  • Recommended Modules
  • Installation
  • Configuration
  • FAQ and Troubleshooting
  • Maintainers

Introduction

Sorting Algorithms can vary greatly by:

  • Runtime
  • Memory usage
  • Comparison versus non-comparison
  • Stability

We ask:

How do these characteristics affect sorting algorithms’ ability to be parallelized or accelerated?

Is there a pattern to which algorithms are most able to be parallelized (CPUs) or accelerated (GPUs)?

Our work explores possible answers to these questions.

Requirements

  • GNU GCC Compiler (We used 10.2)
  • NVIDIA HPC SDK Compiler (We used 21.7)
  • OpenACC
  • OpenMP
  • Multicore System with at least one GPU

Installation

git clone https://github.com/krishols/parallel_sorting_algorithms.git

Frequently Asked Questions

  1. Why is my code not speeding up?

Make sure you're using compiler flags!

  • OpenMP: -fopenmp (gcc) -mp (nvhpc)
  • OpenACC: -fopenacc (gcc) -acc (nvhpc)

Additionally, code does not always go as expected. We suggest troubleshooting by profiling to understand compute/memory use with tools such as GProf, NVIDIA Nsight Compute or System

Maintainers

Michael Carr (Merge Sort) Kristina Holsapple (Bucket Sort) Jayson Morgado (Bubble Sort)

parallel_sorting_algorithms's People

Contributors

krishols avatar mjcarr458 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jaysonm1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.