Welcome to MilkyWay@home

Need Help with app_info for NVIDIA GPU

Message boards : Number crunching : Need Help with app_info for NVIDIA GPU
Message board moderation

To post messages, you must log in.

AuthorMessage
w1hue

Send message
Joined: 13 Feb 09
Posts: 49
Credit: 72,372,187
RAC: 0
Message 55581 - Posted: 18 Sep 2012, 23:50:20 UTC

I've been futzing for the past hour or so trying got get an app_info.xml file configured so that I can run two Milkyway WUs at a time in my NVIDIA GT 520 GPU (it runs single Milkyway WUs and multiple SETI WUs just fine).

Here's my most recent attempt for the Milkyway app_info.xml file:

<app_info>
<app>
<name>milkyway</name>
</app>
<file_info>
<name>milkyway_separation_1.02_windows_intelx86__opencl_nvidia.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway</app_name>
<version_num>102</version_num>
<flops>4.0e10</flops>
<avg_ncpus>0.05</avg_ncpus>
<max_ncpus>1</max_ncpus>
<plan_class>cuda_fermi</plan_class>
<coproc>
<type>NVIDIA</type>
<count>0.5</count>
</coproc>
<cmdline></cmdline>
</app_version>
</app_info>

This is essentially the same as one I found in a search of the message boards that apparently worked. When I restart BOINC after installing the file, the file milkyway_separation_1.02_windows_intelx86__opencl_nvidia.exe gets deleted (it was definitely there before BOINC restarted!

Here's an excerpt from the log file:

9/18/2012 4:21:50 PM | | NVIDIA GPU 0: GeForce GT 520 (driver version 285.58, CUDA version 4.10, compute capability 2.1, 1024MB, 989MB available, 182 GFLOPS peak)
9/18/2012 4:21:50 PM | | OpenCL: NVIDIA GPU 0: GeForce GT 520 (driver version 285.58, device version OpenCL 1.1 CUDA, 1024MB, 989MB available)
9/18/2012 4:21:50 PM | Milkyway@Home | Found app_info.xml; using anonymous platform
9/18/2012 4:21:50 PM | SETI@home | Found app_info.xml; using anonymous platform
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] No application found for task: windows_intelx86 102 opencl_nvidia; discarding
9/18/2012 4:21:50 PM | Milkyway@Home | [error] State file error: result de_separation_09_2s_sample_2_1341007502_45150216_0 not found for task

HELP!!
ID: 55581 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
w1hue

Send message
Joined: 13 Feb 09
Posts: 49
Credit: 72,372,187
RAC: 0
Message 55582 - Posted: 19 Sep 2012, 3:43:42 UTC
Last modified: 19 Sep 2012, 4:23:46 UTC

Well, I found part of the problem: I left this out of the app_info file:

<file_ref>
<file_name>milkyway_separation_1.02_windows_intelx86__opencl_nvidia.exe</file_name>
<main_program/>
</file_ref>

At least the .exe file no longer gets deleted from the milkyway directory! However, I can't get it to download WUs!

Even with all other GPU projects suspended, I get this when I "update":

9/18/2012 8:52:36 PM | Milkyway@Home | Sending scheduler request: Requested by user.
9/18/2012 8:52:36 PM | Milkyway@Home | Not reporting or requesting tasks
9/18/2012 8:52:39 PM | Milkyway@Home | Scheduler request completed


Here's my current app_info file contents:
<app_info>
<app>
<name>milkyway</name>
</app>
<file_info>
<name>milkyway_separation_1.02_windows_intelx86__opencl_nvidia.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway</app_name>
<version_num>102</version_num>
<flops>4.0e10</flops>
<avg_ncpus>0.05</avg_ncpus>
<max_ncpus>1</max_ncpus>
<plan_class>cuda_fermi</plan_class>
<coproc>
<type>nvidia</type>
<count>0.5</count>
</coproc>
<cmdline></cmdline>
<file_ref>
<file_name>milkyway_separation_1.02_windows_intelx86__opencl_nvidia.exe</file_name>
<main_program/>
</file_ref>
</app_version>
</app_info>

Now What??
ID: 55582 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 8 May 09
Posts: 3321
Credit: 520,626,462
RAC: 31,602
Message 55584 - Posted: 19 Sep 2012, 10:28:12 UTC - in response to Message 55582.  

