Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 514 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 514 Bytes

CSE 6220 - Programming Assignments

This repository contains my solutions for all the programming assignments which were part of the course High Performance Computing. All the solutions were implemented using MPI.

  • Assignment 1 - Used master-worker paradigm for calculating Hamming distance between integers
  • Assignment 2 - Parallelized Jacobi method for finding the solution of a system of linear equations
  • Assignment 3 - Parallelized quick sort