jl168 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Not getting values for Each cores in case of some processors. #565

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
>>Load output for Each cores in case of Multi - Processors System is expected. 
But its showing values for only one processor and for the processors it is 
showing values only for six cores.

What version of the product are you using? On what operating system?
Version:0.6.0.0 on Windows 7 OS

Please provide any additional information below.
>> I am also using the DLL from the open hardware monitor for writing an 
application.

Please attach a Report created with "File / Save Report...".
>> I have attached the report with this form.

Original issue reported on code.google.com by prabhaka...@gmail.com on 11 Feb 2014 at 6:45

Attachments:

GoogleCodeExporter commented 9 years ago
A hardcoded value of 32 limits the number of logical processor in CPUID.cs & 
CPUGroup.cs. Try replacing this hardcoding with Environment.ProcessorCount.
Not sure if something else would break because of this

Original comment by abhinav....@gmail.com on 27 Feb 2014 at 11:48