Mergesort notes - PowerPoint PPT Presentation

1 / 1
About This Presentation
Title:

Mergesort notes

Description:

Divide list in log2 1 steps, not log2 stop at two items per processor ... Examine mapping to a overlapped group architecture. ... – PowerPoint PPT presentation

Number of Views:34
Avg rating:3.0/5.0
Slides: 2
Provided by: csiS7
Category:

less

Transcript and Presenter's Notes

Title: Mergesort notes


1
Mergesort notes
  • Page 280, section 9.2.4 in Wilkinsons textbook
  • Requires n/2 processors, not n processors
  • Divide list in log2 1 steps, not log2 stop
    at two items per processor
  • Merge sort integrates two sorted sublists, by
    taking the top item in either sorted list (as
    appropriate).
  • Compare Degree of Parallelism. Calculate
    utilization/efficiency.
  • Correct Wilkinsons processor allocation tree
  • Compare a message-passing architecture to a
    shared-memory architecture better commo latency,
    fewer communications.
  • Wilkinsons communication on pg 281 implies a
    mapping. Examine mapping to a overlapped group
    architecture.
Write a Comment
User Comments (0)
About PowerShow.com