I have a question regarding nested OpenMP for-loops in applications where the outer-most for-loop is poorly load balanced. Suppose you have a double for-loop like so (it may not always be so explicit- ...
The DO statement designates a group of statements that are to be executed as a unit, usually as a part of IF-THEN/ELSE statements. The iterative DO statement executes a group of statements ...