Each must appear alone on a compiler directive line (not continued).
Each can appear anywhere in your source code. Other directives must appear within the program unit they affect.
Example: A FREE directive.
!DIR$ FREE
DO i = 1, n
a(i) = b(i) * c(i)
END DO
|