No Nvidia GPU tasks?


Message boards : Number crunching : No Nvidia GPU tasks?

Message board moderation

To post messages, you must log in.
AuthorMessage
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 185
Credit: 16,041,789
RAC: 1,069
Message 9449 - Posted: 1 Apr 2026, 23:57:08 UTC
> If you could give me instructions on how to set it up I am happy to give it a go.
https://asteroidsathome.net/boinc/forum_thread.php?id=1157&postid=9300#9300

Just modify filenames C:\ProgramData\BOINC\projects\asteroidsathome.net_boinc\app_info.xml

on Windows, it should be (GPU tasks only):
<app_info>
 <app>
    <name>period_search</name>
 </app>
 <file_info>
  <name>Period_search_Windows_10.0_x64_cuda_v13.2_Release.exe</name>
  <executable/>
 </file_info>

<app_version>
    <app_name>period_search</app_name>
    <version_num>10217</version_num>
    <avg_ncpus>0.010000</avg_ncpus>
    <plan_class>cuda118_win10</plan_class>
    <file_ref>
        <file_name>Period_search_Windows_10.0_x64_cuda_v13.2_Release.exe</file_name>
        <main_program/>
    </file_ref>
    <coproc>
        <type>CUDA</type>
        <count>1</count>
    </coproc>
</app_version>
</app_info>

After making the changes, restart the BOINC client, and don’t forget to enable GPU tasks in your preferences. https://asteroidsathome.net/boinc/prefs.php?subset=project
ID: 9449 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Ryan Munro

Send message
Joined: 23 Nov 15
Posts: 19
Credit: 23,489,819
RAC: 22,096
Message 9450 - Posted: 2 Apr 2026, 8:20:46 UTC - in response to Message 9449.  
Thanks, that gives me the error Missing <app_config> in app_config.xml, also event log shows no new tasks avalaible so I assume some issue with the servers sending out work there
ID: 9450 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 185
Credit: 16,041,789
RAC: 1,069
Message 9451 - Posted: 2 Apr 2026, 11:04:14 UTC
The configuration file above is app_info.xml not app_config.xml

If your app_config.xml file is corrupted, you should either fix it or delete it. Also, check your event log for errors at startup. A broken configuration may prevent new tasks from downloading.
ID: 9451 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Ryan Munro

Send message
Joined: 23 Nov 15
Posts: 19
Credit: 23,489,819
RAC: 22,096
Message 9452 - Posted: 2 Apr 2026, 13:20:52 UTC - in response to Message 9451.  
Ah ok I am dumb sorry, created the app_info file and now it tells me

02/04/2026 14:19:55 | Asteroids@home | [error] Process creation failed: This version of projects/asteroidsathome.net_boinc/Period_search_Windows_10.0_x64_cuda_v13.2_Release.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher. (0xd8) - error code 216 (0xd8)
ID: 9452 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 185
Credit: 16,041,789
RAC: 1,069
Message 9453 - Posted: 2 Apr 2026, 14:47:41 UTC
hmm, maybe some libraries are too recent and missing on your system
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version

ok, I'll try to rebuild it with cuda 12.9 and older vc++ for better compatibility.
ID: 9453 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Ryan Munro

Send message
Joined: 23 Nov 15
Posts: 19
Credit: 23,489,819
RAC: 22,096
Message 9454 - Posted: 2 Apr 2026, 23:22:36 UTC - in response to Message 9453.  
NVCP is showing Cuda 13.2.51 installed
ID: 9454 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : No Nvidia GPU tasks?