Sequential - Traditional codes - "dusty deck FORTRAN or COBOL or C++ etc, typically "single threaded". |
Data Parallel - Synchronous: Tightly coupled, software needs to exploit features of problem structure to get good performance. Comparatively easy as different data elements are essentially identical. |
Data Parallel - Loosely Synchronous: As above but data elements are not identical. Still parallelises due to macroscopic time synchronisation. |