Opened 17 years ago

Closed 17 years ago

#341 closed Enhancement (fixed)

Uppercase shows immediately 100%

Reported by: yoyo Owned by: 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 (6)

comment:1 Changed 17 years ago by Nicolas

Keywords: uppercase boinc_samples added

comment:2 Changed 17 years ago 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 :)

comment:3 Changed 17 years ago by Ageless

Owner: set to davea

comment:4 Changed 17 years ago by davea

Resolution: fixed
Status: newclosed

comment:5 in reply to:  4 Changed 17 years ago by yoyo

Resolution: fixed
Status: closedreopened

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.

comment:6 Changed 17 years ago by Nicolas

Resolution: fixed
Status: reopenedclosed

Fixed on [13199].

Note: See TracTickets for help on using tickets.