This commit is contained in:
2025-04-09 20:08:33 +00:00
parent 1a992e965b
commit 9f05440b23
5 changed files with 18 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
HW3
Nicholas Pease
Files
pease-hw3.c - Source file for homework
README - README file for assignment
Deliverables-Pease.pdf - PDF deliverables of assignment
Deliverables-Pease.docx - docx deliverables of assignment
Compilation
Compilation of this program is done using gcc with the -lpthread flag.
gcc pease-hw3.c -lpthread
Execution
To execute the program, provide a number of threads to execute with as the first parameter i.e
./a.out 16
for 16 thread execution
BIN
View File
Binary file not shown.