1 / 7

CSE 8383 - Advanced Computer Architecture

CSE 8383 - Advanced Computer Architecture. Week-10 March 25, 2004 engr.smu.edu/~rewini/8383. Contents. Students Presentations Habib & Jason Krishan & Rabie Midterm Solutions Programming Shared Memory. Supervisor. fork. Workers. join. Supervisor. Workers. Supervisor. Workers. ….

Download Presentation

CSE 8383 - Advanced Computer Architecture

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSE 8383 - Advanced Computer Architecture Week-10 March 25, 2004 engr.smu.edu/~rewini/8383

  2. Contents • Students Presentations • Habib & Jason • Krishan & Rabie • Midterm Solutions • Programming Shared Memory

  3. Supervisor fork Workers join Supervisor Workers Supervisor Workers … … … Task Creation

  4. Code Code Private Data Data Shared Data Stack Private Stack Serial vs. Parallel Process

  5. Code Code Access Access Private Data Private Data Shared Data Private Stack Private Stack Process 1 Process 2 Communication via Shared data

  6. P1 P2 P3 Lock ….. ….. unlock wait wait Lock ….. ….. unlock Lock ….. ….. unlock Locks Synchronization

  7. Barriers T1 T2 T0 Barrier Barrier wait Barrier wait proceed proceed proceed Synchronization Point

More Related