Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
HW1
May 18, 2018
HW2
May 18, 2018
HW3
May 18, 2018

README.md

Parallel-Programming

HW1 - Parallel Matrix Multiplication on Shared Memory + Job Schedulers Matrix Multiplication - Iterative - Recursive - Parallel Implementation - Cilk implementation

Scheduler - Work Steal Scheduler - Work Share Scheduler - Centralized Share Scheduler

Analysis of all approaches - Performance - Efficiency - l1, l2, l3 Cache Misses using PAPI

HW2 - Parallel Sorting (QuickSort , Radix Sort with Counting Sort) + Minimum Spanning Tree

  • Randomized QuickSort
  • Radix Sort with ranking by counting sort

Parallel MST by using

  • Radix Sort with ranking by counting sort
  • Binary Search

HW3 - Distributed Memory Matrix Multiplication (OpenMPI)

You can’t perform that action at this time.