Search found 455 matches
- Wed Jun 04, 2025 7:39 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: "Failed response: EOF" on new v8.4.9 on CLI Ubuntu
- Replies: 3
- Views: 63
Re: "Failed response: EOF" on new v8.4.9 on CLI Ubuntu
EOF means End Of File. If a network connection ends prematurely, it's called an EOF error.
- Wed Jun 04, 2025 2:47 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: FAH underperforming on new system
- Replies: 20
- Views: 1518
Re: FAH underperforming on new system
Some suggestions for FAH developers: 1. Until you able to address this issue with E-cores, please run a test during installation, and if the processor has E-cores, display a popup that notifies users how to greatly improve FAH performance and perhaps refer them to this thread 2. How about licensing...
- Tue Jun 03, 2025 5:09 am
- Forum: FAH Hardware
- Topic: Power optimization and number of cores
- Replies: 9
- Views: 1183
Re: Power optimization and number of cores
Thank you! Will probably do 1x 24 and 1x 22, to leave room for a few GPU threads (I've got them to play nicely on just one physical core).
- Mon Jun 02, 2025 4:00 am
- Forum: GPU Projects and FahCores
- Topic: Tying to find the PPD and project number spreadsheet.
- Replies: 8
- Views: 1441
Re: Tying to find the PPD and project number spreadsheet.
Could it be https://docs.google.com/spreadsheets/d/ ... ingle=true? That is only for 5700XT though.
- Mon Jun 02, 2025 3:41 am
- Forum: FAH Hardware
- Topic: Power optimization and number of cores
- Replies: 9
- Views: 1183
Re: Power optimization and number of cores
What about folding different WUs on each CCD? The 7960X has 4 CCDs each with 6 cores (12 threads) for a total of 24 cores (48 threads). Would there be an advantage to folding 4 WUs, each with 12 threads and pinning each WU to one CCD, or would it be better to have a single 48 thread WU spread across...
- Sun Jun 01, 2025 11:33 pm
- Forum: New Donors start here
- Topic: How do I start the Folding thing again?
- Replies: 6
- Views: 86
Re: How do I start the Folding thing again?
If you go into the web panel and select "fold when idle" and save, then it will only fold when you are not using the computer, and it will pause as soon as you start using it again.
- Sun Jun 01, 2025 11:24 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: How long is the data about old WU's retained?
- Replies: 14
- Views: 30263
Re: How long is the data about old WU's retained?
There is already a ticket suggesting vacuum It is old. Someone should probably offer a PR. I think it would be a one line fix to add the pragma auto. https://github.com/FoldingAtHome/fah-client-bastet/issues/123 I sent a PR for this and it has just been merged: https://github.com/FoldingAtHome/fah-...
- Sun Jun 01, 2025 10:28 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: Blank panel.
- Replies: 13
- Views: 2905
Re: Blank panel.
Git (the program that GitHub's workflow is based on) was created by the creator of Linux, but GitHub was sadly purchased by Microsoft a while back, and they're using it to steal everyone's code to train their crappy AI, which people are now using to make crappy and broken code. :sad: Funny story abo...
- Sun Jun 01, 2025 8:20 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: Blank panel.
- Replies: 13
- Views: 2905
Re: Blank panel.
I finally bit the bullet and signed up to GitHub, despite my dislike of Microsoft. I've made some PRs and opened some issues, starting with ones that should be an easy fix. Let's hope it goes smoothly.
- Sun Jun 01, 2025 5:47 am
- Forum: CPU Projects - released FAHCores _a7 & _a8 (a4 retired)
- Topic: Excessive runtime spent in pair search on 18240
- Replies: 3
- Views: 15156
Re: Excessive runtime spent in pair search on 18240
Btw, the nstlist parameter will be optimized automatically if verlet-buffer-tolerance is set. Most projects leave it at the default, which is 0.005.
https://manual.gromacs.org/documentatio ... -tolerance
https://manual.gromacs.org/documentatio ... -tolerance
- Sun Jun 01, 2025 1:59 am
- Forum: New Donors start here
- Topic: Restarted Folding
- Replies: 6
- Views: 2030
Re: Restarted Folding
After a little more than a month of folding, the "drug" has hit me, in the good sense. I have two more questions for the community. 1- Where on my Mac (Sequoia) can I find the log file ? 2- Is there a recommended Web site that I can refer to to setup a new folding rig that would cost 1k t...
- Sat May 31, 2025 2:02 pm
- Forum: New Donors start here
- Topic: How to Optimize GPU Folding Performance for New Contributors?
- Replies: 2
- Views: 136
Re: How to Optimize GPU Folding Performance for New Contributors?
If you are on Linux, what is the output of the command "nvidia-smi dmon -s pcmut -c 60"? It will collect and output GPU usage statistics for 60 seconds.
- Fri May 30, 2025 6:53 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: FAH underperforming on new system
- Replies: 20
- Views: 1518
Re: FAH underperforming on new system
I can only imagine that the 70% is due to it performing load balancing, but not well enough to achieve 100%.
- Fri May 30, 2025 6:17 am
- Forum: Issues with a specific server
- Topic: HTTP_SERVICE_UNAVAILABLE
- Replies: 12
- Views: 1577
Re: HTTP_SERVICE_UNAVAILABLE
That would fix it and would be simple though. Or is the server-side code too convoluted to make a change like that?
- Fri May 30, 2025 1:10 am
- Forum: Issues with a specific server
- Topic: HTTP_SERVICE_UNAVAILABLE
- Replies: 12
- Views: 1577
Re: HTTP_SERVICE_UNAVAILABLE
No, the issue is with v8 default resource group that allow to mix GPU and CPU allocations. v7 client is perfectly fine as CPU and GPU slots are exclusive. Why not allow <=2 threads if the client is making a request that doesn't indicate a GPU in the JSON sent to /api/assign? That would solve it for...