I've made a few posts about this but decided to start a new thread with instructions, and so we can discuss and solve any problems.
This issue will eventually go away, either by new FAH servers etc. coming online or the demand for work dropping over time. Right now though getting consistent work is impossible. You can use the exclusive app option in your cc_config if you want to fall back to BOINC when you run out of FAH work. I'm only running GPU work, if you're running only CPU or both CPU and GPU you may need to tweak this.
The easiest way to do this is in the manager. Go to Options -> Exclusive Applications. You should see two options:
This will work best if you set your BOINC projects to a resource share of zero and select tasks with relatively short run times. This will make sure BOINC downloads only one task per processor/thread and it gets returned before the deadline.
You can also do this manually in a plain text editor if the above doesn't work or your manager doesn't have the option. Exclusive apps are set in your Client Configuration file, aka cc_confg.xml. This file is located in your BOINC data folder. In Windows this is typically C:\ProgramData\BOINC, in Linux I think it's \var\lib\boinc-client, at least in Ubuntu. Enter your exclusions within the <options> </options> brackets.
This will work best if you are only running CPU or GPU work. You could run into a situation where you have CPU work, but no GPU work, and you'd want BOINC to use the GPU. Setting <exclusive_app> will stop all BOINC activity. If you want to keep everything running you can set up separate clients for your CPU and GPU. I can go into more detail on that if there's demand for it.
This issue will eventually go away, either by new FAH servers etc. coming online or the demand for work dropping over time. Right now though getting consistent work is impossible. You can use the exclusive app option in your cc_config if you want to fall back to BOINC when you run out of FAH work. I'm only running GPU work, if you're running only CPU or both CPU and GPU you may need to tweak this.
The easiest way to do this is in the manager. Go to Options -> Exclusive Applications. You should see two options:
- Suspend processor and network usage
- Suspend GPU usage
- FahCore_a7.exe (CPU)
- FahCore_21.exe (GPU)
- FahCore_22.exe (GPU)
This will work best if you set your BOINC projects to a resource share of zero and select tasks with relatively short run times. This will make sure BOINC downloads only one task per processor/thread and it gets returned before the deadline.
You can also do this manually in a plain text editor if the above doesn't work or your manager doesn't have the option. Exclusive apps are set in your Client Configuration file, aka cc_confg.xml. This file is located in your BOINC data folder. In Windows this is typically C:\ProgramData\BOINC, in Linux I think it's \var\lib\boinc-client, at least in Ubuntu. Enter your exclusions within the <options> </options> brackets.
- <exclusive_app>FahCore_21.exe</exclusive_app>
- <exclusive_app>FahCore_22.exe</exclusive_app>
- <exclusive_app>FahCore_a7.exe</exclusive_app>
This will work best if you are only running CPU or GPU work. You could run into a situation where you have CPU work, but no GPU work, and you'd want BOINC to use the GPU. Setting <exclusive_app> will stop all BOINC activity. If you want to keep everything running you can set up separate clients for your CPU and GPU. I can go into more detail on that if there's demand for it.