Here is the general recommendation for nested loops: "If your own program has nested loops and the computation time used by the innermost loop is small, consider adding task annotations around the next outermost loop. Use the Suitability Report Average Instance Time as a guide."
If you have a sample program with the nested loop you have in mind (with similar computation distribution among the nested loops), please share and I'd be happy to provide recommendations.
Nested Loops
I have a subprogram in my software that has a parallel site that contains nested loops. I am uncertain as to
how to annotate them. Can you direct me to some literature on this?
Any help appreciated. Thanks in advance.
Newport_j