Parallel Programming Properties
Concurrency
- Performance should increase by employing multiple processors.
Scalability
- Performance should continue to increase as we add more processors.
Locality of Reference
- Performance will be greater if we only access local memory.