Message boards : Number crunching : BOINC & GPU
Author | Message |
---|---|
Good morning ^^ | |
ID: 22906 | Rating: 0 | rate: / Reply Quote | |
The short answer is it depends on your game and how much video it wants to use. <exclusive_gpu_app>important.exe</exclusive_gpu_app> BOINC will suspend use of GPUs whenever the executable is running. New in 6.10.20 You put these lines in your cc_config.xml file (between the options tags) using a text editor. When you install BOINC it doesn't automatically create a cc_config.xml, you will need to create your own and put it into the BOINC data directory. Example: <cc_config> <options> <exclusive_gpu_app>important.exe</exclusive_gpu_app> </options> </cc_config> So in this example you are saying to BOINC that whenever important.exe is running to suspend GPU activity. It will resume once important.exe is finished. ____________ BOINC blog | |
ID: 22907 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : BOINC & GPU