The permutation pragma asserts that specified arrays in the chosen loop contain no repeated values.
Syntax
#pragma ibm permutation (identifier [,identifier] ... ) <countable for/while/do loop>
where identifier represents the name of an array.
Notes
identifier cannot be the name of a pointer.
An array specified by this pragma cannot be a function parameter.
Program Parallelization
Shared and Private Variables in a Parallel Environment
Countable Loops