並行プログラミング入門(第2版)<br>An Introduction to Parallel Programming(2)

個数:1
紙書籍版価格
¥15,701
  • 電子書籍
  • ポイントキャンペーン

並行プログラミング入門(第2版)
An Introduction to Parallel Programming(2)

  • 著者名:Pacheco, Peter/Malensek, Matthew
  • 価格 ¥9,852 (本体¥8,957)
  • Morgan Kaufmann(2021/08/27発売)
  • おトクな週末2日間!Kinoppy 電子書籍・電子洋書 全点ポイント25倍キャンペーン(~5/12)
  • ポイント 2,225pt (実際に付与されるポイントはご注文内容確認画面でご確認下さい)
  • 言語:ENG
  • ISBN:9780128046050
  • eISBN:9780128046180

ファイル: /

Description

An Introduction to Parallel Programming, Second Edition presents a tried-and-true tutorial approach that shows students how to develop effective parallel programs with MPI, Pthreads and OpenMP.As the first undergraduate text to directly address compiling and running parallel programs on multi-core and cluster architecture, this second edition carries forward its clear explanations for designing, debugging and evaluating the performance of distributed and shared-memory programs while adding coverage of accelerators via new content on GPU programming and heterogeneous programming. New and improved user-friendly exercises teach students how to compile, run and modify example programs.

  • Takes a tutorial approach, starting with small programming examples and building progressively to more challenging examples
  • Explains how to develop parallel programs using MPI, Pthreads and OpenMP programming models
  • A robust package of online ancillaries for instructors and students includes lecture slides, solutions manual, downloadable source code, and an image bank New to this edition:
  • New chapters on GPU programming and heterogeneous programming
  • New examples and exercises related to parallel algorithms

Table of Contents

1. Why parallel computing
2. Parallel hardware and parallel software
3. Distributed memory programming with MPI
4. Shared-memory programming with Pthreads
5. Shared-memory programming with OpenMP
6. GPU programming with CUDA
7. Parallel program development
8. Where to go from here