Page 2 of 2 FirstFirst 12
Results 26 to 30 of 30

Thread: Everything to Know About GPUGrid

  1. #26
    Xtreme Cruncher
    Join Date
    Feb 2009
    Location
    Iowa, USA
    Posts
    705
    yes individual system stats are there, thanks
    Main: i7-930 @ 2.8GHz HT on; 1x GIGABYTE GTX 660 Ti OC 100% GPUGrid
    2nd: i7-920 @ 2.66GHz HT off; 1x EVGA GTX 650 Ti SSC 100% GPUGrid
    3rd: i7-3770k @ 3.6GHz HT on, 3 threads GPUGrid CPU; 2x GIGABYTE GTX 660 Ti OC 100% GPUGrid
    Part-time: FX-4100 @ 3.6GHz, 2 threads GPUGrid CPU; 1x EVGA GTX 650 100% GPUGrid

  2. #27
    Xtreme Cruncher
    Join Date
    Feb 2009
    Location
    Iowa, USA
    Posts
    705
    http://www.gpugrid.net/forum_thread....rap=true#31837

    Posted: 6 Aug 2013 | 7:24:36 UTC

    We have received today the indication of a driver that fixes the problem for both GTX780 and Titan.
    We are testing now. Stay tuned.

    gdf
    That made me so excited!
    Main: i7-930 @ 2.8GHz HT on; 1x GIGABYTE GTX 660 Ti OC 100% GPUGrid
    2nd: i7-920 @ 2.66GHz HT off; 1x EVGA GTX 650 Ti SSC 100% GPUGrid
    3rd: i7-3770k @ 3.6GHz HT on, 3 threads GPUGrid CPU; 2x GIGABYTE GTX 660 Ti OC 100% GPUGrid
    Part-time: FX-4100 @ 3.6GHz, 2 threads GPUGrid CPU; 1x EVGA GTX 650 100% GPUGrid

  3. #28
    Linux those diseases
    Join Date
    Mar 2008
    Location
    Planet eta pie
    Posts
    2,930
    Good news indeed
    Last edited by stoneageman; 08-06-2013 at 08:47 AM.

  4. #29
    Xtreme Cruncher
    Join Date
    Feb 2009
    Location
    Iowa, USA
    Posts
    705
    http://www.gpugrid.net/forum_thread....rap=true#31842
    Good news.

    http://www.nvidia.com/object/linux-d...15-driver.html

    This driver works for titan and gtx780 in the sense that simulation is now stable.

    We will be getting out a new application asap.

    gdf
    Main: i7-930 @ 2.8GHz HT on; 1x GIGABYTE GTX 660 Ti OC 100% GPUGrid
    2nd: i7-920 @ 2.66GHz HT off; 1x EVGA GTX 650 Ti SSC 100% GPUGrid
    3rd: i7-3770k @ 3.6GHz HT on, 3 threads GPUGrid CPU; 2x GIGABYTE GTX 660 Ti OC 100% GPUGrid
    Part-time: FX-4100 @ 3.6GHz, 2 threads GPUGrid CPU; 1x EVGA GTX 650 100% GPUGrid

  5. #30
    Xtreme Cruncher
    Join Date
    Jan 2009
    Location
    Nashville
    Posts
    4,162
    Boinc often starts up before the NVidia drivers load, especially just after you install or upgrade. When this happens Boinc does not see the GPU, and reports Missing GPU against any GPU tasks. You can prevent this by delaying the automatic start-up of Boinc.
    This works when Boinc is installed from the repository as a service (daemon).

    From a Terminal type,

    Code:
    sudo update-rc.d -f boinc-client remove
    sudo update-rc.d boinc-client defaults 99


    poppageek@ghostN ~ $ sudo service boinc-client stop
    * Stopping BOINC core client: boinc ... waiting .. [ OK ]
    poppageek@ghostN ~ $ sudo update-rc.d -f boinc-client remove
    Removing any system startup links for /etc/init.d/boinc-client ...
    /etc/rc0.d/K20boinc-client
    /etc/rc1.d/K20boinc-client
    /etc/rc2.d/S20boinc-client
    /etc/rc3.d/S20boinc-client
    /etc/rc4.d/S20boinc-client
    /etc/rc5.d/S20boinc-client
    /etc/rc6.d/K20boinc-client
    poppageek@ghostN ~ $ sudo update-rc.d boinc-client defaults 99
    Adding system startup for /etc/init.d/boinc-client ...
    /etc/rc0.d/K99boinc-client -> ../init.d/boinc-client
    /etc/rc1.d/K99boinc-client -> ../init.d/boinc-client
    /etc/rc6.d/K99boinc-client -> ../init.d/boinc-client
    /etc/rc2.d/S99boinc-client -> ../init.d/boinc-client
    /etc/rc3.d/S99boinc-client -> ../init.d/boinc-client
    /etc/rc4.d/S99boinc-client -> ../init.d/boinc-client
    /etc/rc5.d/S99boinc-client -> ../init.d/boinc-client
    poppageek@ghostN ~ $ sudo service boinc-client start
    Boinc was #20 in line to be started at boot and now is at #99, the last.

    If that does not work then try this method.
    Last edited by PoppaGeek; 12-17-2013 at 11:09 AM.

Page 2 of 2 FirstFirst 12

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
  •