I've always used progress indicators, nothing fancy though. I just
place a PRINT line within the main loop that would print out some
counters. For larger codes you can use the WRITE command to produce
useful information on the progress of your program.
In short, if you write a code that will take more than few seconds to
conclude then let the code report its progress using simple print and
write commands; this will save you a lot of time in the debugging process.
Salem
--- In Fortran@yahoogroups.com, "William Kasirye" <ms42000@...> wrote:
>
> Hi:
>
> I am working with Fortran90. Has anyone used a "progress indicator", or
> some one give me a website with an example. I am working with a program
> with lots of calculations and I need to know that the program is still
> working and where it is. What i need is eg 25% completed, 75%
> completed..100%.
>
> Thanks.
>
> DD
>