News:

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

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - fred

#31
I added to my todo list.
#32
Quote from: hucker on November 03, 2023, 04:15:33 AMWhen in, for example, the list of projects, and it's longer than one screen, and I scroll down and make say a multiple selection, it often jumps back to the top for some reason.
That might happen when you already have as selection at the top of the page.
#33
Beta Testing / Re: Escape keys in dialog boxes
November 01, 2023, 01:31:37 AM
It should work, but it does not, added to my list.
#34
Questions / Re: TThrottle support for only 16 cores
November 01, 2023, 01:28:59 AM
A BOINC process is linked to a CPU, you could have 32 tasks on 2 CPU's.
#35
Questions / Re: BoincTasks JS Beta 2.2 Release 2.0
October 20, 2023, 01:33:57 AM
Thanks all, I finally get some input. That helps a lot in resolving issues.
#36
Questions / Re: BoincTasks JS Beta 2.2 Release 2.0
October 19, 2023, 02:17:43 AM
Keep on adding, I will resolve all issues eventually.
For now I'm doing something entirely different.
#37
Questions / Re: TThrottle support for only 16 cores
October 19, 2023, 02:15:13 AM
32 is as far as I can go.
Above 32 I have to rewrite the driver and that's very expensive, probably in the thousands of dollars.
Microsoft made it much more difficult to add drivers.

Fred
#38
Questions / Re: No GPU temperature shown
October 19, 2023, 02:13:17 AM
OK What works works.  ;D
#39
Questions / Re: BoincTasks JS beta 2.1 release 2.0
September 24, 2023, 06:34:13 AM
V 2.2 Added Context menu, easier than expected and it is indeed a better way.
#40
Questions / Re: BoincTasks JS beta 2.1 release 2.0
September 20, 2023, 03:07:35 PM
OK added to my git issue list.
5) Use Control click to add and remove selected items.


#41
Beta Testing / Re: CPU% wrong for fractional CPU cores
September 20, 2023, 02:57:14 PM
What I personally like to do is start another BOINC instance and assign work to 1 or 2 CPU.
Or what I do in Windows use WSL to start another BOINC instance.
#42
Beta Testing / Re: Can not abort tasks 1.93
September 20, 2023, 02:54:50 PM
Quote from: Ytterbium on September 19, 2023, 05:41:57 PMIf I try to abort a whole bunch of task it doesn't seem to work any sugestions where to look.
Strange, not really.
Local or remote machine?
#43
Beta Testing / Re: CPU% wrong for fractional CPU cores
September 18, 2023, 12:27:57 PM
Quote from: hucker on September 14, 2023, 11:00:48 PMI'd assumed the task itself reported a time, and Boinc or Boinctasks divided the processing time by the wall time.  So you're saying Boinc or Boinctasks receives a % from the OS (like you see in task manager), and uses that along with the time the task has run for, to calculate the processing time?  Something somewhere (not in the OS) must be then dividing by the number of cores in avg_ncpus, but it's using an integer and assumed nobody would ever set fractional cores.  Under 1 core is odd I admit, but it's feasible to set say 6.5 cores in an 8 core task which uses an average below what it's capable of.
I think tasks are assigned to any CPU not a fixed one and may even transfer to another CPU.
A 24 core machine can and will run way more than 27 tasks.....
But the more tasks you run the more the CPU has to switch between tasks making things less efficient.
#44
Questions / Re: BoincTasks JS beta 2.0 release 1.31
September 18, 2023, 12:19:55 PM
2.1 should resolve most problems.
The header width adjust is still open. https://github.com/efmer/boinctasks-js/issues
Tip: To adjust the header, make all other rows smaller.
#45
Beta Testing / Re: CPU% wrong for fractional CPU cores
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%.