Visible to Intel only — GUID: GUID-DDD509D1-1956-4CF9-8F02-56296FE6F680
Visible to Intel only — GUID: GUID-DDD509D1-1956-4CF9-8F02-56296FE6F680
intel omp task
For Intel legacy tasking, specifies a unit of work, potentially executed by a different thread.
Syntax
#pragma intel omp task [clause[[,]clause]...] |
structured-block |
Arguments
clause |
Can be any of the following:
|
Description
The intel omp task pragma specifies a unit of work, potentially executed by a different thread.
This pragma affects parallelization done using the -qopenmp option. Options that use OpenMP are available for both Intel® and non-Intel microprocessors, but these options may perform additional optimizations on Intel® microprocessors than they perform on non-Intel microprocessors. The list of major, user-visible OpenMP constructs and features that may perform differently on Intel® vs. non-Intel microprocessors includes: locks (internal and user visible), the SINGLE construct, barriers (explicit and implicit), parallel loop scheduling, reductions, memory allocation, and thread affinity and binding.