+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: help i guess.  (Read 7427 times)

Fubar

  • Guest
help i guess.
« on: 02 Sep 2009, 04:09:11 am »
I put together a new system.

i7 920
evga x58 sli
raid 0 - corsair p128
12gb corsair trip chan ddr3 c8 mem
windows 7 6.1 7100 build

When I went to transfer my boinc stuff, it went fine. After weeks I decided to use an optimized version. However when I installed this app it wipe everything; every single time. I stopped and exited making it quit the work units. I proceeded to install, it went fine. I started up boinc and it gave a page of errors cannot find work for windows 603x86. Smart as i am i made a backup, so i restored it and bam it work; so i tried to install again. Everything gets wiped. The program asks me to assign an id or project whenever it gets restarted after lunatics install.

So does anyone know whats going on?
« Last Edit: 02 Sep 2009, 04:11:35 am by Fubar »

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: help i guess.
« Reply #1 on: 02 Sep 2009, 04:40:49 am »
check app_info.xml in SETI project directory in boinc data folder.
Is it ok?

And try to install BOINC not in default place (at least BOINC data folder) but in something like C:\BOINCdata or even better D:\BOINCdata..
Windows sometimes too smart and deny access to needed folders if it thinks it's system location. So better to avoid places known to Windows, especially in new (more "user friendly and smart") versions...
« Last Edit: 02 Sep 2009, 04:43:55 am by Raistmer »

Fubar

  • Guest
Re: help i guess.
« Reply #2 on: 02 Sep 2009, 05:16:48 am »
C:\ProgramData\BOINC\projects\setiathome.berkeley.edu

app_info.xml:
<app_info>
    <app>
        <name>setiathome_enhanced</name>
    </app>
    <file_info>
        <name>AK_v8b_win_x64_SSE41.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>528</version_num>
        <file_ref>
           <file_name>AK_v8b_win_x64_SSE41.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
    <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>603</version_num>
        <file_ref>
           <file_name>AK_v8b_win_x64_SSE41.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
    <app>
        <name>astropulse_v5</name>
    </app>
    <file_info>
        <name>ap_5.03r112_SSE3.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>astropulse_v5</app_name>
        <version_num>503</version_num>
        <file_ref>
            <file_name>ap_5.03r112_SSE3.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
    <app>
        <name>astropulse_v505</name>
    </app>
    <file_info>
        <name>ap_5.05r168_SSE3.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>astropulse_v505</app_name>
        <version_num>505</version_num>
        <file_ref>
            <file_name>ap_5.05r168_SSE3.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>   
</app_info>
« Last Edit: 02 Sep 2009, 05:19:00 am by Fubar »

Offline Josef W. Segur

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 3112
Re: help i guess.
« Reply #3 on: 02 Sep 2009, 06:26:02 pm »
That app_info.xml is OK. The problem comes about because the project doesn't have separate applications for the windows_x86_64 platform, so the work downloaded for stock uses an <alt_platform> mechanism to enable use of the windows_intelx86 applications. The <alt_platform> mechanism isn't available in app_info.xml so the work is deleted because you no longer have windows_intelx86 applications.

It is possible to put <platform>windows_intelx86</platform> entries in app_info.xml for each app_version, but that causes other problems under some circumstances. We've thought about doubling the number of app_version sections to have both platforms listed for each, but that's untested.

I think I'd edit BOINC's client_state.xml if I were making that transition. First I'd do the optimized install, then change the platform for each <result> listed in client_state.xml to windows_x86_64 before starting BOINC again. Since you are smart enough to make a backup, you might try this approach.
                                                                         Joe


Fubar

  • Guest
Re: help i guess.
« Reply #4 on: 02 Sep 2009, 08:35:55 pm »
Thank you I will try tonight.
What would that be: (i only took out flops in the edit)
<result>
    <name>31jl09ad.17185.10701.4.10.52_0</name>
    <final_cpu_time>4508.094000</final_cpu_time>
    <final_elapsed_time>4449.757933</final_elapsed_time>
    <exit_status>0</exit_status>
    <state>2</state>
    <platform>windows_intelx86_64</platform>
    <version_num>603</version_num>
    <fpops_cumulative>32607330000000.000000</fpops_cumulative>
    <wu_name>31jl09ad.17185.10701.4.10.52</wu_name>
    <report_deadline>1252781903.000000</report_deadline>
    <file_ref>
        <file_name>31jl09ad.17185.10701.4.10.52_0_0</file_name>
        <open_name>result.sah</open_name>
    </file_ref>
</result>

And I just change the platform?


THANK YOU it now works.
« Last Edit: 02 Sep 2009, 08:53:40 pm by Fubar »

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 62
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 33
Total: 33
Powered by EzPortal