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
Keywords: | uppercase boinc_samples added |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Owner: | set to davea |
---|
comment:4 follow-up: 5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 17 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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.
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:
that way it will only start reporting progress after the CPU wasting finished.
This is a workaround, not a fix :)