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
program complex_write
complex :: z
!$omp atomic write
z = cmplx(1,1,kind(x))
end program
This currently hits an assertion guarding types allowed to be used in an atomic write. Similar work has been done already for atomic update and atomic read:
This currently hits an assertion guarding types allowed to be used in an atomic write. Similar work has been done already for atomic update and atomic read:
The text was updated successfully, but these errors were encountered: