Samuel Thibault wrote: > Hello, > > In hwloc_topology_init(), topology->ignored_types[HWLOC_OBJ_MISC] is set > to HWLOC_IGNORE_TYPE_KEEP_STRUCTURE by default. Is there a reason for > it? The problem is that there is no option to change that... > > Samuel >
commit 511237a65a6eca12ffd9cf2c08161788361cd93a Author: thibault <thibault@4b44e086-7f34-40ce-a3bd-00e031736276> List-Post: hwloc-devel@lists.open-mpi.org Date: Wed May 27 13:40:13 2009 +0000 Let OSes provide whatever they can find at worse through fake objects without completely cluttering the output. I guess what we called "Fake" or "Misc" has evolved a bit. In the beginning, it was more some "strange" stuff that could be ignored if it didn't bring any new structure. Now it's more about "misc" stuff for real. Brice