hwloc supports the following operating systems:
* Linux (including old kernels not having sysfs topology information, with
- knowledge of cpusets, offline CPUs, ScaleMP vSMP, and Kerrighed support)
+ knowledge of cpusets, offline CPUs, ScaleMP vSMP, NumaScale NumaConnect,
+ and Kerrighed support)
* Solaris
* AIX
* Darwin / OS X
Make sure to have had a look at those too!
--------------------------------------------------------------------------------
-
-Generated on Tue Sep 10 2013 16:08:12 for Hardware Locality (hwloc) by
-doxygen 1.8.4
readme: $(HWLOC_top_srcdir)/README
$(HWLOC_top_srcdir)/README: $(DOX_TAG)
sed -n -f $(srcdir)/README.sed $(DOX_HTML_DIR)/index.html > $(DOX_HTML_README)
- LC_ALL=C $(HWLOC_W3_GENERATOR) $(DOX_HTML_README) | $(SED) -n -e 's/^ //' -e '/^Introduction$$/,$$p' > $@
+ LC_ALL=C $(HWLOC_W3_GENERATOR) $(DOX_HTML_README) \
+ | $(SED) -n -e 's/^ //' -e '/^Introduction$$/,$$p' \
+ | $(SED) -e '/^--*-$$/,$$ d' \
+ > $@
rm -f $(DOX_HTML_README)
else