|
|
il y a 8 ans | |
|---|---|---|
| .gitignore | il y a 8 ans | |
| README.md | il y a 8 ans | |
| parallel.c | il y a 8 ans | |
| single.c | il y a 8 ans |
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.