Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 497 Bytes

Parallel-Programming

All Features :

  • Read data from file
  • Divide the students list by the number of processes you have then send it to them.
  • Print the summation of the number of passed students received from each process.
  • Implement K-means Clustering by Open Mp
  • Using scatter/gather function in MPI for dividing the array
  • Implement histogram using MPIandOpenMPI
  • Calculate the runtime, speedup and efficiency for number of processes
  • Implement Sum of Convergent Series by MPI