I have noted earlier that code with implied do loops can compile very slowly when the loop range is large, so my advice is to use implied do loops only when the loop range is fixed and small.
1 Like
I have noted earlier that code with implied do loops can compile very slowly when the loop range is large, so my advice is to use implied do loops only when the loop range is fixed and small.