About this document
Designing Parallel Programs Effectively by S is a document available to read on EtoBox.
This document discusses designing parallel programs. It covers topics such as automatic vs manual parallelization, understanding the problem and program, partitioning work into discrete chunks, communications between processing elements, and factors to consider for communications like cost and latency vs bandwidth. The goal is to break down a problem into independent pieces of work that can be distributed across multiple processors and efficiently solved in parallel through partitioning, synchronization, an
- Author
- S
- Language
- EN