Serial vs. Parallel Programming
Serial programming has been aided by
- von Neumann computer design
- Procedural and object languages
- Program one ---> Program all
Parallel programming needs same type of standardization.
- Machine model. (Multicomputer)
- Language and communication. (MPI)