Results 1 to 3 of 3

Thread: cc_config.xml & boinc.exe

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

    cc_config.xml & boinc.exe

    I found this cc_config option about an hour ago on the BOINC Wiki

    <exclude_gpu>code</exclude_gpu>

    Where the code is
    <url>project_URL</url>
    <device_num>N</device_num>
    <type>ati | nvidia</type>
    <app>appname</app>

    "Don't use the given GPU for the given project. <type> is required if your computer has more than one type of GPU; otherwise it can be omitted. If <app> is specified, only tasks for the given application are excluded. You may include multiple <exclude_gpu> elements. Used in 6.13/7.0+"
    This is a great way to manage a system with non-matching GPUs, like an ATI 6970 paired with an ATI 4850 in a single system. I needed this when I first got my 5830 but it didn't exist in version 6.10.xx of BOINC Manager.

    I also found out how to start BOINC at user login without the GUI (BOINC Manager). I set it up using Windows Task Scheduler to launch boinc.exe with the command line options --launched_by_manager and --detach. Now BOINC will run in the background and can still be controlled remotely. I should have realized this since BOINC starts without a GUI in Linux as a daemon (Which I have installed on my laptop).


    Future Maker? Teensy 3.6

  2. #2
    Silver Member

    Join Date
    October 9th, 2011
    Location
    Charlotte, NC
    Posts
    323

    Re: cc_config.xml & boinc.exe

    I put boinc in as a service. So it starts in windows before a user logs in and runs no matter who logs in

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

    Re: cc_config.xml & boinc.exe

    Quote Originally Posted by DAD View Post
    I put boinc in as a service. So it starts in windows before a user logs in and runs no matter who logs in
    I was going to go that route but in Win7 BOINC cannot use the GPU when installed as a service. M$ changed everything in Win7 so that services are isolated from exploitation by running them in a separate session, called session 0.


    Future Maker? Teensy 3.6

Posting Permissions

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