Welcome to MilkyWay@home

Example app_info.xml

Message boards : Number crunching : Example app_info.xml
Message board moderation

To post messages, you must log in.

AuthorMessage
Nick

Send message
Joined: 1 Nov 09
Posts: 21
Credit: 18,543,759
RAC: 0
Message 56285 - Posted: 24 Nov 2012, 19:12:53 UTC
Last modified: 24 Nov 2012, 20:01:20 UTC

Could someone please provide me with an example app_info.xml file that will allow me to run both standard CPU tasks as well as multiple cuda tasks on an Nvidia board?

With no app_info.xml I get cpu tasks but only 1 cuda task. When I add a app_info.xml file such as I've seen here, I can run multiple cuda tasks but no cpu tasks. How can I run multiple instances of both?


Thanks,

Nick
ID: 56285 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Nick

Send message
Joined: 1 Nov 09
Posts: 21
Credit: 18,543,759
RAC: 0
Message 56287 - Posted: 24 Nov 2012, 21:13:02 UTC - in response to Message 56285.  

Let me try this another way.

The below app_info.xml file will allow 4 instances of a cuda file to run.

It will not allow CPU tasks to be fetched or run.

If I delete this file, CPU tasks will download and run fine and a single instance of a cuda file will download and run file.

Can anyone tell me how to get this to run both multiple CPU tasks and multiple Cuda tasks?




<app>
<name>milkyway</name>
</app>
<file_info>
<name>milkyway_separation_1.02_windows_x86_64__opencl_nvidia.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway</app_name>
<version_num>102</version_num>
<flops>1.0e11</flops>
<avg_ncpus>0.05</avg_ncpus>
<max_ncpus>1</max_ncpus>
<plan_class>cuda</plan_class>
<coproc>
<type>NVIDIA</type>
<count>0.25</count>
</coproc>
<cmdline>
</cmdline>
<file_ref>
<file_name>milkyway_separation_1.02_windows_x86_64__opencl_nvidia.exe</file_name>
<main_program/>
</file_ref>
</app_version>
</app_info>
ID: 56287 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
GaryG
Avatar

Send message
Joined: 29 Aug 12
Posts: 31
Credit: 40,781,945
RAC: 0
Message 56288 - Posted: 24 Nov 2012, 21:39:47 UTC

Your are missing the section for the CPU app, here is mine:

<app_info>
<app>
<name>milkyway</name>
</app>
<file_info>
<name>milkyway_separation_1.00_windows_x86_64.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway</app_name>
<version_num>100</version_num>
<cmdline></cmdline>
<file_ref>
<file_name>milkyway_separation_1.00_windows_x86_64.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app>
<name>milkyway</name>
</app>
<file_info>
<name>milkyway_separation_1.02_windows_x86_64__opencl_amd_ati.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway</app_name>
<version_num>102</version_num>
<flops>2.0e11</flops>
<avg_ncpus>0.05</avg_ncpus>
<max_ncpus>1</max_ncpus>
<plan_class>ati14ati</plan_class>
<coproc>
<type>ATI</type>
<count>0.5</count>
</coproc>
<cmdline></cmdline>
<file_ref>
<file_name>milkyway_separation_1.02_windows_x86_64__opencl_amd_ati.exe</file_name>
<main_program/>
</file_ref>
</app_version>
</app_info>

Hope this helps,
Gary
ID: 56288 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Nick

Send message
Joined: 1 Nov 09
Posts: 21
Credit: 18,543,759
RAC: 0
Message 56289 - Posted: 24 Nov 2012, 22:01:11 UTC - in response to Message 56288.  

Thank you Gary. I was able to modify it for Nvidia and that solves my problem!

Question. How would anyone find this out without help?

Nick
ID: 56289 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
swiftmallard
Avatar

Send message
Joined: 18 Jul 09
Posts: 300
Credit: 303,562,776
RAC: 0
Message 56290 - Posted: 24 Nov 2012, 22:33:43 UTC - in response to Message 56289.  

Question. How would anyone find this out without help?

You don't.
ID: 56290 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
GaryG
Avatar

Send message
Joined: 29 Aug 12
Posts: 31
Credit: 40,781,945
RAC: 0
Message 56295 - Posted: 25 Nov 2012, 4:17:15 UTC - in response to Message 56289.  

Glad you got it working, I found most of what I know by searching the message boards. I started running the optimized apps for Seti@Home and it is required there.
ID: 56295 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Example app_info.xml

©2024 Astroinformatics Group