Well, I found part of the problem: I left this out of the app_info file:

<file_ref>
<file_name>milkyway_separation_1.02_windows_intelx86__opencl_nvidia.exe</file_name>
<main_program/>
</file_ref>

At least the .exe file no longer gets deleted from the milkyway directory! However, I can't get it to download WUs!

Even with all other GPU projects suspended, I get this when I "update":

9/18/2012 8:52:36 PM | Milkyway@Home | Sending scheduler request: Requested by user.
9/18/2012 8:52:36 PM | Milkyway@Home | Not reporting or requesting tasks
9/18/2012 8:52:39 PM | Milkyway@Home | Scheduler request completed


Here's my current app_info file contents:
<flops>4.0e10</flops>

Now What??


I an app_info for nvidia cards that works for me:

<app_info>
<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.5</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>

Remember that you NEED to use Boinc version 7.0.25 for Nvidia cards to work here, as anything higher from there up up thru 7.0.31 will NOT work! I see you are using 7.0.28, so downgrade and you should be fine. Now BEFORE you downgrade just know that ANY unit on your pc you have will be trashed as it is an older version, Boinc does well with upgrades but LOUSY with downgrades!! It is best to run thru your current units, after setting your projects to no new tasks, prior to downgrading. I would downgrade THEN check out the app_info again as you may not even need it unless you want to run multiple units at the same time.
ID: 55584 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
w1hue

Send message
Joined: 13 Feb 09
Posts: 49
Credit: 72,372,187
RAC: 0
Message 55587 - Posted: 19 Sep 2012, 18:15:55 UTC - in response to Message 55584.  

Remember that you NEED to use Boinc version 7.0.25 for Nvidia cards to work here, as anything higher from there up up thru 7.0.31 will NOT work!

That's strange -- my 7.0.28 works fine with SETI. If that is really the case, I'll just wait for 7.0.32 to be released and try again. Too much hassle to down-grade.

BTW -- your app_info fine looks about the same as mine, except your <class_plan> is cuda and mine is cuda_fermi.
ID: 55587 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
w1hue

Send message
Joined: 13 Feb 09
Posts: 49
Credit: 72,372,187
RAC: 0
Message 55588 - Posted: 20 Sep 2012, 0:19:02 UTC

SUCCESS!

I reset the milkyway project and restarted BOINC -- it downloaded WUs and has been happily crunching two WUs at a time in my GT 520 for the past couple of hours! And I am still running BOINC 7.0.28. Doing a scan of past posts regarding BOINC 7.0.25+, it appears that those experiencing errors were running higher end cards and/or a 64bit OS. I am running 32bit WinXP.

Just for the record, here is my app_info file that is working:

<app_info>
<app>
<name>milkyway</name>
</app>
<file_info>
<name>milkyway_separation_1.02_windows_intelx86__opencl_nvidia.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway</app_name>
<version_num>102</version_num>
<flops>2.0e10</flops>
<avg_ncpus>0.05</avg_ncpus>
<max_ncpus>0.2</max_ncpus>
<plan_class>cuda</plan_class>
<coproc>
<type>NVIDIA</type>
<count>0.5</count>
</coproc>
<cmdline></cmdline>
<file_ref>
<file_name>milkyway_separation_1.02_windows_intelx86__opencl_nvidia.exe</file_name>
<main_program/>
</file_ref>
</app_version>
</app_info>


ID: 55588 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 8 May 09
Posts: 3321
Credit: 520,626,462
RAC: 31,602
Message 55589 - Posted: 20 Sep 2012, 11:00:38 UTC - in response to Message 55588.  

SUCCESS!

I reset the milkyway project and restarted BOINC -- it downloaded WUs and has been happily crunching two WUs at a time in my GT 520 for the past couple of hours! And I am still running BOINC 7.0.28. Doing a scan of past posts regarding BOINC 7.0.25+, it appears that those experiencing errors were running higher end cards and/or a 64bit OS. I am running 32bit WinXP.

Just for the record, here is my app_info file that is working:


WOOHOO!!! I am VERY glad you got it working, I DO have a 560Ti AND Winy 64bit, so yes that could be the difference!

Oh and 7.0.36 is available for use, they are long past 7.0.32 already. Although I have NOT tried it on that pc yet.
ID: 55589 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Need Help with app_info for NVIDIA GPU

©2024 Astroinformatics Group