29ccbfd590
It was setup in the PCI backend before filtering, and partially updated after filtering in the core. Only setup once correctly after filtering in the core. (cherry picked from commit open-mpi/hwloc@9659653d24) Conflicts: tests/hwloc/linux/40intel64-2g2n4c+pci.output tests/hwloc/xml/192em64t-12gr2n8c2t-distancegroups.xml tests/hwloc/xml/192em64t-24n8c2t-distancegroups.xml tests/hwloc/xml/192em64t-24n8c2t-nodistancegroups.xml tests/hwloc/xml/24em64t-2n6c2t-pci.xml tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.xml tests/hwloc/xml/96em64t-4n4d3ca2co-pci.xml utils/hwloc/test-hwloc-compress-dir.input.tar.gz utils/hwloc/test-hwloc-compress-dir.output.tar.gz Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
12 Sep 2011 Notes for hwloc component maintainers: 1. There can only be *1* hwloc version component at a time. Specifically: if there are multiple hwlocXYZ components (i.e., different versions of hwloc), then they must all be .ompi_ignore'd except for 1. This is because we currently m4_include all of the underlying hwloc's .m4 files -- if there are multiple hwlocXYZ components, I don't know if m4 will barf at the multiple, conflicting AC_DEFUNs, or whether it'll just do something completely undefined. 1a. As a consequence, if you're adding a new hwloc version component, you'll need to .ompi_ignore all others while you're testing the new one. 2. If someone wants to fix #1 someday, we might be able to do what we do for libevent: OPAL_CONFIG_SUBDIR (instead of slurping in hwloc's .m4 files).