This material is part of the course Practical Introduction to Parallel Programming and meant for educational purposes only.
Task
Write a parallel program that computes
\begin{equation*}
\mathbf{y}:=\alpha\mathbf{x}+\mathbf{y}
\end{equation*}
for two vectors \(\mathbf{x},\mathbf{y}\in\mathbb{R}^N\) and a scalar coefficient \(\alpha\in\mathbb{R}\).
Test your program for different scheduling strategies and chunk sizes, and different values for \(N\).