Intel® C++ Compiler 16.0 User and Reference Guide
Specifies a loop that can be executed in parallel by multiple threads that are members of multiple teams.
#pragma omp distribute parallel for[clause, clause, ...] |
for-loop
clause |
Can be any clause accepted by the distribute or parallel for constructs with identical meanings and restrictions. |
This pragma specifies a loop that can be executed in parallel by multiple threads that are members of multiple teams.