Module 11: The “lastprivate” Clause
Lecture 22: Intel Compilers and Threading Tools
Intel Compilers and Threading Tools
Motivation
The future is Multicores.
Programmers must inevitably write parallel program constructs.
Complexity is way higher than sequential programming.
What about existing sequential programs?
How to parallelize them?