Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 644 Bytes

File metadata and controls

16 lines (12 loc) · 644 Bytes

parallelcomputing

Coursework I've done for a parallel computing class I took at NYU, Spring 2014


Lab 1

For this lab, I implemented a method for solving a group of linear equations using MPI.


Lab 2

For this lab, I implemented a method for solving a modified version of the traveling salesman problem in OpenMP.


Lab 3

For this lab, a reduction algorithm was implemented to find the maximum element of an array of integers.