Results 1 to 10 of 27

Thread: Is anyone running 2 WUs anymore?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator
    Bryan's Avatar
    Join Date
    October 27th, 2010
    Location
    CO summer, TX winter
    Posts
    6,457

    Re: Is anyone running 2 WUs anymore?

    Quote Originally Posted by Crazybob's Son View Post
    Just curious, has anyone tried this for other GPU projects? Running Collatz my GUI isn't really slowed down at all (even though the GPU is @ 100%). Wondering if that might help in the daily take.
    Don't run 2 wu on Collatz because on that project BOINC won't ask for new tasks!!!!! You should elevate the priority though with the p3 b-1 cmdline option.

    I'm running 2 wu on PG on the Cudas ... there is debate whether it actually helps. Since I'm new to the Cuda/PG game I haven't tried going w/ just 1 wu. I'm VERY content with how things are working currently.

    GPUGrid definitely is improved running 2 wu.


  2. #2
    Diamond Member
    zombie67's Avatar
    Join Date
    October 24th, 2010
    Location
    Reno, NV
    Posts
    7,329

    Re: Is anyone running 2 WUs anymore?

    What is the minimum CPU allocation you can use without impacting the speed of the GPU? I am currently using two tasks, each using .5 CPU.
    "Don't confront me with my failures, I had not forgotten them" - Jackson Browne

    Avatar source


  3. #3
    Administrator
    Bryan's Avatar
    Join Date
    October 27th, 2010
    Location
    CO summer, TX winter
    Posts
    6,457

    Re: Is anyone running 2 WUs anymore?

    Quote Originally Posted by zombie67 View Post
    What is the minimum CPU allocation you can use without impacting the speed of the GPU? I am currently using two tasks, each using .5 CPU.
    I don't have a real answer but like you I'm allocating .5 CPU per wu on the I7. The real reason there is to keep the memory hog Constellation from running more than 6 threads.

    When they 1st came out with the new app it was almost a requirement to allocate that much(or more) but since the .62 app came out I imagine that is much higher than it needs to be.


  4. #4
    Friend of SETI.USA Mad Matt's Avatar
    Join Date
    November 17th, 2010
    Location
    Riding with the Red Baron
    Posts
    1,192

    Re: Is anyone running 2 WUs anymore?

    Quote Originally Posted by Bryan View Post
    I don't have a real answer but like you I'm allocating .5 CPU per wu on the I7. The real reason there is to keep the memory hog Constellation from running more than 6 threads.

    When they 1st came out with the new app it was almost a requirement to allocate that much(or more) but since the .62 app came out I imagine that is much higher than it needs to be.
    I don't allocate any CPUs to feed the GPUs since 0.62. Wouldn't make sense running 4 WUs per GPU that way. I haven't cross checked my crunch times though. But they seem to be fine. BoincTasks says about 1-2 sec. CPU time per GPU minute.

  5. #5
    Platinum Member
    Crazybob's Avatar
    Join Date
    October 25th, 2010
    Location
    Preparing for the flakes!
    Posts
    2,529

    Re: Is anyone running 2 WUs anymore?

    Wanted to get in on the double points, but I think I screwed up when creating a new App_info.xml file. Can anyone spot my screw up?

    - <app_info>
    - <app>
    <name>milkyway</name>
    </app>
    - <file_info>
    <name>milkyway_seperation_0.82_windows_x86_64_ati1 4.exe</name>
    <executable />
    </file_info>
    - <app_version>
    <app_name>milkyway</app_name>
    <version_num>82</version_num>
    <plan_class>ati14</plan_class>
    <flops>1.0e11</flops>
    <avg_ncpus>.5</avg_ncpus>
    <max_ncpus>1</max_ncpus>
    - <coproc>
    <type>ATI</type>
    <count>.5</count>
    </coproc>
    - <file_ref>
    <file_name>milkyway_seperation_0.82_windows_x86_64 _ati14.exe</file_name>
    <main_program />
    </file_ref>
    </app_version>
    </app_info

    Joined Original Message Board: Fri Jan 27, 2006 1:47 pm, Currently with 11298 Posts

    If it ain't crunch'n, unplug it!

  6. #6
    Past Administrator
    Fire$torm's Avatar
    Join Date
    October 13th, 2010
    Location
    In the Big City
    Posts
    7,938

    Re: Is anyone running 2 WUs anymore?

    That code had a few typos all fixed.

    Code:
    <app_info>
     <app>
      <name>milkyway</name>
     </app>
     <file_info>
      <name>milkyway_seperation_0.82_windows_x86_64_ati14.exe</name>
      <executable/>
     </file_info>
     
     <app_version>
      <app_name>milkyway</app_name>
      <version_num>82</version_num>
      <plan_class>ati14ati</plan_class>
      <flops>1.0e11</flops>
      <avg_ncpus>0.05</avg_ncpus>
      <max_ncpus>1</max_ncpus>
      <coproc>
       <type>ATI</type>
       <count>0.5</count>
      </coproc>
     <file_ref>
      <file_name>milkyway_seperation_0.82_windows_x86_64 _ati14.exe</file_name>
     <main_program/>
     </file_ref>
     </app_version>
    </app_info>

    Edit: If you still have issues with the above code then you could always try arkyns code ---> http://www.arkayn.us/forum/index.php...a=view;down=32
    Last edited by Fire$torm; 07-20-11 at 10:22 AM.


    Future Maker? Teensy 3.6

  7. #7
    Platinum Member
    Crazybob's Avatar
    Join Date
    October 25th, 2010
    Location
    Preparing for the flakes!
    Posts
    2,529

    Re: Is anyone running 2 WUs anymore?

    Thanks for the info! Seems to be running now.

    Joined Original Message Board: Fri Jan 27, 2006 1:47 pm, Currently with 11298 Posts

    If it ain't crunch'n, unplug it!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •