Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 41

Thread: Gerasim has work

  1. #21
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    Quote Originally Posted by SerVal View Post
    Programm uses Microsoft C++ Accelerated Massive Parallelism (C++ AMP) for heterogeneous hardware.
    Is it just me, or is the program not able to detect an IGP -the GPU that is inside a modern CPU?
    My Socket 155 i7-3770 and Socket AM1 Athlon 5350 both gave -in the last run- nothing but errors saying 'GPU not detected'.
    Previously these boxes did run the app, under BOINC client 7.6.9.
    Last edited by Dirk Broer; 05-30-2016 at 09:22 PM.


  2. #22
    Join Date
    Nov 2005
    Location
    Central Pennsylvania
    Posts
    4,333
    Vaughan is user of the Day. And Dirk I have had no problem with my GPU working at this time yet, right now there is no work for anyone at this time





    Challenge me, or correct me, but don't ask me to die quietly.

    …Pursuit is always hard, capturing is really not the focus, it’s the hunt ...

  3. #23
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    Quote Originally Posted by Nflight View Post
    Dirk I have had no problem with my GPU working at this time
    What GPU are you using? According to the Gerasim project two HD 7850/7870s. These are discrete GPUs, My A8-3820 does not have a problem either as it is coupled to a discrete HD 6670.

    But my i7-3770 and my Athlon 5350, both running only with their intenal graphics -respectively an Intel HD 4000 and an AMD Kalindi/HD 8400-, have the problem that their GPU part does not get detected by the Gerasim app. The Gerasim project itself has no problem seeing these GPUs.
    Last edited by Dirk Broer; 05-30-2016 at 09:59 PM.


  4. #24
    Quote Originally Posted by Dirk Broer View Post
    The Gerasim project itself has no problem seeing these GPUs.
    That detected Boinc Manager.

    Quote Originally Posted by Dirk Broer View Post
    have the problem that their GPU part does not get detected by the Gerasim app.
    Please, show your GPU device (run PrimeSearch.exe -show_devices)
    Code:
    H:\>PrimeSearch.exe
    Usage:
    PrimeSearch.exe -cpu
    PrimeSearch.exe -ati
    PrimeSearch.exe -nvidia
    PrimeSearch.exe -intel
    PrimeSearch.exe -show_devices
    Attached Files Attached Files

  5. #25
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    Quote Originally Posted by SerVal View Post
    That detected Boinc Manager...Please, show your GPU device
    Well, actually they are on the Gerasim website, under http://gerasim.boinc.ru/users/showUs...px?userid=2630
    You can also see the need to be able to merge hosts.
    Last edited by Dirk Broer; 05-31-2016 at 09:56 PM.


  6. #26
    @Dirk Broer

    If the description of the accelerator does not contain the substring "AMD", ATI "," Radeon "," NVIDIA " or " Intel (R)"
    - it is an unknown accelerator.

    Code:
    H:\>PrimeSearch.exe -show_devices
    
    Accelerators and their properties.
       -- Description:               AMD Radeon HD 5800 Series
          Device path:               PCI\VEN_1002&DEV_6898&SUBSYS_032E1043&REV_00\4&
    39043ADE&0&0008
          Version:                   11.0
          Dedicated memory:          1038156 KB
          Supports double precision: false
          Limited double precision:  true
          Has display:               true
          Is emulated:               false
          Is debug:                  false
          ...
    So, "AMD Radeon HD 5800 Series" - known accelerator.
    "Kalindi" - unknown accelerator.

  7. #27
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,372
    Code:
    Accelerators and their properties.
       -- Description:               AMD Radeon HD 8400 / R3 Series
          Device path:               PCI\VEN_1002&DEV_9830&SUBSYS_86231043&REV_00\3&11583659&0&08
          Version:                   11.1
          Dedicated memory:          1032628 KB
          Supports double precision: true
          Limited double precision:  true
          Has display:               true
          Is emulated:               false
          Is debug:                  false
    
       -- Description:               Microsoft Basic Render Driver
          Device path:               direct3d\warp
          Version:                   11.1
          Dedicated memory:          0 KB
          Supports double precision: true
          Limited double precision:  true
          Has display:               false
          Is emulated:               true
          Is debug:                  false
    
       -- Description:               CPU accelerator
          Device path:               cpu
          Version:                   0.1
          Dedicated memory:          0 KB
          Supports double precision: false
          Limited double precision:  false
          Has display:               false
          Is emulated:               true
          Is debug:                  false
    That's the 'Kalindi'

    On my A8-3820 system (that has both a discrete AMD Radeon HD6670 and an AMD Radeon HD 6550D IGP) I get this:
    Code:
    C:\Users\Dirk Broer\Downloads\PrimeSearch>primesearch.exe -show_devices
    
    Accelerators and their properties.
       -- Description:               AMD Radeon HD 6670
          Device path:               PCI\VEN_1002&DEV_6758&SUBSYS_E198174B&REV_00\4&17EC4563&0&0010
          Version:                   11.0
          Dedicated memory:          3111560 KB
          Supports double precision: false
          Limited double precision:  false
          Has display:               true
          Is emulated:               false
          Is debug:                  false
    
       -- Description:               Microsoft Basic Render Driver
          Device path:               direct3d\warp
          Version:                   11.1
          Dedicated memory:          0 KB
          Supports double precision: true
          Limited double precision:  true
          Has display:               false
          Is emulated:               true
          Is debug:                  false
    
       -- Description:               CPU accelerator
          Device path:               cpu
          Version:                   0.1
          Dedicated memory:          0 KB
          Supports double precision: false
          Limited double precision:  false
          Has display:               false
          Is emulated:               true
          Is debug:                  false
    this strenghtens my suspicion that the Gerasim application does not 'see' an IGP...

    The Intel(R) HD Graphics 4000 -the GPU part of my i7-3770- gave the same errors, but that Win 8.1 system has other problems too (such as not being able to install the 2013 C++ redistributable and not being able to update itself to Windows 10).
    Last edited by Dirk Broer; 06-03-2016 at 10:47 PM.


  8. #28
    Join Date
    Nov 2005
    Location
    Central Pennsylvania
    Posts
    4,333
    SerVal I was running your project and I want to run more work but, I can not get more work units at this time Do you have only certain people running work at this time or is there a way for Account #506 to be sent some work? Please





    Challenge me, or correct me, but don't ask me to die quietly.

    …Pursuit is always hard, capturing is really not the focus, it’s the hunt ...

  9. #29
    SerVal I was running your project and I want to run more work but, I can not get more work units at this time
    While "Send work: Disabled" - this does not apply to administrators and app authors.
    They should have the opportunity to test the added work before permit send task for everyone.
    Now loading tasks allowed for all. Possibly up until E.Vatutin not add their tasks for app spstarter(within 2-3 weeks).
    Last edited by SerVal; 06-05-2016 at 03:48 PM.

  10. #30
    Join Date
    Nov 2005
    Location
    Central Pennsylvania
    Posts
    4,333
    Something is wrong with the scoring, I have been active for nearly 3 hours now and my points have not risen at all. No points values for work completed, no additional waiting to be validated either, so now we wait to see if SerVal can solve the dilemma !!





    Challenge me, or correct me, but don't ask me to die quietly.

    …Pursuit is always hard, capturing is really not the focus, it’s the hunt ...

Page 3 of 5 FirstFirst 12345 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
  •