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.