𝕏

Runtime estimated

Message boards : Number crunching : Runtime estimated
Message board moderation

To post messages, you must log in.

AuthorMessage
Dotsch

Send message
Joined: 8 Feb 16
Posts: 6
Credit: 116,057
RAC: 330
Message 1831 - Posted: 6 Aug 2022, 8:22:07 UTC
Last modified: 6 Aug 2022, 8:23:00 UTC

On my MacBook (Intel Core i5) the runtime estimation will differ heavy from the real computing time. After download the task estimation is about 30 minutes, increasing heavily at computation to about 5 hours. So a lot of more task will be downloaded and will exceed the deadlines.
Could you please adjust the estimated runtimes at the job generation (https://boinc.berkeley.edu/trac/wiki/JobEst and https://boinc.berkeley.edu/trac/wiki/RuntimeEstimation)?
ID: 1831 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Aurum

Send message
Joined: 24 Sep 17
Posts: 2
Credit: 13,027,906
RAC: 112
Message 1832 - Posted: 6 Aug 2022, 15:14:15 UTC
Last modified: 6 Aug 2022, 15:23:20 UTC

1. DENIS runs great in Resource Zero Mode (RZM). Go to your DENIS@home preferences and set Resource share = 0. That will only request WUs when it needs one.
2. You can try putting an app_config.xml file in your project folder and click Options/Read config files:
<app_config>
<app>
<name>NHuVe</name>
<fraction_done_exact>1</fraction_done_exact>
</app>
</app_config>

He only seems to use a single app name but different app_versions. I think this is general enough to cover them all. I haven't found the need to do this since after a new app_version is introduced BOINC learns fairly quickly how to estimate the completion time.
3. If you get too many WUs then just abort them and they'll get sent to someone else.

? Does Windows understand this syntax? <fraction_done_exact/>
ID: 1832 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Runtime estimated