adybka/4001A1-Linux-Processes-
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SYSC 4001, Assignment 1
Andrew Dybka(101041087), Sebastien Cook(101022643)
Matrix Multiplication with multiple processes and shared memory
Part 1 file(s), AssignmentA.c
Part 2 file(s), AssignmentB.c
-To run code for part one, simply compile and run it as it calculates the matrix multiplication
with 4 processes.
-To run code for part two, compile and run code. Once the code runs you will be prompted to
enter the number of processes to be used to multiply the matrices. Either 1, 2 or 4.
-To change the matrices for either part change the variables "temp" and "temp2" where
each set of "{}" is a row in the matrix