Parallel Programming with Co-arrays
eBook - ePub

Parallel Programming with Co-arrays

  1. 210 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Parallel Programming with Co-arrays

Book details
Table of contents
Citations

About This Book

Parallel Programming with Co-Arrays describes the basic techniques used to design parallel algorithms for high-performance, scientific computing. It is intended for upper-level undergraduate students and graduate students who need to develop parallel codes with little or no previous introduction to parallel computing. It is also intended as a reference manual for researchers active in the field of scientific computing. All the algorithms in the book are based on partition operators. These operators provide a unifying principle that fits seemingly disparate techniques into an overall framework for algorithm design. The book uses the co-array programming model to illustrate how to write code for concrete examples, but it emphasizes that the important concepts for algorithm design are independent of the programming model. With these concepts in mind, the reader can write algorithms in different programming models based on personal taste and comfort.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Parallel Programming with Co-arrays by Robert W. Numrich in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Science General. We have over one million books available in our catalogue for you to explore.

Information

Year
2018
ISBN
9780429793271
Edition
1

Table of contents

  1. Cover
  2. Half Title
  3. Title Page
  4. Copyright Page
  5. Table of Contents
  6. Preface
  7. 1 Prologue
  8. 2 The Co-array Programming Model
  9. 3 Partition Operators
  10. 4 Reverse Partition Operators
  11. 5 Collective Operations
  12. 6 Performance Modeling
  13. 7 Partitioned Matrix Classes
  14. 8 Iterative Solvers for Sparse Matrices
  15. 9 Blocked Matrices
  16. 10 The Matrix Transpose Operation
  17. 11 The Halo Exchange Operation
  18. 12 Subpartition Operators
  19. 13 Blocked Linear Algebra
  20. 14 The Finite Element Method
  21. 15 Graph Algorithms
  22. 16 Epilogue
  23. A A Brief Reference Manual for the Co-array Model
  24. Bibliography
  25. Index