We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b18b695 + 4b655aa commit 510fd1fCopy full SHA for 510fd1f
sources/Example_SIMD.5f.f
@@ -8,7 +8,7 @@ subroutine work( a, b, c, n )
8
integer :: i,j,n
9
double precision :: a(n,n), b(n,n), c(n,n), tmp
10
11
- !$omp for simd collapse(2) private(tmp)
+ !$omp do simd collapse(2) private(tmp)
12
do j = 1,n
13
do i = 1,n
14
tmp = a(i,j) + b(i,j)
0 commit comments