What is programming model? explain different types of parallel programming models?
Answers
Answered by
0
There are several parallel programming models like Shared Memory model, Threads model, Message Passing model, Data Parallel model and Hybrid model etc. As thesemodels are hardware independent, themodels can (theoretically) be implemented on a number of differentunderlying types of hardware.
Similar questions