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: 191
Credit: 16,071,910
RAC: 1,387
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: 23
Credit: 24,139,116
RAC: 35,892
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: 191
Credit: 16,071,910
RAC: 1,387
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: 23
Credit: 24,139,116
RAC: 35,892
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: 191
Credit: 16,071,910
RAC: 1,387
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: 23
Credit: 24,139,116
RAC: 35,892
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
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 191
Credit: 16,071,910
RAC: 1,387
Message 9455 - Posted: 4 Apr 2026, 0:54:28 UTC
@Ryan please try again with Period_search_Windows_10.0_x64_cuda_v12.9_Release.exe
ID: 9455 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Ryan Munro

Send message
Joined: 23 Nov 15
Posts: 23
Credit: 24,139,116
RAC: 35,892
Message 9456 - Posted: 4 Apr 2026, 21:48:19 UTC - in response to Message 9455.  
Seems to be running fine so far :)
ID: 9456 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Ryan Munro

Send message
Joined: 23 Nov 15
Posts: 23
Credit: 24,139,116
RAC: 35,892
Message 9457 - Posted: 5 Apr 2026, 7:25:18 UTC - in response to Message 9456.  
It looks like most failed but one managed to complete https://asteroidsathome.net/boinc/results.php?hostid=695215&offset=0&show_names=0&state=4&appid=
ID: 9457 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 191
Credit: 16,071,910
RAC: 1,387
Message 9461 - Posted: 7 Apr 2026, 9:12:28 UTC

Last modified: 7 Apr 2026, 9:12:44 UTC
All of those failures came from the previous CUDA 13 application. More than 10 results were successfully validated, so it seems the CUDA 12 version is working just fine on your host.
https://asteroidsathome.net/boinc/result.php?resultid=670835883

btw you can also use it alongside the CPU app period_search_Windows_10222_x64_universal_Release.exe which has some new AVX/FMA/AVX512 optimizations, so it should be slightly (~10%) more efficient than the current CPU app.
ID: 9461 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Ryan Munro

Send message
Joined: 23 Nov 15
Posts: 23
Credit: 24,139,116
RAC: 35,892
Message 9462 - Posted: 7 Apr 2026, 11:18:07 UTC - in response to Message 9461.  

Last modified: 7 Apr 2026, 11:18:59 UTC
Ah ok, must have been delayed in reporting.
Do I need to add the CPU app in manually to that file now that I am using ther custom GPU one? , and iff so is it the same text but with the app .exe changed?
Boinc was reporting no CPU apps avalaible when I used it.
ID: 9462 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 191
Credit: 16,071,910
RAC: 1,387
Message 9464 - Posted: 7 Apr 2026, 17:22:09 UTC
You need to specify both the CPU and GPU versions of the app
https://asteroidsathome.net/boinc/forum_thread.php?id=1157&postid=9300#9300

and replace all file references, since you're on Windows
ps_linux_10222_x64_universal_Release -> period_search_Windows_10222_x64_universal_Release.exe
ps_linux_cuda13100_v10222_Release -> Period_search_Windows_10.0_x64_cuda_v12.9_Release.exe
plan_class cuda118_linux -> cuda118_windows

Just be aware that if you're using custom apps via app_info.xml on any project and a new version is released, the app won’t update automatically.
ID: 9464 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Ryan Munro

Send message
Joined: 23 Nov 15
Posts: 23
Credit: 24,139,116
RAC: 35,892
Message 9465 - Posted: 7 Apr 2026, 17:34:48 UTC - in response to Message 9464.  
Got it, thanks and it looks like its now working on CPU and GPU, will report back :)
Many thanks for helping!
ID: 9465 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : No Nvidia GPU tasks?