BilBg

WUProp@Home - GPU detection test

Jul 24th, 2013
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.93 KB | None | 0 0
  1.  
  2.  
  3. I have only one GPU but since I use older BOINC 6.10.58 (and this app seems to ask BOINC about the GPUs info) I decided to try:
  4.  
  5. GPU type: ATI
  6. GPU vendor:
  7. GPU name:
  8. GPU count: 1
  9. GPU compute units: 0
  10. GPU clock frequency:0
  11.  
  12.  
  13. Obviously only two lines are correct:
  14. GPU type: ATI
  15. GPU count: 1
  16.  
  17.  
  18. BOINC messages:
  19.  
  20. 25/07/2013 04:25:04     Starting BOINC client version 6.10.58 for windows_intelx86
  21. 25/07/2013 04:25:04     Config: zero long-term debts on startup
  22. 25/07/2013 04:25:04     log flags: file_xfer, sched_ops, task, benchmark_debug, dcf_debug
  23. 25/07/2013 04:25:04     Libraries: libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
  24. 25/07/2013 04:25:04     Data directory: H:\BOINC-Data
  25. 25/07/2013 04:25:04     Processor: 3 AuthenticAMD AMD Athlon(tm) II X3 455 Processor [Family 16 Model 5 Stepping 3]
  26. 25/07/2013 04:25:04     Processor: 512.00 KB cache
  27. 25/07/2013 04:25:04     Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 htt pni cx16 syscall nx lm svm sse4a osvw ibs skinit wdt page1gb rdtscp 3dnowext 3dnow
  28. 25/07/2013 04:25:04     OS: Microsoft Windows XP: Professional x86 Edition, Service Pack 3, (05.01.2600.00)
  29. 25/07/2013 04:25:04     Memory: 3.00 GB physical, 3.84 GB virtual
  30. 25/07/2013 04:25:04     Disk: 160.00 GB total, 14.63 GB free
  31. 25/07/2013 04:25:04     Local time is UTC +3 hours
  32. 25/07/2013 04:25:05     ATI GPU 0: ATI unknown (CAL version 1.4.1646, 1024MB, 768 GFLOPS peak)
  33. 25/07/2013 04:25:05 SETI@home   Found app_info.xml; using anonymous platform
  34. 25/07/2013 04:25:05 Asteroids@home  URL http://asteroidsathome.net/boinc/; Computer ID 110; resource share 1
  35. 25/07/2013 04:25:05 orbit@home  URL http://orbit.psi.edu/oah/; Computer ID 43546; resource share 5
  36. 25/07/2013 04:25:05 SETI@home   URL http://setiathome.berkeley.edu/; Computer ID 4832843; resource share 999
  37. 25/07/2013 04:25:05 WUProp@Home URL http://wuprop.boinc-af.org/; Computer ID 36712; resource share 1
  38. 25/07/2013 04:25:05 SETI@home   General prefs: from SETI@home (last modified 07-Jan-2011 23:28:40)
  39.  
  40.  
  41. Part of init_data.xml
  42. (The real GPU is ATI/AMD [b]Radeon HD 6570[/b] and the following info looks correct (except 'ATI unknown'), I overclock to <engineClock>800</engineClock> <memoryClock>1050</memoryClock>):
  43.  
  44.     <p_ncpus>3</p_ncpus>
  45.     <p_vendor>AuthenticAMD</p_vendor>
  46.     <p_model>AMD Athlon(tm) II X3 455 Processor [Family 16 Model 5 Stepping 3]</p_model>
  47.     <p_features>fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 htt pni cx16 syscall nx lm svm sse4a osvw ibs skinit wdt page1gb rdtscp 3dnowext 3dnow</p_features>
  48.     <p_fpops>3206913237.978259</p_fpops>
  49.     <p_iops>7104658399.552280</p_iops>
  50.     <p_membw>333333333.333333</p_membw>
  51.     <p_calculated>1374351013.500000</p_calculated>
  52.     <m_nbytes>3220418560.000000</m_nbytes>
  53.     <m_cache>524288.000000</m_cache>
  54.     <m_swap>4125360128.000000</m_swap>
  55.     <d_total>171797643264.000000</d_total>
  56.     <d_free>15702425600.000000</d_free>
  57.     <os_name>Microsoft Windows XP</os_name>
  58.     <os_version>Professional x86 Edition, Service Pack 3, (05.01.2600.00)</os_version>
  59.  
  60.     <coprocs>
  61. <coproc_ati>
  62.    <count>1</count>
  63.    <name>ATI unknown</name>
  64.    <req_secs>0.000000</req_secs>
  65.    <req_instances>0.000000</req_instances>
  66.    <estimated_delay>0.000000</estimated_delay>
  67.    <target>18</target>
  68.    <localRAM>1024</localRAM>
  69.    <uncachedRemoteRAM>128</uncachedRemoteRAM>
  70.    <cachedRemoteRAM>64</cachedRemoteRAM>
  71.    <engineClock>800</engineClock>
  72.    <memoryClock>1050</memoryClock>
  73.    <wavefrontSize>64</wavefrontSize>
  74.    <numberOfSIMD>6</numberOfSIMD>
  75.    <doublePrecision>0</doublePrecision>
  76.    <pitch_alignment>256</pitch_alignment>
  77.    <surface_alignment>256</surface_alignment>
  78.    <maxResource1DWidth>16384</maxResource1DWidth>
  79.    <maxResource2DWidth>16384</maxResource2DWidth>
  80.    <maxResource2DHeight>16384</maxResource2DHeight>
  81.    <CALVersion>1.4.1646</CALVersion>
  82.     <atirt_detected/>
  83. </coproc_ati>
  84.     </coprocs>
  85.  
  86.  
Advertisement
Add Comment
Please, Sign In to add comment