Skip to content
Snippets Groups Projects
Commit 0cd2fe76 authored by Tsachy Shacham's avatar Tsachy Shacham Committed by Iustin Pop
Browse files

configure.ac: changes for CPU pinning


Also added optional affinity Python package for CPU pinning under KVM
to the INSTALL doc.

Signed-off-by: default avatarTsachy Shacham <tsachy@google.com>
Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 8497c267
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ Before installing, please verify that you have the following programs:
<socat-note>` below
- `Paramiko <http://www.lag.net/paramiko/>`_, if you want automated SSH
setup; optional otherwise but manual setup of the nodes required
- `affinity Python module <http://pypi.python.org/pypi/affinity/0.1.0>`_,
optional python package for supporting CPU pinning under KVM
These programs are supplied as part of most Linux distributions, so
usually they can be installed via the standard package manager. Also
......
......@@ -518,6 +518,7 @@ AC_PYTHON_MODULE(simplejson, t)
AC_PYTHON_MODULE(pyparsing, t)
AC_PYTHON_MODULE(pyinotify, t)
AC_PYTHON_MODULE(pycurl, t)
AC_PYTHON_MODULE(affinity, t)
# This is optional but then we've limited functionality
AC_PYTHON_MODULE(paramiko)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment