This table lists the general directives that affect DO loops:
The following rules apply to all of these directives:
The directive must precede the DO statement for each DO loop it affects.
No source code lines, other than the following, can be placed between the directive statement and the DO statement:
One of the other general directives that affect DO loops
An OpenMP* Fortran PARALLEL DO directive
Comment lines
Blank lines
Other rules may apply to these directives. For more information, see the description of each directive.
Copyright © 1996-2010, Intel Corporation. All rights reserved.