Closed guruofquality closed 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
Another relevant project: http://libcpuid.sourceforge.net/
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.
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.