Message boards :
Number crunching :
"Your app_info.xml file doesn't have a usable version of SETI@home Enhanced" errors
Message board moderation
Previous · 1 · 2 · 3
Author | Message |
---|---|
![]() ![]() Send message Joined: 27 May 07 Posts: 3720 Credit: 9,385,827 RAC: 0 ![]() |
I think you can use MB7_win_x86_SSE2_CPU_r1717_nonIPP_FFTW.7z from here: http://mikesworldnet.de/produkte.html I don't know what is 'nonIPP', maybe this?: http://software.intel.com/en-us/intel-ipp http://en.wikipedia.org/wiki/Integrated_Performance_Primitives  ![]() ![]()  |
Claggy Send message Joined: 5 Jul 99 Posts: 4654 Credit: 47,537,079 RAC: 4 ![]() |
You're missed out the following which should go before the <app_version> sections: <app> <name>setiathome_enhanced</name> </app> <file_info> <name>setiathome_6.03_windows_intelx86.exe</name> <executable/> </file_info> <file_info> <name>libfftw3f-3-1-1a_upx.dll</name> <executable/> </file_info> <file_info> <name>setigraphics_6.03_windows_intelx86.exe</name> <executable/> </file_info> Claggy |
![]() ![]() Send message Joined: 28 Jun 99 Posts: 104 Credit: 16,364,896 RAC: 1 ![]() |
I am trying to setup a Linux PC with NVIDIA GTX275 and downloaded the Optimised app and it had a app_info.xml with it. When I run BOINC i get this error which is because I do not have the SETI@home Enhanced in the app_info.xml 27-May-13 14:23:16 | SETI@home | Message from server: Your app_info.xml file doesn't have a usable version of SETI@home Enhanced. I tried to modify the app_info.xml and when I started BOINC it deleted all the work and also the SETI@home Enhanced applications. Can someone point out where I went wrong ?? <app_info> <app> <name>astropulse_v6</name> </app> <file_info> <name>ap_6.07r1844_sse2_clNV_linux64</name> <executable/> </file_info> <app_version> <app_name>astropulse_v6</app_name> <version_num>607</version_num> <avg_ncpus>0.2</avg_ncpus> <max_ncpus>0.2</max_ncpus> <platform>x86_64-pc-linux-gnu</platform> <plan_class>opencl_nvidia_100</plan_class> <cmdline></cmdline> <coproc> <type>NVIDIA</type> <count>1</count> </coproc> <file_ref> <file_name>ap_6.07r1844_sse2_clNV_linux64</file_name> <main_program/> </file_ref> </app_version> <app_version> <app_name>astropulse_v6</app_name> <version_num>607</version_num> <avg_ncpus>0.2</avg_ncpus> <max_ncpus>0.2</max_ncpus> <platform>x86_64-pc-linux-gnu</platform> <plan_class>cuda_opencl_100</plan_class> <cmdline></cmdline> <coproc> <type>CUDA</type> <count>1</count> </coproc> <file_ref> <file_name>ap_6.07r1844_sse2_clNV_linux64</file_name> <main_program/> </file_ref> </app_version> ** I added the following as I had a 6.03 and a 528 application** <app_version> <app_name>setiathome_enhanced</app_name> <version_num>603</version_num> <platform>x86_64-pc-linux-gnu</platform> <file_ref> <file_name>setiathome_6.03_i686-pc-linux-gnu</file_name> <main_program/> </file_ref> <file_ref> <file_name>setigraphics_6.03_i686-pc-linux-gnu</file_name> <open_name>graphics_app</open_name> </file_ref> </app_version> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>528</version_num> <platform>x86_64-pc-linux-gnu</platform> <file_ref> <file_name>setiathome_528.i686-pc-linux-gnu</file_name> <main_program/> </file_ref> </app_version> </app_info> ![]() Proud Founder and member of ![]() Have a look at my WebCam |
Claggy Send message Joined: 5 Jul 99 Posts: 4654 Credit: 47,537,079 RAC: 4 ![]() |
I tried to modify the app_info.xml and when I started BOINC it deleted all the work and also the SETI@home Enhanced applications. Same as before, you're missed out the setiathome_enhanced app name/file_info section. Claggy |
![]() ![]() Send message Joined: 28 Jun 99 Posts: 104 Credit: 16,364,896 RAC: 1 ![]() |
so what you are saying is I need to add this before <app_version>? <app> <name>setiathome_enhanced</name> </app> ![]() Proud Founder and member of ![]() Have a look at my WebCam |
Claggy Send message Joined: 5 Jul 99 Posts: 4654 Credit: 47,537,079 RAC: 4 ![]() |
so what you are saying is I need to add this before <app_version>? Not just that, you need the <file_info> for each app or dll mentioned in the <app_version> section too. Claggy |
![]() ![]() Send message Joined: 28 Jun 99 Posts: 104 Credit: 16,364,896 RAC: 1 ![]() |
I think I will just run the optimised application and use the CPU on another project. It is just too hard for me, I am an old fart (64) and it is getting beyond me I think. Thanks for the help, if you could post what it is supposed to look like for Linux I could then use the CPU as well on SETI. Thanks ![]() Proud Founder and member of ![]() Have a look at my WebCam |
Claggy Send message Joined: 5 Jul 99 Posts: 4654 Credit: 47,537,079 RAC: 4 ![]() |
I think I will just run the optimised application and use the CPU on another project. It is just too hard for me, I am an old fart (64) and it is getting beyond me I think. You need to add the following just before your setiathome_enhanced <app_version> section: <app> <name>setiathome_enhanced</name> </app> <file_info> <name>setiathome_6.03_i686-pc-linux-gnu</name> <executable/> </file_info> <file_info> <name>setigraphics_6.03_i686-pc-linux-gnu</name> <executable/> </file_info> <file_info> <name>setiathome_528.i686-pc-linux-gnu</name> <executable/> </file_info> Note: you're also got a typo where the following are both on the same line: </file_ref> </app_version> Other things to Note: rather than using the Stock 6.03 & 5.28 apps, you can just download an Optimised app package from Crunchers Anonymous, and add the Nvidia OpenCL AP app to that app_info, and the x41g Linux Cuda app. More things to Note: On Wednesday Setiathome v7 goes live, Setiathome v6 work will then start to dry up, without v7 apps mentioned in your app_info you won't get any v7 work, let alone v6 work, Expect Arkayn to update his packages in the near future when we know what the app version names and version numbers are going to be. Claggy |
Claggy Send message Joined: 5 Jul 99 Posts: 4654 Credit: 47,537,079 RAC: 4 ![]() |
I think I will just run the optimised application and use the CPU on another project. All your Nvidia OpenCL AP Wu's are erroring out, please check you have followed the instructions and copied all the needed files to your setiathome project directory. Claggy |
![]() ![]() Send message Joined: 28 Jun 99 Posts: 104 Credit: 16,364,896 RAC: 1 ![]() |
They errored out when I took the app_info file out of the folder to download the seti_enhanced standard app. It did not work so I am sticking with the optimised astropulse app and another project. I have started working on new Optimised astropulse work and I will check to see that they finish OK. Maybe I can get it working when the new version comes out and I can get a app_info that works. Thanks for the help though much appreciated. ![]() Proud Founder and member of ![]() Have a look at my WebCam |
©2025 University of California
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.