YukunJ / Parallel-Computing

Parallel Computing with MPI and OpenMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel Computing Spring 2020

This folder is for the course at NYU Courant Spring 2020, when I was a junior undergrad student.

Feel free to email me at jy2363@nyu.edu for any more information


Lab1 : MPI Language: C

Purpose:

           implement a parallel code to compute the number lying in range 2 to N 
           that is disivisible by a or b or c
           where N a b c is command line input provided by the user.

Lab2 : OpenMP Language: C

Purpose:

           implement a parallel code to compute prime number lying between 2 to N
           using Sieve's algorithm. Essentially the key parallelable part is at the inner
           for loop.

About

Parallel Computing with MPI and OpenMP


Languages

Language:C 92.5%Language:Python 7.5%