Scripted HTML version of Foils prepared 27 october 1996
Foil 18 Parallel Computer Architecture Control Structure
From CPS615-Lecture on Performance(end) and Computer Technologies(start) Delivered Lectures of CPS615 Basic Simulation Track for Computational Science -- 10 September 96. byGeoffrey C. Fox * Secs 381.6
SIMD -lockstep synchronization
Each processor executes same instruction stream
MIMD - Each Processor executes independent instruction streams
MIMD Synchronization can take several forms
Simplest: program controlled message passing
"Flags" (barriers,semaphores) in memory - typical shared memory construct as in locks seen in Java Threads
Special hardware - as in cache and its coherency (coordination between nodes)