We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6310039 commit bcc0cfeCopy full SHA for bcc0cfe
DirectProgramming/Fortran/CombinationalLogic/openmp-primes/src/openmp_sample.f90
@@ -61,8 +61,8 @@ program ompPrime
61
!$omp end single
62
63
!$omp do private(factor, limit, prime) &
64
- schedule(dynamic,10) &
65
- reduction(+:number_of_primes,number_of_41primes,number_of_43primes)
+!$omp& schedule(dynamic,10) &
+!$omp& reduction(+:number_of_primes,number_of_41primes,number_of_43primes)
66
67
do index = start, end, 2 ! workshared loop
68
0 commit comments