defining GPU apps

Message boards : Server programs : defining GPU apps
Message board moderation

To post messages, you must log in.

AuthorMessage
rebirther
Avatar

Send message
Joined: 21 Jun 06
Posts: 156
Germany
Message 96699 - Posted: 12 Mar 2020, 14:27:51 UTC

Iam lost in these old BOINC documentation files, I can remember to setup this for another project but in my test it doesnt working:

I have a plan_class_spec.xml file:
<plan_classes>
<plan_class>
        <name>opencl_ati_101</name>
        <gpu_type>amd</gpu_type>
        <opencl/>
        <min_core_client_version>70000</min_core_client_version>
        <min_opencl_version>101<min_opencl_version>
        <min_gpu_ram_mb>256</min_gpu_ram_mb>
        <gpu_ram_used_mb>256</gpu_ram_used_mb>
        <cpu_frac>.1</cpu_frac>
        <gpu_peak_flops_scale>.2</gpu_peak_flops_scale>
</plan_class>
</plan_classes>


APP structure:
test
--00002
---windows_x86_64_opencl_ati_101 (I dont know if this is correct)

bin/update_versions...
Found app version directory for: GPU72 00002 windows_x86_64_opencl_ati_101
platform not found: windows_x86_64_opencl_ati_101

What Iam missing?
ID: 96699 · Report as offensive
rebirther
Avatar

Send message
Joined: 21 Jun 06
Posts: 156
Germany
Message 96746 - Posted: 13 Mar 2020, 16:46:31 UTC - in response to Message 96699.  

ok, found it:

windows_x86_64__opencl_ati_101

2 spaces between the names
ID: 96746 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 96756 - Posted: 13 Mar 2020, 20:21:26 UTC - in response to Message 96746.  

Not spaces, but underscores _
ID: 96756 · Report as offensive
rebirther
Avatar

Send message
Joined: 21 Jun 06
Posts: 156
Germany
Message 96776 - Posted: 15 Mar 2020, 9:08:55 UTC - in response to Message 96756.  

Not spaces, but underscores _


Who's idea was that ? :p
ID: 96776 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 96777 - Posted: 15 Mar 2020, 10:24:43 UTC - in response to Message 96776.  
Last modified: 15 Mar 2020, 11:04:07 UTC

What, to use underscores instead of spaces? Or to use two underscores?
By the way, I don't know, you best ask about the naming schemes on the boinc dev email list or on github.
ID: 96777 · Report as offensive

Message boards : Server programs : defining GPU apps

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.