Parallel Computer Architecture and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $31.43 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Parallel Computer Architecture: A Hardware/Software Approach (The Morgan Kaufmann Series in Computer Architecture and Design)
 
 
Start reading Parallel Computer Architecture on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Parallel Computer Architecture: A Hardware/Software Approach (The Morgan Kaufmann Series in Computer Architecture and Design) [Hardcover]

David Culler (Author), J.P. Singh (Author), Anoop Gupta (Author)
3.5 out of 5 stars  See all reviews (6 customer reviews)

List Price: $129.00
Price: $94.96 & this item ships for FREE with Super Saver Shipping. Details
You Save: $34.04 (26%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $85.46  
Hardcover $94.96  
Sell Back Your Copy for $31.43
Whether you buy it used on Amazon for $64.73 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $31.43.
Used Price$64.73
Trade-in Price$31.43
Price after
Trade-in
$33.30

Book Description

1558603433 978-1558603431 August 15, 1998 1

The most exciting development in parallel computer architecture is the convergence of traditionally disparate approaches on a common machine structure. This book explains the forces behind this convergence of shared-memory, message-passing, data parallel, and data-driven computing architectures. It then examines the design issues that are critical to all parallel architecture across the full range of modern design, covering data access, communication performance, coordination of cooperative work, and correct implementation of useful semantics. It not only describes the hardware and software techniques for addressing each of these issues but also explores how these techniques interact in the same system. Examining architecture from an application-driven perspective, it provides comprehensive discussions of parallel programming for high performance and of workload-driven evaluation, based on understanding hardware-software interactions.



* synthesizes a decade of research and development for practicing engineers, graduate students, and researchers in parallel computer architecture, system software, and applications development

* presents in-depth application case studies from computer graphics, computational science and engineering, and data mining to demonstrate sound quantitative evaluation of design trade-offs

* describes the process of programming for performance, including both the architecture-independent and architecture-dependent aspects, with examples and case-studies

* illustrates bus-based and network-based parallel systems with case studies of more than a dozen important commercial designs

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Computer Organization and Design, Fourth Edition: The Hardware/Software Interface (The Morgan Kaufmann Series in Computer Architecture and Design) $73.99

Parallel Computer Architecture: A Hardware/Software Approach (The Morgan Kaufmann Series in Computer Architecture and Design) + Computer Organization and Design, Fourth Edition: The Hardware/Software Interface (The Morgan Kaufmann Series in Computer Architecture and Design)
Price For Both: $168.95

Show availability and shipping details



Editorial Reviews

From the Back Cover

The most exciting development in parallel computer architecture is the convergence of traditionally disparate approaches on a common machine structure. This book explains the forces behind this convergence of shared-memory, message-passing, data parallel, and data-driven computing architectures. It then examines the design issues that are critical to all parallel architecture across the full range of modern design, covering data access, communication performance, coordination of cooperative work, and correct implementation of useful semantics. It not only describes the hardware and software techniques for addressing each of these issues but also explores how these techniques interact in the same system. Examining architecture from an application-driven perspective, it provides comprehensive discussions of parallel programming for high performance and of workload-driven evaluation, based on understanding hardware-software interactions.



Features:

  • synthesizes a decade of research and development for practicing engineers, graduate students, and researchers in parallel computer architecture, system software, and applications development

  • presents in-depth application case studies from computer graphics, computational science and engineering, and data mining to demonstrate sound quantitative evaluation of design trade-offs

  • describes the process of programming for performance, including both the architecture-independent and architecture-dependent aspects, with examples and case-studies

  • illustrates bus-based and network-based parallel systems with case studies of more than a dozen important commercial designs

About the Author

David Culler led the Berkeley Network of Workstations (NOW) project, which sparked the current commercial revolution in high-performance clusters. Anoop Gupta co-led the Stanford DASH multiprocessor project, which developed the shared-memory technology increasingly used in commercial machines.

Jaswinder Pal Singh led the development of the SPLASH and SPLASH-2 suites of parallel programs, which have defined the workloads and methodology used to drive decisions and evaluate trade-offs in shared- memory parallel architecture.


Product Details

  • Hardcover: 1056 pages
  • Publisher: Morgan Kaufmann; 1 edition (August 15, 1998)
  • Language: English
  • ISBN-10: 1558603433
  • ISBN-13: 978-1558603431
  • Product Dimensions: 9.3 x 7.6 x 2.1 inches
  • Shipping Weight: 4.3 pounds (View shipping rates and policies)
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #80,417 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

6 Reviews
5 star:
 (3)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

13 of 14 people found the following review helpful:
5.0 out of 5 stars Up-to-date information, but not in a simplified way, April 22, 1999
By A Customer
This review is from: Parallel Computer Architecture: A Hardware/Software Approach (The Morgan Kaufmann Series in Computer Architecture and Design) (Hardcover)
this book was the recommended textbook for parallel architecture course which i took, it is a great book,since it covers the latest fields in parallel computers.But too difficult for a beginner, cause topics are explained in an advanced way, assuming a previous knowledge in parallel processing subjects.I find it more suitable for graduate or profissionals in this field rather than undergraduate students.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars The Parallel Parallel to H&P, May 5, 2004
By 
"mtyler240sx" (Sunderland, MA United States) - See all my reviews
This review is from: Parallel Computer Architecture: A Hardware/Software Approach (The Morgan Kaufmann Series in Computer Architecture and Design) (Hardcover)
I guest lecture in a graduate level architecture course, and I always enjoy using this book as reference material when I want to lecture on cache coherency. This book is written from the correct perspective that obtaining parallelism is not easy, and so most of the book is spent on the various issues that come up when building a parallel machine. It is probably a good idea to read this book if you want to write parallel code, or if you just want to know why large scale supercomputers are not in wide use today.

Previous uniprocessor architecture knowledge is required for the more interesting chapters. Thus, this book acts as a nice sequel to Henessey and Patterson.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
2.0 out of 5 stars Unsuitable as a Textbook, November 7, 2009
Amazon Verified Purchase(What's this?)
This review is from: Parallel Computer Architecture: A Hardware/Software Approach (The Morgan Kaufmann Series in Computer Architecture and Design) (Hardcover)
This book appears to be an excellent *reference* in terms of extremely detailed aspects of parallel computing architectures.

However, as a textbook, it falls far short. The information presented in the text is an extremely difficult read (from a format perspective). The sample problems presented in the body of the text bear little or no relationship to the exercise at the end of each chapter. This makes it difficult or impossible to relate the exercises back to the information presented in the chapter. Since there is no answer key, you're left guessing if you've correctly answered them.

I find it baffling that anyone would use this text in a college classroom since it makes little or no effort to actually *teach* the material it presents.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Inside This Book (learn more)
First Sentence:
"For over a decade, we have enjoyed explosive growth in the performance and capability of computer systems." Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
snoop results, address space programming model, latency tolerance techniques, coherent replication, channel dependence graph, global physical address space, incoming invalidations, snoop bandwidth, artifactual communication, invalidation acknowledgments, solver kernel, cache block granularity, endpoint overhead, input buffer space, multiple outstanding misses, unnecessary prefetches, atomic bus, centralized barrier, hierarchical snooping, important working set, sparse directory, thread unready, long cache blocks, multilevel cache hierarchies, annex register
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Pentium Pro, Sun Enterprise, Intel Paragon, Silicon Graphics, Amdahl's Law, Thinking Machines, Convex Exemplar, Kendall Square Research, Snoop-Based Multiprocessor Design, Sun Sparc, Fast Fourier Transform, Grand Challenge, High Performance Fortran, Source Destination, Sun Microsystems, Capacity Cold, Computer Society, Convex Computer Corporation, Digital Alpha, Requestor Old, Synch Wait Time, University of Wisconsin, Applications Application, Digital Equipment Corporation, Intel Corporation
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:





Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject