Scripted HTML version of Foils prepared 18 Sept 1995
Foil 70 Comparison of MIMD and SIMD Parallelism seen on Classic Vector Supercomputers
From Second set of lectures on CPS615 Parallel Computing Overview CPS615 Basic Simulation Track for Computational Science -- Fall Semester 95. byGeoffrey C. Fox *
DO 1 i = 1, alotoftimes
many thousands of lines of detailed calculations such as:
Do 2 y = 1,4
2 a(y) = a(y) + b(y) * c(y)
1 continue
Note MIMD parallelism "larger" than SIMD as MIMD size reflects number of grid points,particles etc.