Lecture 04 - Parallel Algorithm Models
Lecture 04 - Parallel Algorithm Models
Computing
OUTLINE
PARALLEL ALGORITHM
MODELS
Parallel algorithm models
The models of parallel algorithm are developed by considering
a strategy for dividing the data and processing method and
also applying a suitable strategy to reduce interaction.
Following are some parallel algorithm models are
• Data parallel models
• Task Graph Model
• Work Pool Model
• Master Slave Model
• Pipeline Model /Producer-Consumer Model
• Hybrid Model
Data Parallel Model