38
edits
Changes
Avengers
,→Assignment 2
For Assignment 2, we decided to parallelize the application selected by Bruno.
In the code, the function that took up a significant amount of time was the calculateDimensions() function. The flat profile indicates that this function takes 97.67% of the execution time.
Link to code on GitHub: https://github.com/brucremo/DPS915
==== Identifying Parallelize-able Code ====