Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

Monthly Downloads: 9
Programming language: Haskell
License: MIT License
Tags: System     Foreign    
Latest version: v0.2.1

hhwloc alternatives and similar packages

Based on the "Foreign" category.
Alternatively, view hhwloc alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hhwloc or a related project?

Add another 'Foreign' Package

README

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