Bertil Schmidt Jorge Gonzalez-Dominguez Christian Hundt
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,...
Parallel Programming: Concepts and Practice provides an upper level introduction to parallel programming. In addition to covering general pa...