Skip to content
Permalink
install-openss…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@donald
Latest commit 7a2d64a Jan 18, 2022 History
The Portable Hardware Locality (hwloc) software package provides a
portable abstraction (across OS, versions, architectures, ...) of the
hierarchical topology of modern architectures, including NUMA memory
nodes, sockets, shared caches, cores and simultaneous multithreading. It
also gathers various system attributes such as cache and memory
information as well as the locality of I/O devices such as network
interfaces, InfiniBand HCAs or GPUs. [1]

[1]: https://www.open-mpi.org/projects/hwloc/
1 contributor

Users who have contributed to this file

executable file 37 lines (25 sloc) 562 Bytes
#!/usr/bin/env beesh
# BEE_VERSION hwloc-2.1.0-0
# more info: https://github.com/open-mpi/hwloc/releases/download/hwloc-2.1.0/hwloc-2.1.0.tar.bz2
SRCURL[0]="https://github.com/open-mpi/hwloc/releases/download/hwloc-${PKGVERSION}/hwloc-${PKGVERSION}.tar.bz2"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}