Intel® C++ Compiler 16.0 User and Reference Guide

omp distribute simd

Specifies a loop that will be distributed across the master threads of the teams region. It will be executed concurrently using SIMD instructions.

Syntax

#pragma omp distribute simd[clause, clause, ...]

for loop

Arguments

clause

Can be any clause accepted by the distribute or simd constructs with identical meanings and restrictions.

Description

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.