In testing Absoft's compiler, I find that none of my do loops are parallelizable, because of i/o statements, or complexity. I just want to test the innermost loops to see how much benefit parallel processing might help.
Are there any tips to help me make my do-loops less "complex" so the automatic parallelization might work? What is the threshold for complexity?
Thanks
Chris