News:

Follow BoincTasks on Twitter Facebook        Visit our website here.
BoincTasks cloud login is working again

Main Menu

Recent posts

#81
Beta Testing / Re: CPU% wrong for fractional ...
Last post by fred - September 14, 2023, 12:55:52 PM
I wonder if <avg_ncpus>0.7</avg_ncpus> does anything besides showing on the screen.
BoincTasks shows the actual run % reported by the OS to the Boinc Client -> BoincTasks.
70 min out of 100 min = 70% 100 min out of 100 min = 100%.
0.7 = expected run time 70%.
#82
Beta Testing / Re: CPU% wrong for fractional ...
Last post by hucker - September 14, 2023, 07:34:16 AM
The 0.7C was me using an app_config:

    <app_version>
        <app_name>Theory</app_name>
        <plan_class>vbox64_theory</plan_class>
        <avg_ncpus>0.7</avg_ncpus>
    </app_version>

This may seem an odd thing to do, but Theory on LHC downloads massive amounts of data, an d often the CPU is held up waiting, so I run more tasks than I have CPU threads.

If I have set 0.7C, and the times are showing say 70min out of 100min, that ought to show as 100%.
#83
Beta Testing / Re: CPU% wrong for fractional ...
Last post by fred - September 14, 2023, 06:14:04 AM
The CPU calculates these numbers. 0.7C is just an estimate and the real fraction may be something else.
#84
Beta Testing / Re: CPU% wrong for fractional ...
Last post by hucker - September 13, 2023, 08:00:14 PM
But which program calculates the % from those numbers?  I can have 03:15:45 (02:46:40) 85.14% 0.7C, where the 0.7 is not taken into account.  Things like 6C are ok though.
#85
Questions / Re: BoincTasks JS beta 2.0 rel...
Last post by fred - September 13, 2023, 12:50:31 PM
6) Click on Nr to sort first first of last first.
#86
Questions / Re: BoincTasks JS beta 2.0 rel...
Last post by fred - September 13, 2023, 12:20:32 PM
4) You can suspend a range, click on the first one and shift click on another one.
To suspend all go to the project tab and suspend.
To suspend everything, use snooze on the icon. Or Extra -> Allow

8) https://github.com/efmer/boinctasks-js/issues/112
#87
Questions / Re: BoincTasks JS beta 2.0 rel...
Last post by Aurum - September 13, 2023, 11:00:48 AM
8. The items on the bottom bar to the right of dark & tasks are usually: Abort, Suspend, Resume, Update, Suspend, and +Rule. But Ready to Report:3 is transient and when it appears the position of all those buttons re-centers. If one is aiming your mouse for Suspend or Resume and Ready to Report appears or disappears you're likely to click the wrong item. I've aborted WUs I only meant to Suspend, usually trying to shutdown before peak rates for TOU service begins. Please make them stop jumping around, maybe put Ready to Report in its own box far to the right.
4. The operation is to Suspend or Not Allow New Work for all computers not do something to a single computer. My fix now is to resort Project column to ascending and scroll to bottom.
I'm running this on Linux.
#88
Beta Testing / Re: "Extra, boinc prefs" gets ...
Last post by fred - September 13, 2023, 09:56:20 AM
Added to the todo list
#89
Wish List / Re: The todo list
Last post by fred - September 13, 2023, 09:55:11 AM
Quote from: Aurum on September 12, 2023, 03:46:02 PMSuspend on Checkpoint is the single most important advantage of using BoincTasks.
I can't find it on 2.0. Please add it.
Added to the list on GitHub.
#90
Beta Testing / Re: CPU% wrong for fractional ...
Last post by fred - September 13, 2023, 09:48:52 AM
03:15:45 (02:46:40) 85.14
The fist number is the clock time, the second () the CPU run time.
Non of this is BoincTasks controlled.