Config.in 476 B

123456789101112131415
  1. config BR2_PACKAGE_HWLOC
  2. bool "hwloc"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. Portable Hardware Locality
  6. Provides a portable abstraction (across OS, versions,
  7. architectures, ...) of the hierarchical topology of modern
  8. architectures, including NUMA memory nodes, sockets, shared
  9. caches, cores and simultaneous multithreading.
  10. http://www.open-mpi.org/projects/hwloc/
  11. comment "hwloc needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS