Description
Bindings to https://www.open-mpi.org/projects/hwloc.
Description
Please see the README on GitHub at https://github.com/dtaskoff/hhwloc#readme
README.md
hhwloc
Haskell bindings to https://www.open-mpi.org/projects/hwloc
Prerequisites
You'll need autoconf, automake, make, and libtool (glibtool on macOS), in order to build this package.
On Windows, if you're using stack, they can be installed with the following commands:
stack exec bash
pacman -Syuu
pacman -S --needed autoconf automake make libtool