1 | Natural MIMD model of programming |
2 | Used in vast majority of current successful MIMD programming |
3 | 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 |
4 | In simplest form one program per node of computer |