MMM
Results 1 to 25 of 222

Thread: GPU OCing Help Thread

Threaded View

  1. #40
    Xtreme Cruncher
    Join Date
    Mar 2009
    Location
    kingston.ma
    Posts
    2,139
    Sorry I did not get back to you on this ...
    I use an app_config file in the to tell boinc that a GPU Grid gpu task needs 1 cpu (this overrides the settings the gpugrid project assigns for cpu usage). I'll post the app_config details when I get home tonight (about 8 hours from now).


    this goes in an app_config.xml file which is placed in the GPUGrid's \project folder

    Code:
    <app_config>
    
        <app>
            <name>acemdlong</name>
            <max_concurrent>1</max_concurrent>
            <gpu_versions>
                <gpu_usage>1.00</gpu_usage>
                <cpu_usage>1.00</cpu_usage>
            </gpu_versions>
        </app>
    
    </app_config>
    Last edited by Snow Crash; 04-17-2014 at 02:02 PM. Reason: app_config.xml snip added

Bookmarks

Bookmarks

Posting Permissions

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