TYPES OF PARALLEL PROGRAMMING
There are several parallel programming models in common use. Some of these are:
- Message Passing;
- Data Parallel programming;
- Shared Memory; and
- Hybrid.
In the previous unit, we had a short introduction about these programming models. In this unit we shall talk about the programming aspects of these models.