Results 1 to 4 of 4

Thread: Controlling CPU instances

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

    Controlling CPU instances

    I want to set how many CPU threads a project can use at one time and I can't find the danged instructions for BOINC app_config that will do it.

    Is it max_instances or max_concurrent and what would the app_config look like?

    NEVER MIND ... got it working
    Last edited by Bryan; 01-31-14 at 06:33 PM.


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

    Re: Controlling CPU instances

    NEVER MIND ... I finally found the BOINC user manual and have it running correctly


  3. #3
    Platinum Member
    John P. Myers's Avatar
    Join Date
    January 13th, 2011
    Location
    Jackson, TN
    Posts
    4,502

    Re: Controlling CPU instances

    Code:
    <app_config>
    <app>
    <name>name</name>
    <max_concurrent>N</max_concurrent>
    </app>
    </app_config>

    Edit: oh ok well nevermind then!




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

    Re: Controlling CPU instances

    Quote Originally Posted by John P. Myers View Post
    Code:
    <app_config>
    <app>
    <name>name</name>
    <max_concurrent>N</max_concurrent>
    </app>
    </app_config>



    Edit: oh ok well nevermind then!


    Thanks John ... I appreciate the help This is a new laptop and it doesn't have all the bookmarks I used to have that linked to that kinda stuff


Posting Permissions

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