Content deleted Content added
Line 53:
|}
In order to preserve the sequential behavior of a loop when run in parallel, True Dependence must be preserved. Anti-Dependence and Output Dependence can be dealt with by giving each process its own copy of variables (known as privatization).
=== Example of True Dependence ===
|