Open
Description
We have hwloc-gather-topology (script that gathers a sysfs/proc tarball on Linux and runs lstopo) and hwloc-gather-cpuid (C file that gathers cpuid files without building a tarball). We should merge and/or uniformize all this.
Ideas:
- Keep gather tools separated but have gather-cpuid make a tarball and run lstopo too.
- Call gather-cpuid from gather-topology on x86, and tarball everything including cpuid. Will require to extend gather-topology to non-Linux even if it does pretty much nothing except cpuid there.