We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6589724 commit 6f5b23eCopy full SHA for 6f5b23e
test/resources/openacc_support.f90
@@ -49,13 +49,13 @@ program main
49
!$acc cache(A(:))
50
51
! Test all four forms of atomic
52
- !$acc atomic capture(A)
+ !$acc atomic capture
53
!$acc end atomic
54
- !$acc atomic update(A)
+ !$acc atomic update
55
56
- !$acc atomic read(A)
+ !$acc atomic read
57
58
- !$acc atomic write(A)
+ !$acc atomic write
59
60
61
!The "do" should not highlight, if it does it's coming from OpenMP
0 commit comments