parallel-computing
**This is an old revision of the document!**
Table of Contents
Parallel computing
Parallel computing is a type of software engineering where you use threads to increase the amount of computation power you use to tackle a problem. There are essentially three spheres of parallel computing: 1. CPU parallelism (OpenMP), 2. distributed parallelism (MPI), and 3. GPU parallelism (CUDA).
parallel-computing.1781123760.txt.gz ยท Last modified: by Ivan Janevski
