April 2018
Intermediate to advanced
910 pages
33h 21m
English
There are several different processor configurations that need to be considered. This section features two common configurations. The first configuration is that of shared memory and is illustrated here:

As you can see, the shared memory system configuration has multiple processors that all share a common system memory. The second featured system configuration is a distributed memory system:

With the distributed memory system, each processor has its own memory and each individual processor is fully linked with the other ...