8000 GitHub - YukunJ/Parallel-Computing: Parallel Computing with MPI and OpenMP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YukunJ/Parallel-Computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0