In this post, we will see Parallel Algorithm Models | High Performance Computing | Parallel Computing | parallel algorithm models,high performance computing,parallel computing
Watch this video to know parallel algorithm models in high performance computing or parallel computing
Watch on YouTube: https://www.youtube.com/watch?v=7_qZwOCAxuQ
Following are the Parallel Algorithm Models:
1. The Data-Parallel Model
c1=a1*b1+a2*b3
c2=a1*b2+a2*b4
c3=a3*b1+a4*b3
c4=a3*b2+a4*b4
2. The Task Graph Model
3. The Work Pool Model
4. The Master-Slave Model
5. The Pipeline or Producer-Consumer Model
6. Hybrid Models
No comments:
Post a Comment