aomp icon indicating copy to clipboard operation
aomp copied to clipboard

Red bug avoid racy code

Open carlobertolli opened this issue 4 years ago • 0 comments
trafficstars

red_bug_51 is racy in that it uses multiple teams, each updating counts1 and counts2 mapped scalars, without using atomics or other mechanisms to prevent data race. This PR removes teams.

carlobertolli avatar Jun 29 '21 00:06 carlobertolli