Year 3 parallel coursework

Matt Coles b7a9a66aed Initial commit 8 lat temu
.gitignore b7a9a66aed Initial commit 8 lat temu
README.md b7a9a66aed Initial commit 8 lat temu
parallel.c b7a9a66aed Initial commit 8 lat temu
single.c b7a9a66aed Initial commit 8 lat temu

README.md

Instructions for how to compile and run the programs are included in the report but to save opening a pdf some simple instructions are reproduced here:

cc parallel.c -o parallel -lrt -lpthread -std=gnu11 cc single.c -o single -lrt -std=gnu11

./parallel ./single

./parallel -h ./single -h

To print usage information.