README
We can compile with gcc with the -fopenmp flag
gcc hwp.c -o hwp -fopenmp
OpenMP will decide a suitable number of processes. The executable can be run like normal
./hwp
We can compile with gcc with the -fopenmp flag
gcc hwp.c -o hwp -fopenmp
OpenMP will decide a suitable number of processes. The executable can be run like normal
./hwp