Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smira/py-numa
Python interface to NUMA Linux library
https://github.com/smira/py-numa
Last synced: 13 days ago
JSON representation
Python interface to NUMA Linux library
- Host: GitHub
- URL: https://github.com/smira/py-numa
- Owner: smira
- License: mit
- Created: 2010-10-15T19:34:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T10:55:59.000Z (about 5 years ago)
- Last Synced: 2024-10-14T06:13:34.738Z (27 days ago)
- Language: Python
- Homepage: http://smira.github.com/py-numa/
- Size: 47.9 KB
- Stars: 26
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-numa - py-numa - Python bindings for libnuma (NUMA library bindings and interfaces)
README
Python Interface to numa(3) Linux library
=========================================[![Build Status](https://travis-ci.org/smira/py-numa.svg?branch=master)](https://travis-ci.org/smira/py-numa)
API docs available at: http://smira.github.com/py-numa/
Installation:
pip install numa
Support both PyPy runtime (via ctypes) and CPython (via Cython module).
PyPy3 is not supported, as `ctypes_configure` is not Python3 compatible.libnuma development package is required for building, for CentOS:
yum install numactl-devel
For Debian/Ubuntu:
yum install libnuma-dev