Skip to content

adybka/4001A1-Linux-Processes-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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


About

Code for assignment 1, fork(), Shared Memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages