The syntax of the parallel loop construct is as follows:
#pragma omp parallel loop [clause[ [,] clause] ... ] new-line
loop-nest
where loop-nest is a canonical loop nest and clause can be any of the clauses accepted by the parallel or loop directives, with identical meanings and restrictions.