Parallel Algorithms: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
Parallel Algorithms notes from CMSC751 with Uzi Vishkin.
Parallel Algorithms notes from CMSC751 with Uzi Vishkin.
See [[File:CMSC751_Classnotes.pdf]]
See [[File:CMSC751_Classnotes.pdf]]
==XMT Language==
XMTC is a single-program multiple-data (SPMD) extension of C.<br>
* Spawn creates threads
* Threads expire at Join


==Models==
==Models==
===PRAM===
===PRAM===