46
edits
Changes
Avengers
,→Jaideep
[https://github.com/brucremo/DPS915 Code and Execution Instructions on GitHub]
==== Jaideep - Array Processing ====SubjectIn [https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesArray Blaise Barney's Notes on Array Processing], an example of Array Processing is discussed. The example "demonstrates calculations on 2-dimensional array element; a function is evaluated on each array element." I used the pseudo-code provided to create a program that creates a 2-dimensional array. The purpose of the program is to create and populate a 2-dimensional array of size n (provided by the user) with random numbers. The code is available in the link below: !Insert link here! After using '''gprof''' to profile my program, a call graph is generated with this content: [[File:C:\Users\Jaideep Sidhu\Desktop\Seneca\Semester 6\DPS915\callgraph.jpg]]
=== Assignment 2 ===
=== Assignment 3 ===