1
31kviews
Explain the various types of Parallel Programming Models
1 Answer
3
2.8kviews

There are four types of parallel programming models:

1.Shared memory model

2.Message passing model

3.Threads model

4.Data parallel model

Explanation:

1.Shared Memory Model

enter image description here

In this type, the programmer views his program as collection of processes which use common or shared variables.

The processor may not have a private program or …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.