Programming for Hybrid Multi/Manycore MPP Systems

Programming for Hybrid Multi/Manycore MPP Systems

AngličtinaPevná väzbaTlač na objednávku
Levesque, John
Taylor & Francis Inc
EAN: 9781439873717
Tlač na objednávku
Predpokladané dodanie v utorok, 17. decembra 2024
90,14 €
Bežná cena: 100,16 €
Zľava 10 %
ks
Chcete tento titul ešte dnes?
kníhkupectvo Megabooks Banská Bystrica
nie je dostupné
kníhkupectvo Megabooks Bratislava
nie je dostupné
kníhkupectvo Megabooks Košice
nie je dostupné

Podrobné informácie

"Ask not what your compiler can do for you, ask what you can do for your compiler."
--John Levesque, Director of Cray’s Supercomputing Centers of Excellence

The next decade of computationally intense computing lies with more powerful multi/manycore nodes where processors share a large memory space. These nodes will be the building block for systems that range from a single node workstation up to systems approaching the exaflop regime. The node itself will consist of 10’s to 100’s of MIMD (multiple instruction, multiple data) processing units with SIMD (single instruction, multiple data) parallel instructions. Since a standard, affordable memory architecture will not be able to supply the bandwidth required by these cores, new memory organizations will be introduced. These new node architectures will represent a significant challenge to application developers.

Programming for Hybrid Multi/Manycore MPP Systems attempts to briefly describe the current state-of-the-art in programming these systems, and proposes an approach for developing a performance-portable application that can effectively utilize all of these systems from a single application. The book starts with a strategy for optimizing an application for multi/manycore architectures. It then looks at the three typical architectures, covering their advantages and disadvantages.

The next section of the book explores the other important component of the target—the compiler. The compiler will ultimately convert the input language to executable code on the target, and the book explores how to make the compiler do what we want. The book then talks about gathering runtime statistics from running the application on the important problem sets previously discussed.

How best to utilize available memory bandwidth and virtualization is covered next, along with hybridization of a program. The last part of the book includes several major applications, and examines future hardware advancements and how the application developer may prepare for those advancements.

EAN 9781439873717
ISBN 1439873712
Typ produktu Pevná väzba
Vydavateľ Taylor & Francis Inc
Dátum vydania 10. októbra 2017
Stránky 342
Jazyk English
Rozmery 234 x 156
Krajina United States
Autori Levesque, John; Vose, Aaron
Ilustrácie 253 Tables, black and white; 74 Illustrations, black and white
Séria Chapman & Hall/CRC Computational Science