How do I stop FAHClient from adding an unwanted GPU slot?
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 93
- Joined: Thu Jan 01, 2009 3:26 am
- Hardware configuration: 4 cores on a Intel(R) Core(TM) i7-8700K
- Location: Cambridge, United Kingdom
- Contact:
How do I stop FAHClient from adding an unwanted GPU slot?
I have a Geforce GT 730M. I am on Debian. FAHclient is configured to run as a service. I recently upgraded my FAHClient to 7.6.21. Now FAHClient automatically adds a GPU slot when I reboot. I don't want to use my GPU for folding, as it is a really weak GPU. It barely complete the task within the deadline a few years back, and it creates a lot of heat. I have tried manually removing the slot, but it gets added back every time I reboot. I have manually paused it for now. This was not a problem before I did the upgrade. Is there any ways to revert to the old behaviour?
Folding with 4 cores on Intel(R) Core(TM) i7-8700K
I first started folding back in the Google Compute days!
I first started folding back in the Google Compute days!
Re: How do I stop FAHClient from adding an unwanted GPU slot
If you add pause-on-start true to the gpu slot, that should stop fah from running on that gpu. I use it for the cpu, but I assume it would work the same for gpu.
Last edited by gs60 on Tue Dec 08, 2020 1:45 am, edited 2 times in total.
-
- Posts: 93
- Joined: Thu Jan 01, 2009 3:26 am
- Hardware configuration: 4 cores on a Intel(R) Core(TM) i7-8700K
- Location: Cambridge, United Kingdom
- Contact:
Re: How do I stop FAHClient from adding an unwanted GPU slot
As I mentioned, I manually paused it, so it is okay for now. I just don't like seeing that slot. Is there any ways to remove it permanently?gs60 wrote:If you add <pause-on-start v="True"/> to the gpu slot, that should stop fah from running on that gpu. I use it for cpu, but I assume it would work the same for gpu.
Folding with 4 cores on Intel(R) Core(TM) i7-8700K
I first started folding back in the Google Compute days!
I first started folding back in the Google Compute days!
Re: How do I stop FAHClient from adding an unwanted GPU slot
One thing you could try is remove the gpu slots and add <gpu value="false"/> to the config.xml. This may keep it from being readded.
Last edited by gs60 on Tue Dec 08, 2020 2:23 am, edited 1 time in total.
-
- Posts: 93
- Joined: Thu Jan 01, 2009 3:26 am
- Hardware configuration: 4 cores on a Intel(R) Core(TM) i7-8700K
- Location: Cambridge, United Kingdom
- Contact:
Re: How do I stop FAHClient from adding an unwanted GPU slot
That did the trick, thanks!gs60 wrote:One thing you could try is remove the gpu slots and add<gpu value="false"/> to the config.xml. This may keep it from being readded.
Folding with 4 cores on Intel(R) Core(TM) i7-8700K
I first started folding back in the Google Compute days!
I first started folding back in the Google Compute days!
Re: How do I stop FAHClient from adding an unwanted GPU slot
setting GPU=false disables all gpus. if you have several and want to use less that all of them, the pause-on-start=true is the only way I know.
One disadvantate of pause-on-start is that one CPU thread will be allocated for each GPU, whereas with gpu=false, all of your CPU threads will be useable.
One disadvantate of pause-on-start is that one CPU thread will be allocated for each GPU, whereas with gpu=false, all of your CPU threads will be useable.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.
-
- Posts: 16
- Joined: Thu Nov 26, 2020 5:02 pm
- Hardware configuration: CPU: Intel i5 3210m
GPU: Nvidia Geforce GT 630m
RAM: 8GB DDR3
SSD: Crucial MX250 250 GB - Location: Poland
Re: How do I stop FAHClient from adding an unwanted GPU slot
Thanks for that post, I have even weaker nvidia geforce gt 630m and wanted to ask the same question, but now I don't need.
May the power be with You all.
May the power be with You all.
-
- Posts: 93
- Joined: Thu Jan 01, 2009 3:26 am
- Hardware configuration: 4 cores on a Intel(R) Core(TM) i7-8700K
- Location: Cambridge, United Kingdom
- Contact:
Re: How do I stop FAHClient from adding an unwanted GPU slot
Did you start getting the problem after the upgrade? Or has the problem always been there?MFicek wrote:Thanks for that post, I have even weaker nvidia geforce gt 630m and wanted to ask the same question, but now I don't need.
May the power be with You all.
Folding with 4 cores on Intel(R) Core(TM) i7-8700K
I first started folding back in the Google Compute days!
I first started folding back in the Google Compute days!
-
- Posts: 16
- Joined: Thu Nov 26, 2020 5:02 pm
- Hardware configuration: CPU: Intel i5 3210m
GPU: Nvidia Geforce GT 630m
RAM: 8GB DDR3
SSD: Crucial MX250 250 GB - Location: Poland
Re: How do I stop FAHClient from adding an unwanted GPU slot
I installed Folding@home recently and it was already in version 7.6.21 so I cannot tell because it is already latest version.fangfufu wrote:Did you start getting the problem after the upgrade? Or has the problem always been there?MFicek wrote:Thanks for that post, I have even weaker nvidia geforce gt 630m and wanted to ask the same question, but now I don't need.
May the power be with You all.
Re: How do I stop FAHClient from adding an unwanted GPU slot
When FAHClient initializes, its first task is to identify any GPU which is capable of being used by FAH. Once that list is constructed, it can proceed to make a rational guess of what slots should be constructed so that FAH can use the hardware you're providing. Most (all?) geforce GT xxx GPUs (as opposted to GTX xxx GPUs) are comparatively slow yet can produce useful work if the right projects are assigned to them. The same an be said for the UHD Intel iGPs, so FAHClient is going to prepare itself to use them. (You cn choose not to use them, however.)
If the configuration variable GPU is set to FALSE, it will skip these initialization steps so the GPU will no longer be (re-)detected.
If the configuration variable GPU is set to FALSE, it will skip these initialization steps so the GPU will no longer be (re-)detected.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.
-
- Posts: 16
- Joined: Thu Nov 26, 2020 5:02 pm
- Hardware configuration: CPU: Intel i5 3210m
GPU: Nvidia Geforce GT 630m
RAM: 8GB DDR3
SSD: Crucial MX250 250 GB - Location: Poland
Re: How do I stop FAHClient from adding an unwanted GPU slot
In my case someone recently said on that forum that my GPU is too slow to finish work unit in non-expiring time even working 24/7 so I don't fold with it because it would be waste of energy.
Re: How do I stop FAHClient from adding an unwanted GPU slot
The words "too slow" are sometimes used in an absolute sense when they really apply in a relative sense. It also depends on whether your computer folds 24x7 or a few hours per day.
The slowest hardware SHOULD be able to finish projects if it runs 24x7. If you do run 24x7 and you find you're being assigned projects that cannot be completed, please describe your hardware and the specific project and we'll get that corrected.
I'd vote in favor of an enhancement method to disable the-allocation of a CPU thread to a slow GPU that's on a system that only runs a few hours a day, but that's a subtlety that may not fixed promptly.
The slowest hardware SHOULD be able to finish projects if it runs 24x7. If you do run 24x7 and you find you're being assigned projects that cannot be completed, please describe your hardware and the specific project and we'll get that corrected.
I'd vote in favor of an enhancement method to disable the-allocation of a CPU thread to a slow GPU that's on a system that only runs a few hours a day, but that's a subtlety that may not fixed promptly.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.
-
- Posts: 16
- Joined: Thu Nov 26, 2020 5:02 pm
- Hardware configuration: CPU: Intel i5 3210m
GPU: Nvidia Geforce GT 630m
RAM: 8GB DDR3
SSD: Crucial MX250 250 GB - Location: Poland
Re: How do I stop FAHClient from adding an unwanted GPU slot
Thanks for interest but I'm not folding 24/7, I fold circa 9-10 hours a day. I will fold with GPU when I will have newer computer in the future. I'm also encouraging my friends with better PC's to install folding at home, but so far I'm unsuccessful in that field.bruce wrote:The words "too slow" are sometimes used in an absolute sense when they really apply in a relative sense. It also depends on whether your computer folds 24x7 or a few hours per day.
The slowest hardware SHOULD be able to finish projects if it runs 24x7. If you do run 24x7 and you find you're being assigned projects that cannot be completed, please describe your hardware and the specific project and we'll get that corrected.
I'd vote in favor of an enhancement method to disable the-allocation of a CPU thread to a slow GPU that's on a system that only runs a few hours a day, but that's a subtlety that may not fixed promptly.
-
- Posts: 53
- Joined: Mon Apr 09, 2012 7:14 pm
- Hardware configuration: OS: Windows 10 Home 64-bit
CPU: Intel Processor Cores 6, Threads 12, Specification: Intel Core i7-10710U CPU @ 1.10GHz
Motherboard: Manufacturer: Intel Corporation, Model NUC10i7FNB (U3E1)
Graphics: Monitor = BenQ GW2470 on Intel UHD Graphics
Current Resolution 1920x1080 pixels
Work Resolution 1920x1040 pixels
State Enabled, Primary
Monitor Width 1920
Monitor Height 1080
Monitor BPP 32 bits per pixel
Monitor Frequency 59 Hz
Intel UHD Graphics:
Manufacturer Intel
Model UHD Graphics - Contact:
Re: How do I stop FAHClient from adding an unwanted GPU slot
As it did for me too,thank you.fangfufu wrote:That did the trick, thanks!gs60 wrote:One thing you could try is remove the gpu slots and add<gpu value="false"/> to the config.xml. This may keep it from being readded.
Re: How do I stop FAHClient from adding an unwanted GPU slot
I arrived here with the same issue. I do not appear to have a `config.xml` (or any xml files for that matter) in my FAHClient directory on windows. Any suggestions?