+- +-
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: BOINC 6.10.58 incorrect running time estimation  (Read 21942 times)

Offline msattler

  • Alpha Tester
  • Knight Templar
  • ***
  • Posts: 427
Re: BOINC 6.10.58 incorrect running time estimation
« Reply #15 on: 09 Feb 2012, 01:54:35 am »
My last conversation with Eric indicated that he had to work out some things with the AP validation, being tested on Beta, and once that hurdle is cleared, they could start to ease the limits again.

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: BOINC 6.10.58 incorrect running time estimation
« Reply #16 on: 17 Feb 2012, 12:24:33 pm »
Eithier bother DA or Eric to fix the server side Estimates for Anonymous Platform users that aren't using flops entries,

or put flops into your app_info (use the APR figure with e09 at the end), eg 17.686758629915e09 for CPU MB  app & 255.03870331506e09 for Nvidia GPU MB app,

or use Jason's 6.10.58 boinc.exe,

Claggy

Cause I can't use Jason's build on this host for some unknown reason I modified app_info with flops you supplied:

Code: [Select]
<app_info>
    <app>
        <name>setiathome_enhanced</name>
    </app>
    <file_info>
        <name>AK_v8b2_win_x64_SSSE3x.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>603</version_num>
<platform>windows_intelx86</platform>
        <file_ref>
           <file_name>AK_v8b2_win_x64_SSSE3x.exe</file_name>
            <main_program/>
        </file_ref>
<flops>17.686758629915e09</flops>
    </app_version>
    <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>603</version_num>
<platform>windows_x86_64</platform>
        <file_ref>
           <file_name>AK_v8b2_win_x64_SSSE3x.exe</file_name>
            <main_program/>
        </file_ref>
<flops>17.686758629915e09</flops>
    </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_intelx86</platform>
        <plan_class>cuda_fermi</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>
<flops>255.03870331506e09</flops>
    </app_version>
    <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>610</version_num>
<platform>windows_x86_64</platform>
        <plan_class>cuda_fermi</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>
<flops>255.03870331506e09</flops>
    </app_version>
</app_info>

6.10 tasks estimation time stll ~2h.
Should I change flops again or just wait when those GPU tasks will be processed and new ones downloaded?

EDIT: after one more restart and addition of AP to mix CUDA times near 1min that even lower than actual execution time.
Now just need good connection to servers to refill cache, thanks!
« Last Edit: 17 Feb 2012, 12:37:12 pm by Raistmer »

Offline Claggy

  • Alpha Tester
  • Knight who says 'Ni!'
  • ***
  • Posts: 3111
    • My computers at Seti Beta
Re: BOINC 6.10.58 incorrect running time estimation
« Reply #17 on: 17 Feb 2012, 03:39:51 pm »
Eithier bother DA or Eric to fix the server side Estimates for Anonymous Platform users that aren't using flops entries,

or put flops into your app_info (use the APR figure with e09 at the end), eg 17.686758629915e09 for CPU MB  app & 255.03870331506e09 for Nvidia GPU MB app,

or use Jason's 6.10.58 boinc.exe,

Claggy

Cause I can't use Jason's build on this host for some unknown reason I modified app_info with flops you supplied:


Try installing the CRT redistributables, links are in Jason's boinc build thread.

Quote
6.10 tasks estimation time stll ~2h.
Should I change flops again or just wait when those GPU tasks will be processed and new ones downloaded?

EDIT: after one more restart and addition of AP to mix CUDA times near 1min that even lower than actual execution time.
Now just need good connection to servers to refill cache, thanks!

1. Eithier wait for new tasks, Or:

2.  (with an app_info with flops in it) Suspend Network Activity, Save all your Wu files, Reset the project, then Restore your Wu files, Unset Network Activity, then ask for work,
the Workunits will get resent but the downloads will get skipped because you already have then,
(Change the Use CPU and Use Nvidia GPU selections to send them to whatever device you want, beware of trying to send VLARs to Nvidia GPUs),
and the good thing is you don't have to wait 5 mins and 3 seconds between attempts, (as long as there are no backed off uploads or downloads)

Claggy
« Last Edit: 17 Feb 2012, 03:42:21 pm by Claggy »

 

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: 43
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 37
Total: 37
Powered by EzPortal