I have something similar, perhaps this will help?
In the calling routine have the allocatable array decalared
using dummy arguments
ALLOCATABLE :: TWARRY1(:,:)
then I obtain the variable array arguments MAAX and MARD from other calculations
before I allocate, I make sure the temporary...
You could try
Understand For Fortran: from STI
Its expensive, but it does give a good static analysis of the code including call trees, metrics, etc, etc
You can also get a time limited version for free so that you can see what it can do. What have you got to lose?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.