Please enable JavaScript.
Coggle requires JavaScript to display documents.
PARALLEL PROCESSING - Coggle Diagram
PARALLEL PROCESSING
-
-
-
Nonuniform Memory Access
Motivation
There is a practical limit to the number of processors that can be used in a SMP system, due to performance degradation
-
-
-
-
NUMA Pros and Cons
Pros
Deliver effective performance at higher levels of parallelism than SMP, without requiring major software changes
Cons
Software changes will be required to move an operating system and applications from an SMP to a CC-NUMA system
-
-
-
Vector Computation
IBM 2090 Vector Facility
-
-
Organization
-
System/370
Vector instructions are interruptible and have the same arithmetic exceptions as scalar instructions
-
-
The instruction set
-
-
Target is always a vector register, except for comparison
-
-
-
-