Parallel Algorithms: Difference between revisions
Appearance
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=== |
Revision as of 19:18, 30 January 2020
Parallel Algorithms notes from CMSC751 with Uzi Vishkin. See File:CMSC751 Classnotes.pdf
XMT Language
XMTC is a single-program multiple-data (SPMD) extension of C.
- Spawn creates threads
- Threads expire at Join