Skip to content

AgrawalPratham/Parallel-Distributed-Computing-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel & Distributed Computing Assignments

Assignment 1

  1. MPI program to display "Hello World" message from multipl parallel processes
  2. Project Screenshot
  3. MPI program to send and receive message using MPI_Send() and MPI_Recv()
  4. Project Screenshot
  5. MPI program to send and receive message dynamically
  6. Project Screenshot
  7. MPI program to implement Random Walking
  8. Project Screenshot


Assignment 2

  1. Estimate value of pi using Monte-Carlo Method
  2. Project Screenshot
  3. MatrixMultiplication time comparison for sequential and parallel
  4. Project Screenshot
  5. Even-Odd sorting
  6. Project Screenshot
  7. Heat Distribution Simulation
  8. Project Screenshot Project Screenshot
  9. Parallel Reduction using MPI
  10. Project Screenshot
  11. Parallel Dot Product using MPI
  12. Project Screenshot
  13. Parallel Prefix Sum using MPI
  14. Project Screenshot
  15. Parallel Matrix Transposition using MPI
  16. Project Screenshot


Assignment 3

  1. DAXPY Operation
  2. Project Screenshot
  3. Calculating Pi
  4. Project Screenshot
  5. Counting Primes upto a range
  6. Project Screenshot

Assignment 4

  1. Sum of first N natural numbers
  2. Project Screenshot
  3. Parallel Merge Sort
  4. Project Screenshot Project Screenshot

Assignment 5

  1. Vector Addition
  2. Project Screenshot

Assignment 6

  1. Vector Square root
  2. Project Screenshot Project Screenshot

About

This repository holds the Assignment Solutions of Parallel & Distributed Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published