Intel® C++ Compiler 16.0 User and Reference Guide
Specifies a loop that will be distributed across the master threads of the teams region. It will be executed concurrently using SIMD instructions.
#pragma omp distribute simd[clause, clause, ...] |
for loop
clause |
Can be any clause accepted by the distribute or simd constructs with identical meanings and restrictions. |
This pragma specifies a loop that will be distributed across the master threads of the teams region. It will be executed concurrently using SIMD instructions.