You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
I'd like to point out that commentary description of this file is probably outdated/incorrect/misleading. https://github.com/drahosp/PaPP/blob/master/examples/pthreads/pt_join1.c
Specifically following part seems to be different:
Each thread draws one million random numbers between 0 and 1 and adds these together in a variable sum.
since threads only do increment of shared variable
count
.The text was updated successfully, but these errors were encountered: