smira / py-numa

Python interface to NUMA Linux library

Home Page:http://smira.github.com/py-numa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Interface to numa(3) Linux library

Build Status

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

About

Python interface to NUMA Linux library

http://smira.github.com/py-numa/

License:MIT License


Languages

Language:Python 100.0%