/Organization-and-Programming-Systems

The Objective of this project is to design and implement a C program that performs computations on large matrices. The size of a matrix is large enough so that the execution of program causes paging. Different choices of copying the matrix may have different impacts on the program runtime. Using optimization level3(-O3) we can improve the perfmance of the code and reduce the execution time of the program.

Primary LanguageCMIT LicenseMIT

Issues