|
|
před 8 roky | |
|---|---|---|
| .gitignore | před 8 roky | |
| README.md | před 8 roky | |
| parallel.c | před 8 roky | |
| single.c | před 8 roky |
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.