The iterations pragma specifies the approximate number of loop iterations for the chosen loop.
>>-#--pragma--ibm iterations--(iteration-count)----------------><
where iteration-count represents a positive integral constant expression.
The compiler uses the information in the iteration-count variable to determine if it is efficient to parallelize the loop.