Session 02 is about classifying parallel machines, so these are interactive demos, not code files. Open them full-screen and show them live in class.
▶ Open the Interactive SlidesTwo toggles — instruction streams and data streams — reveal the Flynn category (SISD / SIMD / MISD / MIMD) with a real example. Great for "you name the machine, class predicts the box."
Side-by-side diagram: N cores sharing one memory box vs N processors each with their own, connected by message arrows. Makes the "easy but doesn't scale / hard but scales forever" trade-off visual.
No installs, no compilers — these run in any modern browser. Real OpenMP / MPI / CUDA code starts in Session 03 and Unit IV.