Sie sind auf Seite 1von 1

Parallel and Distributed Algorithms

Lab Session 03

Lab Exercises

1. [10p] Make the program consistency print the same value for a every time.
2. [10p] Parallelize the multiplyMatrices code by splitting the outer loop.
3. [20p] Stress test your solution and show its scalability.
4. [10p] Parallelize the same code by splitting the second nested loop.
5. [20p] Stress test your solution and show its scalability.
6. [10p] Parallelize the same code by splitting the inner loop.
7. [20p] Stress test your solution and show if it’s scalable.

Das könnte Ihnen auch gefallen