Search the web
Sign In
New User? Sign Up
Fortran · Fortran Q/A's, info, lib and fans
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Progress Indicator   Message List  
Reply | Forward Message #486 of 516 |
Re: Progress Indicator

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
>





Sat Feb 7, 2009 11:46 am

khokho_solomi
Offline Offline
Send Email Send Email

Forward
Message #486 of 516 |
Expand Messages Author Sort by Date

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...
William Kasirye
ms42000
Offline Send Email
Feb 3, 2009
9:48 pm

Hi yeah... that`s a good point..i really need it....please help... there are a bulk of calculation and i need it too Thanks you in advanced... J.A ... From:...
joopin ahmadi
joopinahmadi
Offline Send Email
Feb 5, 2009
6:51 pm

Let me know if you come across one. Thanks. ... indicator", or ... program ... still...
William Kasirye
ms42000
Offline Send Email
Feb 6, 2009
5:36 pm

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...
Khokho
khokho_solomi
Offline Send Email
Feb 11, 2009
1:32 am

I used the print, but the problem is that, it does not 'override' what has been printed. The alternative is to use the write and have that in a logfile but the...
William Kasirye
ms42000
Offline Send Email
Feb 14, 2009
1:17 am

... Which compiler are you using? The following spins for 10 seconds,and reports when the seconds element changes. It works with current versions of g95,...
Walter Spector
w6ws
Offline Send Email
Feb 16, 2009
10:36 pm

Walter, I am using fortran90. I will look at this tomorrow and let you know if it works. Thanks. ... From: Walter Spector <w6ws@...> Subject: Re:...
William Kasirye
ms42000
Offline Send Email
Feb 17, 2009
5:32 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help