What is Parallel Computer Architecture?
A Parallel Computer is a collection of processing elements that cooperate to solve large problems fast
- how large a collection?
- how powerful are the elements?
- how does it scale up?
- how do they cooperate and communicate?
- how is data transmitted between processors?
- what are the primitive abstractions?
- how does it all translate to performance?