Jump to content

Parallel Algorithms: Difference between revisions

Line 12: Line 12:
**Stores Ri + Rj in Ri
**Stores Ri + Rj in Ri
**Stores the original value of Ri in Rj
**Stores the original value of Ri in Rj
<pre>
<syntaxhighlight lang="c">
int x = 0;
int x = 0;


Line 23: Line 23:
   }
   }
}
}
</pre>
</syntaxhighlight>


==Models==
==Models==