pothosware / pothos-library

Framework library used by all Pothos projects
www.pothosware.com
4 stars 0 forks source link

a more complete CPU info query #9

Closed guruofquality closed 10 years ago

guruofquality commented 10 years ago

sigar win32 cpu info broken - use GetLogicalProcessorInformationEx

We need to drop sigar all together and make an abstraction for a general system processor (multicore/numa) query. Sigar is overkill for what we need, and its too buggy.

guruofquality commented 10 years ago

We probably need a better version of CPU info query that tells us:

https://github.com/pothosware/pothos-library/blob/master/include/Pothos/System/Info.hpp

guruofquality commented 10 years ago

Another relevant project: http://libcpuid.sourceforge.net/

guruofquality commented 10 years ago

Closing this off because inclusion of NUMA support: https://github.com/pothosware/pothos-library/issues/47

SIgar was also removed in the NUMA support branch: https://github.com/pothosware/pothos/commit/079ca40909d971b9fb9ad0c3820721e00d5dfe36

Will revisit other types of info to query when relevant.