- Hardware
- Parallel computing with shared memory
- OpenMP
Ask and upvote questions on slido.com.
29/10/2021
Ask and upvote questions on slido.com.
Designing faster chips is really difficult due to the laws of physics: thermodynamics but also quantum effects.
Solution to technical challenges by chip manufacturers: Hardware that allows for parallelism.
The point of parallel computing is to get work done faster.
Examples:
A processor contains multiple cores and is connected to (its own) memory.
A node consists of multiple processors.
Cores of processor A can access memory of processor B (and vice versa).