|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (1)
View page history... |
| {column:width=70%} |
| h2. AUTO Loop Schedule in OpenMP 3.0 |
The AUTO loop schedule is a new loop schedule introduced in OpenMP 3.0. When SCHEDULE(AUTO) is specified on a do/for loop directive, the decision regarding scheduling is delegated to the compiler and/or OpenMP runtime support library. The programmer gives the compiler and/or libmtsk the freedom to choose any possible mapping of iterations to threads in the team. |
... |