Message boards : Graphics cards (GPUs) : Computation error for GTX 660Ti alongside a working GTX 1080
Author | Message |
---|---|
I have a Windows 10 machine with two video cards: an older GTX 660Ti and a new GTX 1080. When I connect to GPUGRID, the GTX 1080 runs tasks fine, but the GTX 660Ti generates immediate "Computation error" messages for every job with this same detail in the task list: | |
ID: 45402 | Rating: 0 | rate: / Reply Quote | |
You cant mix this two generations in one pc. Pascal app doesn't work on 660. | |
ID: 45403 | Rating: 0 | rate: / Reply Quote | |
Thanks for the info. Are all GPUGRID tasks Pascal tasks? Can I specify different types of tasks for different processors? What should I do to prevent my computer from wasting resources on GPUGRID's servers, causing my client to download tasks that will fail in a few seconds? Or should I just disconnect from GPUGRID? | |
ID: 45404 | Rating: 0 | rate: / Reply Quote | |
Thanks for the info. Are all GPUGRID tasks Pascal tasks?No. There's no such distinction. But if you have at least one Pascal card in a system, that system will use the new app, and that will make all tasks fail on the pre-Pascal cards. See this post (and thread). Can I specify different types of tasks for different processors?You can't. What should I do to prevent my computer from wasting resources on GPUGRID's servers, causing my client to download tasks that will fail in a few seconds?You have 2 options: 1. remove the older card 2. disable the older card in BOINC manager (in cc_config.xml) copy the following to your clipboard: notepad c:\ProgramData\BOINC\cc_config.xml Press Windows key + R, then paste and press enter.If you see an empty file, copy and paste the following text: <cc_config>
<options>
<exclude_gpu>
<url>www.gpugrid.net</url>
<device_num>1</device_num>
<type>NVIDIA</type>
<app>acemdlong</app>
<app>acemdshort</app>
</exclude_gpu>
</options>
</cc_config> If your cc_config.xml already has an <options> section then you should insert the section between the <eclude_gpu> and the </eclude_gpu> tags (including both) right after the <options> tag.Click file -> save and click [save]. If your BOINC manager is running, you should click Options -> read config files. EDIT: Perhaps you should restart BOINC manager (stop the scientific applications upon exiting). The <type> and the <app> sections could be omitted, the value in the <device_num> section should be adapted to the given system. Or should I just disconnect from GPUGRID?It's not necessary. Not sure what to do now.I would disable the older card. | |
ID: 45405 | Rating: 0 | rate: / Reply Quote | |
Thanks very much for taking the time to provide a detailed and helpful reply. I will do what you recommended. | |
ID: 45406 | Rating: 0 | rate: / Reply Quote | |
Thanks very much for taking the time to provide a detailed and helpful reply. I will do what you recommended.You're welcome. See my EDIT for additional info. It's too bad that this project's own documentation, located at:This GPU is supported only by the older app, the thing that is not supported is mixing Pascal GPUs with older GPUs in the same system. It would be fantastic if the programmers at GPUGRID would add code to the project so that it would send some kind of helpful and actionable message to the user when this happens, rather than simply display a cryptic and unhelpful "Computation error" message. It seems like that message appears (and perplexes people) often.Yep. | |
ID: 45407 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : Computation error for GTX 660Ti alongside a working GTX 1080