Cantitate/Preț
Produs

Parallel Programming with Co-arrays: Chapman & Hall/CRC Computational Science

Autor Robert W. Numrich
en Limba Engleză Paperback – 30 iun 2020
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.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 25580 lei  6-8 săpt.
  CRC Press – 30 iun 2020 25580 lei  6-8 săpt.
Hardback (1) 44654 lei  6-8 săpt.
  CRC Press – 18 sep 2018 44654 lei  6-8 săpt.

Din seria Chapman & Hall/CRC Computational Science

Preț: 25580 lei

Preț vechi: 37262 lei
-31% Nou

Puncte Express: 384

Preț estimativ în valută:
4899 5289$ 4080£

Carte tipărită la comandă

Livrare economică 06-20 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780367571092
ISBN-10: 0367571099
Pagini: 220
Dimensiuni: 156 x 234 x 17 mm
Greutate: 0.36 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Computational Science


Cuprins

1. The co-array programming model  2. Partition operators  3. Reverse partition operators  4. Collective operations  5. Performance modeling  6. Partitioned matrix classes  7. Iterative solvers for sparse matrices  8. Blocked matrices  9. The matrix-transpose operation  10. The halo-exchange operation  11. Sub-partition operators  12. Blocked linear algebra  13. The finite element method  14. Graph algorithms  A. A brief reference manual for the co-array model

Notă biografică

Robert Numrich's professional career has been a study of computational methods for high-performance, scientific computing, starting with his PhD. thesis in theoretical chemistry at the University of Minnesota, continuing at Control Data Corporation designing vector algorithms for the Cyber-205, then at Cray Research developing performance models for the Cray-2 and Cray-3 computers. As a member of the core design team for the Cray-T3D and Cray-T3E, he developed the co-array parallel programming model. After Cray, he held a senior research position at the Minnesota Supercomputing Institute, where he continued work on parallel algorithms and developed performance models using the methods of dimensional analysis. He continued this work as Senior Scientist at the High-Performance Computing Center, City University of New York, and currently holds a position as Adjunct Professor of Computer Science at the CUNY Graduate Center. This book is a summary of the important ideas he has learned, developed, and used throughout his career.

Descriere

This book describes the coarray parallel programming model that will be part of the next standard version of the Fortran language. It provides a practical guide for Fortran programmers who want to start writing parallel applications using coarrays as soon as the compilers become commercially available.