README
We can compile with gcc
with the -pthread
flag
gcc hwp.c -o hwp -pthread
The number of threads is defined in the program (or programmed to be taken as input). We run the program like normal.
./hwp
We can compile with gcc
with the -pthread
flag
gcc hwp.c -o hwp -pthread
The number of threads is defined in the program (or programmed to be taken as input). We run the program like normal.
./hwp