Natural MIMD model of programming |
Used in vast majority of current successful MIMD programming |
Each node has program which controls and calculates its data (owner-computes "rule" ) Do i run over local data CALL READ (for non-local data) CALCULATE ALL i's DATA |
In simplest form one program per node of computer |