Parallel Processing Teaching Toolkit (PPTK)

A repository designed to teach Parallel and Distributed Computing

View the Project on GitHub javierip/parallel-processing-teaching-toolkit

Welcome

PPTK is a source code repository for teaching Parallel and Distributed Computing concepts. It was designed to facilitate the learning process. The material was tested on Ubuntu 14.04 Linux. It is divided into modules:

  1. Compilation
  2. Scripting
  3. Multi-core processors
  4. GPUs and accelerators
  5. Computer clusters
  6. Integration projects

Example structure

Each of the example contains a standard structure:

Authors and Contributors