Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
Parallel Programming: Concepts and Practice provides an upper level introduction to parallel programming. In addition to covering general parallelism concepts, this text teaches practical programming skills for both shared memory and distributed memory architectures. The authors' open-source system for automated code evaluation provides easy access to parallel computing resources, making the book particularly suitable for classroom settings. Covers parallel programming approaches for single computer nodes and HPC clusters: OpenMP, multithreading, SIMD vectorization, MPI, UPC++ | Contains…mehr
Parallel Programming: Concepts and Practice provides an upper level introduction to parallel programming. In addition to covering general parallelism concepts, this text teaches practical programming skills for both shared memory and distributed memory architectures. The authors' open-source system for automated code evaluation provides easy access to parallel computing resources, making the book particularly suitable for classroom settings.
Covers parallel programming approaches for single computer nodes and HPC clusters: OpenMP, multithreading, SIMD vectorization, MPI, UPC++
Includes access to an automated code evaluation tool that enables students the opportunity to program in a web browser and receive immediate feedback on the result validity of their program
Features an example-based teaching of concept to enhance learning outcomes
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.
Die Herstellerinformationen sind derzeit nicht verfügbar.
Autorenporträt
Bertil Schmidt is tenured Full Professor and Chair for Parallel and Distributed Architectures at the Johannes Gutenberg University Mainz, Germany. Prior to that he was a faculty member at Nanyang Technological University (Singapore) and at the University of New South Wales (UNSW). His research group has designed a variety of parallel algorithms and tools for Bioinformatics mainly focusing on the analysis of large-scale sequence and short read datasets. For his research work, he has received a CUDA Research Center award, a CUDA Academic Partnership award, a CUDA Professor Partnership award and the Best Paper Award at IEEE ASAP 2009. Furthermore, he serves as the champion for Bioinformatics and Computational Biology on gpucomputing.net. He is also director of the "Competence Center for HPC in the Natural Sciences which has recently been funded by the Carl-Zeiss-Foundation. His work has been published in leading journals such as Bioinformatics, BMC Bioinformatics, IEEE Transactions on Parallel and Distributed Computing, IEEE Transactions on VLSI, BMC Genomics, Parallel Computing, and Journal of Parallel and Distributed Computing.Jorge Álvaro González Martínez, MD, PhD, FAANS, is a board-certified neurosurgeon specialized in epilepsy and functional neurosurgery and Tenure Professor in Neurological Surgery and Neurobiology at University of Pittsburgh. He serves as the Director of Epilepsy and Movement Disorders Surgery and is the co-director of the Epilepsy Center at the University of Pittsburgh Medical Center. He is the current Vice-Chair of the department of Neurological Surgery and the Stuart Niles Rowe Endowed Chair in Epilepsy Surgery. Dr. González Martínez is a world-renowned surgeon/scientist with an extensive publication record, having authored over 300 peer-reviewed articles book chapters and patents focused on epilepsy surgery and advanced brain mapping techniques for patients with medically intractable epilepsy and movement disorders. Dr. González Martínez's legacy is etched in his pioneering contributions to surgical innovation. He spearheaded the introduction of modern conceptual and surgical facets of the Stereoelectroencephalography (SEEG) methodology to the United States, heralding a paradigm shift in epilepsy surgery. By replacing antiquated techniques with state-of-the-art stereotaxic approaches, he has revolutionized surgical strategies, thereby elevating the standard of care and transforming the landscape of epilepsy surgery both domestically and abroad. His expertise spans a gamut of surgical modalities, encompassing stereotaxic anatomy applied to SEEG, SEEG-guided laser ablations, neuromodulatory interventions, and robotic-assisted surgeries, all of which underscore his commitment to excellence in patient care. Beyond the operating theater, Dr. González Martínez's scholarly pursuits traverse the realms of neuro-electrophysiology, intracranial signal processing, and behavioral neuroscience. Through synergistic amalgamation of clinical and basic science endeavors, he endeavors to forge safer and more effective treatment modalities, aimed at enhancing patient outcomes and ameliorating the burdens imposed by debilitating seizures. His research activities, rooted in the University of Pittsburgh Cortical System Lab, have received generous support from prestigious funding bodies such as the NIH and NSF, underscoring the translational impact of his endeavors on the broader scientific community.
Inhaltsangabe
1. Introduction2. Theoretical Background3. Modern Architectures4. C++11 Multithreading5. Advanced C++11 Multithreading6. OpenMP7. Compute Unified Device Architecture8. Advance CUDA Programming9. Message Passing Interface10. Unified Parallel C++