How do I run the stock CPU apps with optimized GPU apps? |
![]() |
| log in |
Message boards : Number crunching : How do I run the stock CPU apps with optimized GPU apps?
| Author | Message |
|---|---|
|
Stupid noob question here, but I'm attempting to install the latest CUDA optimized apps and it seems to me that when I create an app_info.xml with the various pieces of information that come with the x41zc package, I will no longer have any app entries for the various stock CPU applications. | |
| ID: 1326170 · | |
|
quick answer is that it won't work. You should also install the CPU optimized apps. That will cut your run times down by about 50% | |
| ID: 1326175 · | |
|
OK... fine by me. Where would I find them? Lunatics currently isn't available, and I don't know of any other CPU optimized apps for Windows. | |
| ID: 1326176 · | |
|
I found it here | |
| ID: 1326203 · | |
|
Because of legal issues its deprecated to post those links offially. | |
| ID: 1326208 · | |
|
Thanks, didn't know. | |
| ID: 1326213 · | |
Thanks, didn't know. Thank you. ____________ | |
| ID: 1326214 · | |
|
So I guess the story right now is that there AREN'T any optimized CPU apps available thanks to the Lunatics legal business? | |
| ID: 1326219 · | |
|
you're welcome | |
| ID: 1326220 · | |
So I guess the story right now is that there AREN'T any optimized CPU apps available thanks to the Lunatics legal business? It has nothing to do with Lunatics. Its a GPL issue and we are working on it. ____________ | |
| ID: 1326221 · | |
|
just wait till theve sorted the probs like everyone else doing that could wreck it for everyone | |
| ID: 1326224 · | |
Stupid noob question here, but I'm attempting to install the latest CUDA optimized apps and it seems to me that when I create an app_info.xml with the various pieces of information that come with the x41zc package, I will no longer have any app entries for the various stock CPU applications. You can run stock CPU apps using an app_info.xml. It just falls into the "not advised" category. One issue is that the stock apps will no longer get updated from the server.</disclaimer> You would just need to add the CPU info to the current app_info.xml you have. Here is a stripped down example displaying CPU & GPU info in an app_info.xml. <app_info>
<app>
<name>setiathome_enhanced</name>
</app>
<file_info>
<name>stock_cpu_app.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>setiathome_enhanced</app_name>
<version_num>603</version_num>
<platform>windows_x86_64</platform>
<file_ref>
<file_name>stock_cpu_app.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app>
<name>setiathome_enhanced</name>
</app>
<file_info>
<name>Lunatics_x41g_win32_cuda32.exe</name>
<executable/>
</file_info>
<file_info>
<name>cudart32_32_16.dll</name>
<executable/>
</file_info>
<file_info>
<name>cufft32_32_16.dll</name>
<executable/>
</file_info>
<app_version>
<app_name>setiathome_enhanced</app_name>
<version_num>610</version_num>
<platform>windows_x86_64</platform>
<plan_class>cuda</plan_class>
<avg_ncpus>0.040000</avg_ncpus>
<max_ncpus>0.040000</max_ncpus>
<coproc>
<type>CUDA</type>
<count>1</count>
</coproc>
<file_ref>
<file_name>Lunatics_x41g_win32_cuda32.exe</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>cudart32_32_16.dll</file_name>
</file_ref>
<file_ref>
<file_name>cufft32_32_16.dll</file_name>
</file_ref>
</app_version>
</app_info> ____________ SETI@home classic workunits: 93,865 CPU time: 863,447 hours Join the BP6/VP6 User Group today! | |
| ID: 1326378 · | |
|
You can run stock CPU apps using an app_info.xml. It just falls into the "not advised" category. One issue is that the stock apps will no longer get updated from the server.</disclaimer> | |
| ID: 1327829 · | |
Message boards : Number crunching : How do I run the stock CPU apps with optimized GPU apps?
| Copyright © 2013 University of California |