Intel® C++ Compiler 16.0 User and Reference Guide

omp distribute parallel for

Specifies a loop that can be executed in parallel by multiple threads that are members of multiple teams.

Syntax

#pragma omp distribute parallel for[clause, clause, ...]

for-loop

Arguments

clause

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

Description

This pragma specifies a loop that can be executed in parallel by multiple threads that are members of multiple teams.