Search found 340 matches

by arisu
Sun May 04, 2025 5:37 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Please add ability to change from pause to finish
Replies: 45
Views: 10585

Re: Please add ability to change from pause to finish

Good catch. I don't use multiple groups so I didn't test that. I always just specify group as an empty string.
by arisu
Sat May 03, 2025 10:13 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Please add ability to change from pause to finish
Replies: 45
Views: 10585

Re: Please add ability to change from pause to finish

If paused is set to false, then it will try to download a new unit no matter what the value of finish is. And you can't override that using just the state command because going from paused to fold will, annoyingly, clear the finish flag. I think it would be fine for lufah to have that feature althou...
by arisu
Sat May 03, 2025 4:37 am
Forum: GPU Projects and FahCores
Topic: Core26 released to full FAH ?
Replies: 39
Views: 40711

Re: Core26 released to full FAH ?

Huh, I forget how I did it then. Maybe I just used 8.4.9 for cbang when building the 8.4.10 client? Either way I was able to build 8.4.10 a few months ago, or whenever the hip commit was made (it was shortly after that).
by arisu
Sat May 03, 2025 4:33 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Please add ability to change from pause to finish
Replies: 45
Views: 10585

Re: Please add ability to change from pause to finish

Since those were just examples it was easier for me to just remove that dump example. The state command runs app.setState(state) which will run setPaused(false) if state == "fold", setPaused(true) if state == "pause", or insertBoolean("finish", true) if state == "f...
by arisu
Sat May 03, 2025 4:17 am
Forum: GPU Projects and FahCores
Topic: Core26 released to full FAH ?
Replies: 39
Views: 40711

Re: Core26 released to full FAH ?

It's buildable, you just have to checkout the 8.4.10 tag. I've tested the code with a dummy core on 8.4.10 and it passes the correct arguments when enabled. Of course the dummy core does nothing but print out the arguments it was given, it can't actually fold. ;) But at least the client part seems t...
by arisu
Sat May 03, 2025 4:12 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Please add ability to change from pause to finish
Replies: 45
Views: 10585

Re: Please add ability to change from pause to finish

It does support going straight to pause to finish but only if you adjust the state. I checked the code and directly adjusting the pause and finish flags is exactly what using the state command does (see Config::setState() in src/fah/client/Config.cpp). There are no side-effects. Good point that it m...
by arisu
Sat May 03, 2025 2:23 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Please add ability to change from pause to finish
Replies: 45
Views: 10585

Re: Please add ability to change from pause to finish

OP, the solution to your problem is to send a config command instead a state command. Here's a super simple Python script that will change the state from pause to finish atomically (without first going through fold). The script takes one optional argument which is the group name. If no argument is g...
by arisu
Sat May 03, 2025 1:48 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Please add ability to change from pause to finish
Replies: 45
Views: 10585

Re: Please add ability to change from pause to finish

Sorta. It sends commands to clients using the undocumented api that web control uses. It doesn’t login to an account or use the node system. How undocumented is it? Is it possible to somehow find some information about that? Completely undocumented but not at all secret. All of the API is handled b...
by arisu
Sat May 03, 2025 1:41 am
Forum: GPU Projects and FahCores
Topic: Core26 released to full FAH ?
Replies: 39
Views: 40711

Re: Core26 released to full FAH ?

calxalot wrote: Fri May 02, 2025 7:57 pm The next client is also needed, because the arguments for the core are different for hip.
I think that code is already written for 8.4.10 and can be released at any time.
by arisu
Fri May 02, 2025 11:55 am
Forum: GPU Projects and FahCores
Topic: Core 0x26 Points not Registering Correctly
Replies: 8
Views: 2337

Re: Core 0x26 Points not Registering Correctly

Yep it is fixed. Just got the points from a 17265 unit.
by arisu
Fri May 02, 2025 10:24 am
Forum: FAH Hardware
Topic: AMD Radeon VII - Double Precision
Replies: 18
Views: 13988

Re: AMD Radeon VII - Double Precision

I don't think GPU vendors "hobble" their FP64 precision. It's true that each double-precision unit will have a 1:2 speed ratio compared with each single-precision unit, but these cards include more single-precision units for FP32 than double-precision units for FP64 because single precisio...
by arisu
Fri May 02, 2025 4:43 am
Forum: GPU Projects and FahCores
Topic: Core26 released to full FAH ?
Replies: 39
Views: 40711

Re: Core26 released to full FAH ?

AMD has HIP out. It is now down to us to implement it. Initially core25 was supposed to be hip. Due to issues with other stuff, core26 was born, which fixed some issues, but had other issues, again HIP integration to backseat. Core27 then was thought to have HIP. But it was pushed without hip to ma...
by arisu
Fri May 02, 2025 1:13 am
Forum: FAH Hardware
Topic: New GPUs RTX 5000 series
Replies: 30
Views: 210624

Re: New GPUs RTX 5000 series

https://scorpuk.co.uk/.images/5000-series.png Average PPD's from Folding.LAR.Systems Running cost for 5090 taken from metered computer over a day and averaged out. I'm presuming no diff in PPD between 8GB and 16GB! DOH - Cant believe I missed the info on 5060Ti above. :oops: Just need costs now :D ...
by arisu
Wed Apr 30, 2025 5:43 am
Forum: Discussions of General-FAH topics
Topic: Multiple projects on one GPU with MPS
Replies: 15
Views: 19845

Re: Multiple projects on one GPU with MPS

I came up with a way to optimize project allocation by changing only the client without needing the server to make any changes. If the client downloads a project that does not fully utilize the GPU, it can then download a second one to run in parallel with MPS. Because it gets to find out the projec...
by arisu
Wed Apr 30, 2025 5:27 am
Forum: GPU Projects and FahCores
Topic: Core26 released to full FAH ?
Replies: 39
Views: 40711

Re: Core26 released to full FAH ?

Oh I see. Then AMD must be overstating their FP32 figures, or perhaps Nvidia is understating theirs! 5080 is 56.28 TFLOPS (360W), 7900XTX is 61.39 TFLOPS (355W). At least officially. That led me to believe that, even with HIP, there was some overhead that caused it to perform more poorly in folding....