@hackage hhwloc0.2.1

Bindings to https://www.open-mpi.org/projects/hwloc

  • Installation

    Custom

  • Dependencies (1)

  • Dependents (0)

hhwloc

hackage

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