Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Milkyway help

  1. #1
    Silver Member
    aux9o's Avatar
    Join Date
    March 23rd, 2011
    Posts
    149

    Milkyway help

    I just installed a quad core processor a few weeks ago into my milkyway rig. I noticed that every since i am not doing as much wu's as i used to. I was getting over 300,000 per day now im down to maybe 200,000 per day. I noticed that it is taking over 45 sec to do one wu. I can suspend my cpu task and the amount of time drops to 27sec per wu. But I would like to be able to run a cpu project while getting the best out of my gpu on milkyway. What can I do to fix this?



    All your base are belong to us!

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

    Re: Milkyway help

    Sounds like you need to reserve a CPU core for Milkyway. In BM set "Use all CPUs" to 75%.

    Edit: The above is for non-HT CPUs. For CPUs w/ HT use 87.5%


    Future Maker? Teensy 3.6

  3. #3
    Platinum Member
    Maxwell's Avatar
    Join Date
    October 25th, 2010
    Location
    Everett, WA
    Posts
    3,300

    Re: Milkyway help

    You could also use a app_config file to reserve an entire thread to feed your GPU on MW. I've actually ended up going this route on several GPU projects I've crunched recently.

  4. #4
    Silver Member
    aux9o's Avatar
    Join Date
    March 23rd, 2011
    Posts
    149

    Re: Milkyway help

    Can you help with setting this up?



    All your base are belong to us!

  5. #5
    Platinum Member
    Maxwell's Avatar
    Join Date
    October 25th, 2010
    Location
    Everett, WA
    Posts
    3,300

    Re: Milkyway help

    Drop this into the MW project folder and name it "app_config.xml" (without the quotes). Then hit "read config files" in the BOINC manager. It is setup to run 2 WUs at a time, and each will reserve half a CPU (so, two WUs reserves a whole CPU thread). Should work. If not, let us know how it goes.

    Code:
    <app_config>
    <app>
    <name>milkyway</name>
    <gpu_versions>
    <gpu_usage>0.5</gpu_usage>
    <cpu_usage>0.5</cpu_usage>
    </gpu_versions>
    </app>
    <app>
    <name>milkyway_separation__modified_fit</name>
    <gpu_versions>
    <gpu_usage>0.5</gpu_usage>
    <cpu_usage>0.5</cpu_usage>
    </gpu_versions>
    </app>
    </app_config>

  6. #6
    Platinum Member
    Mumps's Avatar
    Join Date
    October 28th, 2010
    Location
    Milwaukee, WI
    Posts
    3,994

    Re: Milkyway help

    Don't forget to mention that "app_config.xml" does require a relatively new BOINC Client. It was added in the 7.0.40 release.

  7. #7
    Silver Member
    aux9o's Avatar
    Join Date
    March 23rd, 2011
    Posts
    149

    Re: Milkyway help

    This looks like it is working. Maybe better then before!



    All your base are belong to us!

  8. #8
    Platinum Member
    Maxwell's Avatar
    Join Date
    October 25th, 2010
    Location
    Everett, WA
    Posts
    3,300

    Re: Milkyway help

    Quote Originally Posted by aux9o View Post
    This looks like it is working. Maybe better then before!
    Glad to hear it! Keep us posted...

  9. #9
    Gold Member
    FourOh's Avatar
    Join Date
    January 16th, 2013
    Location
    Memphis, TN
    Posts
    1,037

    Re: Milkyway help

    If this is your rig with an HD 7970, I would change the gpu_usage to .25 - I have found that 4 work units yields best results on faster cards. Milkyway has pretty low CPU overhead so you can change cpu_usage to .05 or match your gpu_usage to keep a core dedicated.



  10. #10
    Silver Member
    aux9o's Avatar
    Join Date
    March 23rd, 2011
    Posts
    149

    Re: Milkyway help

    I got a Dell t7400 with a 6900 series and I also installed the 7970 in there. I have one card running 4 wu's at a time but only 1 card is running wu's. What have I forgot to do to make both cards run?



    All your base are belong to us!

Page 1 of 2 12 LastLast

Posting Permissions

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