Year 3 parallel coursework

Matt Coles b7a9a66aed Initial commit 8 år sedan
.gitignore b7a9a66aed Initial commit 8 år sedan
README.md b7a9a66aed Initial commit 8 år sedan
parallel.c b7a9a66aed Initial commit 8 år sedan
single.c b7a9a66aed Initial commit 8 år sedan

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.