Tasking in OpenMP 3.0The tasking feature in OpenMP 3.0 allows the parallelization of program structures such as while loops and recursive structures more easily. Two new constructs have been introduced in OpenMP 3.0: the TASK and TASKWAIT constructs. The TASK construct is described in Section 2.7 (p.59) of the specification. |
OpenMP 3.0 Features in Express 7.08
|