Ticket #341 (closed Enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Uppercase shows immediately 100%

Reported by: yoyo Assigned to: davea
Priority: Trivial Milestone: Undetermined
Component: Undetermined Version:
Keywords: uppercase boinc_samples Cc:

Description

I use the uppercase sample application with -cpu_time 600. Means it should run for 10 minutes. The application shows immediately 100% after start and than runs for 10 minutes. The progress bar should be adapted to consider the -cpu_time command switch.

Change History

07/16/07 10:43:43 changed by Nicolas

  • keywords set to uppercase boinc_samples.

07/16/07 12:40:59 changed by Nicolas

As far as I can see from the code, it does report progress during the CPU-wasting. The problem is that it's independent from the text conversion to uppercase. Try commenting out line 195:

boinc_fraction_done(nchars/fsize);

that way it will only start reporting progress after the CPU wasting finished.

This is a workaround, not a fix :)

07/17/07 04:41:45 changed by Ageless

  • owner set to davea.

(follow-up: ↓ 5 ) 07/17/07 10:37:10 changed by davea

  • status changed from new to closed.
  • resolution set to fixed.

(in reply to: ↑ 4 ) 07/18/07 00:52:39 changed by yoyo

  • status changed from closed to reopened.
  • resolution deleted.

Replying to davea: Now I found the real problem. The uppercase application which was created by make_project --test contains a old uppercase application, which always shows 100%. Uppercase which is in boinc_samples has a correct working progress display.

Make_project should use the new version and both versions of uppercase should be merged to one.

07/20/07 17:02:35 changed by Nicolas

  • status changed from reopened to closed.
  • resolution set to fixed.

Fixed on [13199].


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.